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 template!

Any ideas what could be wrong?

Using rails 2.3.2

thanks :)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to