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...
... That isn't quite true. The reason you never have to restart the server process when you update javascript is that the browser downloads and runs the script...
Thanks for the reply Deb. ... Why not? Most business change all the time. Do you mean from a business point of view? Or from a technology limit point of view? ...
... I am referring to *server-side* JavaScript. Obviously none of the stuff we are talking about matters (as much) in client side applications. I am referring...
The issues surrounding "hot deployment" are exactly the same for Ruby on Rails, Java, and pretty much all other programming languages and frameworks. Hot...
... absolutely. Just meant that deploying code changes into production server should generally be something you do with some care and control (e.g., I never...
The issues surrounding "hot deployment" are exactly the same for Ruby on Rails, Java, and pretty much all other programming languages and frameworks. Hot...
You can also reduce the disadvantages of live deployments by doing deployments during low-peak times, like late evenings or weekends, depending on when your...
Hmmm...I think I am on the hunt for the problem. If I use the terminal program, ruby -v yields version 1.8.2 If I use a different shell, ruby -v yields version...
Steve
tnstahg@...
Aug 11, 2007 12:29 am
984
The answer is....... The terminal path has /usr/bin before /usr/local/bin The default ruby installed by MacOS is in /usr/bin and is version 1.8.2 This doesn't...
Steve
tnstahg@...
Aug 11, 2007 4:59 am
985
If you're using Rails 1.2.3 you definitely want to upgrade to Ruby 1.8.6. I'm not sure how or why you'd see 1.8.2 in one environment and 1.8.6 in another....
Ah yes, I remember that problem. It's mentioned here in the "Paths" section. http://hivelogic.com/narrative/articles/ruby-rails-mongrel-mysql-osx From:...
Ruby 1.8.2 is part of the MacOS 10.4 install and is located in /usr/bin. I installed 1.8.6, but it is in /usr/local/bin. This path is in the path statement...
OPPORTUNITY 1 Web Developer - Rails Location: Tustin, California Category: Information Technology Jobs Rate: $80,000 to $90,000 per Year Depending on Exp Job...
Hi All, I am a total newbie to Rails, but I've been working with PHP for several years. I wrote a shopping cart/store front system in PHP a couple of years ago...
Hey - I'm new to the area as well and am looking to network with fellow RoR peeps. We've started a group for folks in and around West LA and plan to start...