2010-08-31 5 views

Répondre

1

Pour les plugins:

rails plugin install git://github.com/user/project.git -r branch_name 

Comme bijou, dans votre gemfile déclarer quelque chose comme:

gem "project", :git => "git://github.com/user/project.git", :branch => "branch_name" 
Questions connexes