Installing a Rails plugin from GitHub is now as simple as:
./script/plugin install git://github.com/pjhyett/auto_migrations.git
Sweet! Thanks to all involved for making it happen, the changeset is here.
Now, to figure out gem support…
Take the 2008 Git User's Survey and help out! [ hide ]
Installing a Rails plugin from GitHub is now as simple as:
./script/plugin install git://github.com/pjhyett/auto_migrations.git
Sweet! Thanks to all involved for making it happen, the changeset is here.
Now, to figure out gem support…
Gem support would be interesting.
It is noteworthy to mention this currently works with EDGE rails
(at the time of this comment, rails 2.0.2 is the latest rails release)
I’m having a little trouble with this – perhaps I’m missing something? I keep getting “Plugin not found” errors.
script/plugin install git://github.com/moorage/encryption_fu.git
Plugin not found: [“git://github.com/moorage/encryption_fu.git”]
morrage, as timcharper said, you need rails EDGE for this.
@schof: Rails 2.1 will have gem dependencies. Railscasts has a screencast on it here: http://railscasts.com/episodes/110
Does script/plugin update work with git repositories.
Is nice. Will be nicer when update works too.