Satish / restful-authentication

Generates common user authentication code for Rails/Merb, with a full test/unit and rspec suite and optional Acts as State Machine support built-in.
http://weblog.techno-weenie.net
MIT License
82 stars 19 forks source link

installation problem #4

Open vinz84 opened 13 years ago

vinz84 commented 13 years ago

hi,

i have a problem with rails3 and restful-authentication i have installed the plugin and run 'rails g authenticated user sessions'

then restart server and the passanger put this error-message:

Error message: uninitialized constant SessionsController::AuthenticatedSystem Exc....

sry, have found in closed issus

lukaso commented 13 years ago

Add the following to your application.rb:

   config.autoload_paths << "#{Rails.root}/lib"

Also same solution in a closed issue...