This project is archived and is in readonly mode.
Make it possible to install plugins with Bazaar
Reported by Daniel Schierbeck | October 29th, 2008 @ 11:41 PM | in 2.x
This patch makes it possible to install plugins directly from Bazaar branches, just like it's currently possible to install from Git and Subversion repositories.
script/plugin install bzr://example.com/acts_as_profitable
I haven't found a way to easily do unit tests against the implementation, and it doesn't seem like there exists any for neither the Git nor Subversion handlers. If you have any pointers or advise on this, I'd be more than happy to cover this patch with tests.
Comments and changes to this ticket
-
Pratik November 26th, 2008 @ 01:48 PM
- State changed from new to wontfix
Not really interested in this. People should just put the plugin inside vendor/plugins. Or even better, use gem plugins :)
-
Bounga November 26th, 2008 @ 01:52 PM
We're working on another way to implement this.
Take a look at the 2 following threads :
http://rails.lighthouseapp.com/p...
http://rails.lighthouseapp.com/p...
But you're right, gem plugins are very handy.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Referenced by
- 1284 Add Hg (Mercurial) support to script/plugin It's sad, but it's true. The same thing happened to #1291...