OK this is annoying, do I need to start moderating this mailing list now? Does anybody else want to help with moderation? From: ocruby@yahoogroups.com...
I tightened up the posting permissions, it sho9uld help. From: ocruby@yahoogroups.com [mailto:ocruby@yahoogroups.com] On Behalf Of Scott Hodson Sent: Sunday,...
I have set up a Mongrel cluster and am using an Apache 2.2.3 front-end for it. Although it seems to serve up regular Rails views just fine, if I stick a...
... I'd love to stop by if there's going to be a meeting. ... doug ____________________________________________________________________________________ Yahoo!...
Hi all! I am moving to LA from Philly on the 26th. I presently work with a few guys to create Ruby on Rails applications for clients and a start-up. We do TDD...
Welcome Aaron! Let us know what part of "LA" you land in when you figure it out. From: ocruby@yahoogroups.com [mailto:ocruby@yahoogroups.com] On Behalf Of ...
I just realized that the environment.rb file contains these two observers: # Activate observers that should always be running # config.active_record.observers...
Anyone interested in meeting this Wed night? Steve...
Steve
tnstahg@...
Jul 23, 2007 11:51 pm
955
Hi, I'm new to the group. New to user groups in general, actually! ...And Ruby, for that matter. I'm very interested in joining the Ruby School meetings. I've...
Howdy! My name is Adam Reiter and I am looking for a nice Rails programmer to do some here & there contract work for me on my Rails-programmed job sites. If...
... Similar to Jed Foster, I too am new to ruby, rails and the union of both. I would love to meet this Wednesday with who ever can and share my new found...
Hey all- Building Safety Solutions (BSS), the company that I work for, is looking to add a Software Engineer to our team in Pasadena. We do mostly Rails...
Hey folks, I've landed in Boyle Heights. I'd love to meet up with fellow rails developers for some geeking it up.. maybe the red lion some evening or little...
Hey everyone, I have two extra new unmarked 'ajax on rails' and 'rails cookbook' books available for sale $20 for both books. You can pick it up, or I can...
If you've still got it, I'll grab 'em Forrest ... From: Daniel Quach <daniel@...> To: ocruby@yahoogroups.com Sent: Saturday, August 4, 2007 9:35:51 AM ...
Starting a new app, then ran script/generate command. I get this error. Can someone explain what I have wrong? Thanks in advance. Steve-MacBook:~/Sites/my_app...
Steve
tnstahg@...
Aug 10, 2007 4:38 am
966
It appears that the version of Rails that you have installed is different than the version of rails your app was originally created with. To see what version...
One problem with Java is that classes are static things. If you alter a class, you generally have to re-deploy. I know Java has dynamic class loading, but it's...
I changed the RAILS_GEM_VERSION = '1.2.3' unless defined? RAILS_GEM_VERSION to '1.2.3.0' in the file environment.rb of the test application I am creating. ...
Steve
tnstahg@...
Aug 10, 2007 4:55 pm
969
My understanding/minimal experience is that the only time you have to redeploy is if you change your DB schema or if you change your database YAML file that...
Scott is right when Rails (if we're talking about Rails) is running in development mode. It will happily reload classes to your hearts content. In production...
to elaborate a bit on Kevin's response: take a look at the cache_classes setting in the config/environments/* config files of your rails app. By default, your...
... This is a feature Rails more than Ruby, yes?? -- Dave Ford Developer and Trainer Smart Soft http://www.smart-soft.com http://dave-ford.blogspot.com...
... That's a bummer. Does one typically run just one "process"? If, for example, I was hosting Smart Soft, OCJUG and two clients, would you use 4 processes? ...
Correct. Several of the web frameworks implement this, and it's not a general Ruby thing. Ruby actually prevents this from happening by default because when...