install acts_as_textiled

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

There's a workaround - http://groups.google.ca/group/rubyonrails-talk/browse_thread/thread/20cb12085cb7991e - last post by Ahmed Mohamed.

Yes!