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

Could not find generator authenticated. #9

Open kewinwang opened 13 years ago

kewinwang commented 13 years ago

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

sshreibati commented 13 years ago

What restful-authentication git branch did you use? Are you sure you used satish? Satish's version is for Rails 3.

kewinwang commented 13 years ago

yes i use satish branch in my Rails 3 project.