[Rails] Re: script/generate not working ! while rails do

2010-01-13 Thread Boris Bob
Colin Law wrote: 2010/1/12 Boris Bob li...@ruby-forum.com: 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

[Rails] Re: script/generate not working ! while rails do

2010-01-13 Thread Boris Bob
Matt Jones wrote: On Jan 12, 11:40 am, Boris Bob li...@ruby-forum.com wrote: 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 gem list

[Rails] Re: script/generate not working ! while rails do

2010-01-12 Thread Boris Bob
Chris Habgood wrote: What does the environment.rb show as the rails version? # Specifies gem version of Rails to use when vendor/rails is not present RAILS_GEM_VERSION = '2.3.5' unless defined? RAILS_GEM_VERSION -- Posted via http://www.ruby-forum.com/. -- You received this message because