restful-authentication icon indicating copy to clipboard operation
restful-authentication copied to clipboard

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.

Results 9 restful-authentication issues
Sort by recently updated
recently updated
newest added

I'm experiencing a huge memory leak issue in Rails 3.0.4 and 3.0.5. Both on WEBrick and Apache Passenger 3.0.3, both on OS X and Linux (Debian Lenny), using Ruby 1.8.7....

rails plugin install git://github.com/Satish/restful-authenticat Initialized empty Git repository in C:/project/RailsApplication1/vendor/plugins/restful-authenticati github.com[0: 207.97.227.239]: errno=No such file or directory fatal: unable to connect a socket (No such file or directory) Plugin not...

~/rails_projects/mail_app> rails generate authenticated user sessions But the console output is : Could not find generator authenticated.

I've had testing the rspec because I'm on rspec 2 I assume. Here are some of my issues: 1.) "include AuthenticatedSystem" needs to be included 2.) in the "before" statement...

Hi, I am getting the following error when I try to boot my rails3 app with your plugin installed: vendor/plugins/restful-authentication/lib/authentication/by_cookie_token.rb:1: unknown encoding name: mule-utf-8 (ArgumentError) It seems ruby 1.9.2.rc2 does...

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:...

I am experiencing an error when using this build. "Routing Error uninitialized constant ApplicationController::AuthenticatedSystem" In the application_controller.rb file, I have written "include AuthenticatedSystem". Do I need to modify anything to...

Specifying --aasm doesn't have the same affect as --stateful or --include-activation, they have to be specified manually for the correct code to be generated. Additionally, even when specifying all three,...