Loading

Getting Rails 2 Release Candidate To Work

To install:

sudo gem install rails --source http://gems.rubyonrails.org

Then change environment.rb like so:

RAILS_GEM_VERSION = '>= 1.99' unless defined? RAILS_GEM_VERSION

if you get an error when running script/server that is something like:

Missing the Rails 1.99.0 gem. Please `gem install -v=1.99.0 rails` 

then update your RAILS_GEM_VERSION setting in config/environment.rb for the Rails version you do have installed, or comment out RAILS_GEM_VERSION to use the latest version installed.


Related Posts

  1. High Availability on a Shoestring -- PgPool-II Installation Woes
  2. Upgrading to Postgresql 9.0 on Debian Lenny
  3. iPhone/iPad UISearchBar and UISearchDisplayController Asynchronous Example
  4. Ruby Jekyll LSI Classifier Fixes
  5. Authlogic, Passenger, and cookie_store Sessions Don't Mix
You should follow me on Twitter: @patrickxb