hey, im having a problem installing this plugin, note that it is indeed the first time ive installed a plugin.. well attempted to anyways.
in my command prompt, yes, im using windows xp sp2, apache/fastcgi, etc.
anyways.. in my command line I do the following commands in the root of my rails application.
1) ruby script/plugin source svn://rubyforge.org/var/svn/custom-err-msg
returns: Added 1 repositories
2) ruby script/plugin install svn://rubyforge.org/var/svn/custom-err-msg
returns: nothing.. it just goes back to the directory tree
if I do ruby script/plugin list it spits out an error
script/plugin: No such file or directory - svn ls svn://rubyforge.org/var/svn/custom-err-msg/
It is really frustrating, and im trying to get rid of the field name when a validation error occurs on a web-form. IF anyone can offer any help at all, please do so, or if you know of an alternative way to get rid of that field name that is attached to the beginning of validation errors.
Thanks!