11175
(-- --)
January 21, 2009, 11:55pm
1
Hey Guys,
I tried the following on my rails 2.1.1 project:
script/plugin install acts_as_tree
and I got the following error:
Plugin not found: ["acts_as_tree"]
This method of installing plugins worked months ago on another rails
2.0+ project.... Do I need to use github now?
Sonny.
gem sources -a http://gems.github.com
Cheers, Sazima
11175
(-- --)
January 22, 2009, 4:39pm
3
So the "script/plugin install ..." script no longer works without git?
Sonny.
Fernando Perez wrote:
11175
(-- --)
January 22, 2009, 4:42pm
4
Thanks Sazima,
I added github as a source but I'm still getting the
Plugin not found: ["acts_as_tree"]
Sonny.
Sazima wrote:
11175
(-- --)
January 22, 2009, 11:12pm
5
Fernando's instructions worked for me. Seems a bit tedious though -
working cli install would surely better?
I tried following Sazima's instructions. Couldn't find the plug-in
even with the git sources.