View Single Post
  #16  
Old 02-04-2009, 09:36 AM
brunoaalves brunoaalves is offline
New Member
 
Join Date: Feb 2009
Posts: 3
I'm trying to use the v3.3.24 but without sucess with rails 2.2.2 . Although I have the rails 2.2.2 gem installed, in ../lsws/logs/stderr.log I keep getting the following error:

"Missing the Rails 2.2.2 gem. Please `gem install -v=2.2.2 rails`, 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."

I can run ruby script/console without problems.

I can run the webrick server (using ruby script/server) without any problems.

I've the same code running in another machine with v3.3.23 so I though it could be a bug from the v3.3.24.

any ideas?

Thanks in advance!
Reply With Quote