PiRSquared17 / activescaffold

Automatically exported from code.google.com/p/activescaffold
MIT License
0 stars 0 forks source link

Plugin not found #720

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ruby script/plugin install
git://github.com/activescaffold/active_scaffold.git -r rails-2.3
2. ..?
3. Error: 'Plugin not found[<url here>]

What is the expected output? What do you see instead?
Expected; succesful installation, instead I'm shown the error stated above.

What version (or revision) of the product are you using?
Rails 2.3.5

Original issue reported on code.google.com by yor...@gmail.com on 10 Dec 2009 at 4:07

GoogleCodeExporter commented 9 years ago
Use master branch with rails 2.3:
ruby script/plugin install
git://github.com/activescaffold/active_scaffold.git

Original comment by sergio.c...@gmail.com on 11 Dec 2009 at 8:35