> $ rake db:version (on an app that has RAILS_GEM_VERSION = '2.02') > > "Your config/boot.rb is outdated: Run "rake rails:update" with rake > tasks"
This sounds like a bug with rails gem version stuff. Do you have 2.02 or 2.0.2, they'll lead to very different results. > $ RAILS_ENV=production script/about > /Library/Ruby/Gems/1.8/gems/activesupport-2.1.0/lib/active_support/ > dependencies.rb:275:in `load_missing_constant': uninitialized constant > Rails::Info (NameError) > from /Library/Ruby/Gems/1.8/gems/activesupport-2.1.0/lib/ > active_support/dependencies.rb:467:in `const_missing' > from /Library/Ruby/Gems/1.8/gems/rails-2.1.0/lib/commands/about.rb:2 > from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:in > `gem_original_require' > from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:in > `require' > from script/about:3 This is a bug, you should add it to a lighthouse ticket so we don't lose track of it. > Another question: > > script/runner -e production > RAILS_ENV=production script/about > script/dbconsole production > > hmm. Do we have some consistency issues here? Definitely, I'd be happy to take patches which made all that consistent. > Please let me know what you think! > > I'm willing to tackle some source code as well... but I'm just > starting here.. and I think it's the right time :) GitHub for the > president ! (or smth) > > David > > > -- Cheers Koz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" 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-core?hl=en -~----------~----~----~----~------~----~------~--~---
