[Rails] Re: Gem version issue prevent server starting

2008-12-29 Thread Rick
Andreas, RAILS_GEM_VERSION should match the version number of your installed rails. i.e.: on my system, rails --version gives Rails 2.2.2 thus, RAILS_GEM_VERSION = '2.2.2' is correct. 1.3.1 is probably the version of gem you have installed rick On Dec 29, 11:13 am, kevin lee

[Rails] Re: Gem version issue prevent server starting

2008-12-29 Thread Rick
Sorry about the name change Kevin... On Dec 29, 2:42 pm, Rick richard.t.ll...@gmail.com wrote: Andreas, RAILS_GEM_VERSION should match the version number of your installed rails.  i.e.: on my system, rails --version gives Rails 2.2.2 thus, RAILS_GEM_VERSION = '2.2.2' is correct. 1.3.1 is