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.
returns: nothing… it just goes back to the directory tree
I posted about a very similar problem a few weeks ago with no
resolution. Basically, anytime I try to install a plugin from rubyforge
I get nothing - not even an error.
However, if I install a plugin from a different repository then it
works. I posted a workaround but will save you from scouring through
the posts.
If you use svn - then just get it via the svn command line tool. That’s
the easiest way. If you don’t have SVN installed and IF you use
RadRails then you can browse to the source in RadRails. File | New |
Other | SVN Location (or something like that). Then, just type in the
SVN location, browse it out and then put it into your plugin directory.
hey… okay so I grabbed the files from the svn directly instead of
using the ruby script/plugin install hasel.
so how should my vendor/plugins folder look now, should I have the lib
folder in there or should I just put the custom_error_message.rb file
in there, from there how do I use it in the website itself, im guessing
add the “require custom_error_message” line in the application.rb
controller?