I was trying to install these in_place_editing and acts_as_textiled
plugins in my rails application version 2.2.2, running on windows XP
but i came across some problems when doing so.
I was trying to install these in_place_editing and acts_as_textiled
plugins in my rails application version 2.2.2, running on windows XP
but i came across some problems when doing so.
...
Has the plugins been moved to a different directory?? i believe these
are fairly popular plugins, so i hope i can get some help here.
I am running on windows and it is always a problem atleast for me to
install using git..
Any idea of easy way or tutorial to use install these plugins from
github easily on windows??
I am running on windows and it is always a problem atleast for me to
install using git..
Any idea of easy way or tutorial to use install these plugins from
github easily on windows??
When I try to do a "ruby script/plugin install git://github.com/rails/in_place_editing"
on my WinXP install, I always get the message "removing: I:
\instant_rails\...\in_place_editing\.git". What do I do wrong?
Sorry about my previous post, clicked the on the 'enter' button
prematurely....
You should follow the link posted by mark reginald. And then you
should download the zip version of the plugin. After doing that you
extract the files and copy all the extracted files into the vendor/
plugins/in_place_editing folder of your rails app. You should create
the in_place_editing folder yourself.
Then you restart the server to make the changes come into effect.