- Create database
rake db:create:all
- Install test gems
rake gems:unpack RAILS_ENV=test
- Install gems
rake gems:unpack
- Install resful-authenticate plugins
– Go to vendor/plugin folder
git clone git://github.com/technoweenie/restful-authentication.git restful_authentication
Readmore: Restful Authentication Generator
- Install emails spec plugin (for test)
script/plugin install git://github.com/bmabey/email-spec.git
Read more http://github.com/bmabey/email-spec/
==You will be able to:
Thank you.