Hi,
I’ve got a rails app happily working on my Vista laptop.
I’ve installed a ubuntu slice using VMWorkstation to try & replicate my
hosting environment.
I think I’ve installed everything as I should, I’m running Edge rails, &
the below error occurs when I start the server.
Can someone please point me in the right direction to sort this?
rgds,
- matt.
=> Rails application starting on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
** Starting Mongrel listening at 0.0.0.0:3000
** Starting Rails with development environment…
Exiting
/home/matt/Desktop/Rails
Websites/www.tickex.com/trunk/vendor/rails/activesupport/lib/active_support/dependencies.rb:477:in
const_missing': uninitialized constant ActionController::Base::DEPRECATED_INSTANCE_VARIABLES (NameError) from /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_view/base.rb:160 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 /home/matt/Desktop/Rails Websites/www.tickex.com/trunk/vendor/rails/activesupport/lib/active_support/dependencies.rb:495:in
require’
from /home/matt/Desktop/Rails
Websites/www.tickex.com/trunk/vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in
new_constants_in' from /home/matt/Desktop/Rails Websites/www.tickex.com/trunk/vendor/rails/activesupport/lib/active_support/dependencies.rb:495:in
require’
from
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_view.rb:25
from
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
gem_original_require' ... 42 levels... from /home/matt/Desktop/Rails Websites/www.tickex.com/trunk/vendor/rails/activesupport/lib/active_support/dependencies.rb:495:in
require’
from /home/matt/Desktop/Rails
Websites/www.tickex.com/trunk/vendor/rails/railties/lib/commands/server.rb:39
from script/server:3:in `require’
from script/server:3