I have git installed on my windows machine.
Am typing ruby script/plugin install
git://github.com/defunkt/acts_as_textiled.git
In my vendor/plugins directory it shows acts_as_textiled.
However, there are no files in the folder and obviously when I run
rails I get "undefined method `acts_as_textiled’ "
Have tried --force to try again, and have tried http instead of git.
Any thoughts?
Thanks!
Shawn