This project is archived and is in readonly mode.
script/plugin install from a git repository fails under 1.9
Reported by Damian Terentiev | October 6th, 2009 @ 06:14 AM
script/plugin install from a git repository fails with a Plugin not found error under Ruby 1.9.
Comments and changes to this ticket
-
Damian Terentiev October 7th, 2009 @ 12:37 AM
I am very sorry for duplication and now I am wondering how could I still have it in 2.3.3.
-
Luke Chadwick May 7th, 2010 @ 09:25 AM
- Tag set to invalid
- Assigned user set to Ryan Bigg
I can confirm that this is indeed already fixed in 2-3-stable:
vertis@110 ~/workspace/ticket-3336/plugin_test $ ruby -v
ruby 1.9.1p378 (2010-01-10 revision 26273) [i386-darwin10.3.0]vertis@110 ~/workspace/ticket-3336/plugin_test $ cd vendor/rails
vertis@110 ~/workspace/ticket-3336/plugin_test/vendor/rails $ git statusOn branch 2-3-stable
...
vertis@110 ~/workspace/ticket-3336/plugin_test $ ruby script/plugin install git://github.com/thoughtbot/hoptoad_notifier.git
Initialized empty Git repository in /Volumes/Secure/workspace/ticket-3336/plugin_test/vendor/plugins/hoptoad_notifier/.git/
remote: Counting objects: 107, done.
remote: Compressing objects: 100% (95/95), done.
remote: Total 107 (delta 7), reused 64 (delta 1)
Receiving objects: 100% (107/107), 59.99 KiB | 38 KiB/s, done.
Resolving deltas: 100% (7/7), done.
From git://github.com/thoughtbot/hoptoad_notifier
... -
Ryan Bigg June 21st, 2010 @ 03:55 AM
- State changed from new to resolved
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>