We Recommend

The Rails Way The Rails Way
Now, for the first time, there’s a comprehensive, authoritative guide to building production-quality software with Rails. Pioneering Rails developer Obie Fernandez and a team of experts illuminate the entire Rails API, along with the Ruby idioms, design approaches, libraries, and plug-ins that make Rails so valuable.


Posted By

chrisaiv on 06/06/08


Tagged

rails


Versions (?)


Installing Restful Authentication


Published in: Rails 


I always forget the command needed to install RESTful authentication.

  1. cd /RailsApplication/
  2. ruby script/plugin source http://svn.techno-weenie.net/projects/plugins
  3. ruby script/plugin install restful_authentication

Report this snippet 

You need to login to post a comment.