On Jan 12, 11:40 am, Boris Bob <[email protected]> wrote: > Hi > Strange thing happens when i run rails project it makes project but when > i run script/generate or script/server it writes > > Missing the Rails 2.3.5 gem. Please `gem install -v=2.3.5 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. > > so rails -v gives Rails 2.3.5 > > How to fix that kind of problem ? i use mac and my "gem environment" is >
Can you post the output of 'gem list --local'? I'm guessing that you're missing one of the dependencies somehow. --Matt Jones
-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

