Search code examples
ruby-on-railsruby-on-rails-pluginsruby-on-rails-3

How to install a git plugin on Rails 3


I'm completely new to Rails and just installed Rails 3 on Ubuntu 10.04. I was wondering if someone could please explain how to install a plugin from a Git repository.

More specifically, I'm trying to install the restful-authentication plugin from the git repository: git://github.com/technoweenie/restful-authentication.git

Any advice would be greatly appreciated.


Solution

  • oops. sorry everyone. just found the answer:

    rails plugin install git://github.com/technoweenie/restful-authentication.git