This project is archived and is in readonly mode.
patch for plugin install to support scp syntax git repo urls
Reported by Tekin | May 29th, 2008 @ 10:30 PM
Following on from [#276], here's another small patch that adds support for scp syntax urls:
[user@]host.xz:/path/to/repo.git/
This is helpful primarily because it allows plugins to be installed from private github repositories.
Comments and changes to this ticket
-
Tekin May 30th, 2008 @ 03:00 PM
Although I've got no tests, neither does the plugin manager at present and this patch is fairly straightforward:
1. It relaxes the regular expressions that decide if the parameter is a plugin name or a url so that they also catch scp syntax urls.
2. It updates guess_name so that it will recognise the name from an scp syntax url
-
josh September 18th, 2008 @ 03:48 PM
- State changed from new to stale
- Tag set to bug, patch, railties
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>