lardawge / swfupload-rails-authentication

Demo Rails 3 app showing SWFUpload working in tandem with restful-authentication, CSRF protection and paperclip.
51 stars 6 forks source link

Authentication System Problem #2

Open cogmation opened 12 years ago

cogmation commented 12 years ago

I can't start this application, when doing a rails s and navigating to localhost:3000 I get:

cannot load such file -- lib/authenticated_system

lardawge commented 12 years ago

Which version of rails? You will probably need to add config.autoload_paths += %W(#{config.root}/lib) to application.rb.

cogmation commented 12 years ago

Hey lardawge, thanks for the reply. I'm using Rails 3.1, since I did a bundle install shouldn't that automatically set my Rails version to the same as what the application is using? I'll give that code a try when I get in tomorrow.