I'm getting this error with my recently deployed app, I haven't managed to get it to work at all (I haven't even populated the DB since I can't run rake db:schema:load):
usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:492:in `const_missing': uninitialized constant ApplicationController::AuthenticatedSystem (NameError)
It references ~/my rails root/app/controllers/application.rb:5
which reads: include AuthenticatedSystem
This module is part of Acts_As_Authenticated plugin, I've tried copying my vendor/plugins folder but that didn't work as well.
Should I request all the plugins I use to be installed as gems?
Should I install plugins, such as this, using script/plugin install?
Thank you,
Martinho.