back

Install rails plugin from git repo with branch

Here is how to setup a rails plugin if you want to specify the branch:

1
2
3
4
5


script/plugin install git://github.com/mischa/a-repo.git -r branch_name


This was added b/c of this lighthouse ticket

March 24, 2009