Rails Plugins

Not only have I just set up a public HTTP SVN for my plugins (on Google Code as MediaTemple don’t do HTTP:// SVNs) …

I have created a new plugin that extends error_messages_for to give you clickable links to the form elements

The readme:

Clickable Error Messages
======================

Have a long form, or at least one that scrolls past the main page. Want to give your users more interactivity on the forms?

This is unobtrusive, no extra markup is required. If you remove it, your application will work as normal.

Example
=======

In your view:
<%= error_messages_for :user %>

Example goes here.

2 errors prohibited this user from being saved

There were problems with the following fields:

Copyright (c) 2007 Zach Inglis [www.zachinglis.com], released under the MIT license

Get it here: http://zachinglis-rails-plugins.googlecode.com/svn/trunk/svn/
I shall rename it to svn.zachinglis.com when (mt) get back to me.

2 Responses to “Rails Plugins”


  1. 1 ZachInglis.com » error_messages_for Extended
  2. 2 23321a2e3aa9
Comments are currently closed.