Displaying 1 result from an estimated 1 matches for "jazen".
Did you mean:
jasen
2009 Jun 20
1
Template problem
So this works from the command line:
script/plugin install git://github.com/rails/acts_as_tree.git
BUT this doesn''t work inside a template:
plugin "acts_as_tree", :git=>"git://github.com/rails/
acts_as_tree.git", :submodule=>true
The error I get is:
fatal: Not a git repository (or any of the parent directories): .git
I have nothing else in my