Project

General

Profile

error message from RAILS_ENV=production script/about

Added by Jay Borne over 15 years ago

I'm trying to use your app on a linux machine under apache and this is the error I received:

  1. RAILS_ENV=production script/about
    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:263:in `load_missing_constant': uninitialized constant Rails::Info (NameError)
    from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:453:in `const_missing'
    from /usr/local/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/about.rb:2
    from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
    from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
    from script/about:3

Thank you for any help you can provide!