HTML Helpers Plugins
Acts as Textiled by err in HTML Helpers and ActiveRecord
This simple plugin allows you to forget about constantly rendering Textile in your application. Instead, you can rest easy knowing the Textile fields you want to display as HTML will always be displayed as HTML (unless you tell your code otherwise).
AttrLocked by James Coglan (jcoglan) in Security & Protection, HTML Helpers, and ActiveRecord
+AttrLocked+ is a little Rails plugin that provides extra security for your +ActiveRecord+ models. It lets you specify, at the model level, that certain model attributes should never be allowed to change. Perfect for usernames or financial record-keeping.
AutoRest by Emmanuel Oga (EmmanuelOga) in HTML Helpers, Toolkits, and Pagination
It manages controllers code by replicating what scaffold_resource generator do, only in a more generic way. It supports nested resources. This one is not based on a DSL... Highly customizable, but if you don't like one of it's methods, simply rewrite it. Supports pagination via will_paginate and searches via ferret. Builds breadcrumbs based on nesting of the resources.
Better Partials by jcnetdev in HTML Helpers, Utilities, and Miscellaneous
Wraps render :partial to make dealing with partials much easier. <%= partial "form", :f => f %> instead of <%= render :partial => "form", :locals => {:f => f} %>. Learn more: http://www.railsjedi.com/posts/22
Blueprint by Ariejan de Vroom (Ariejan) in Images & Graphics, HTML Helpers, and Toolkits
Generate a quick layout (including CSS and images) based on the BlueprintCSS framework.
Calendar Helper by Geoffrey Grosenbach (topfunky) in HTML Helpers
Make an HTML calendar with nice CSS styling. Non-interactive, but Javascript events can be attached unobtrusively.
Colour Picker Form Helper by Adam Cooke (adam) in HTML Helpers
A useful form helper to provide an easy to use colour picker field. Using this plugin can you simply provide a colour field with an integrated javascript colour picker.
CSS Graphs by Geoffrey Grosenbach (topfunky) in HTML Helpers
Pure HTML+CSS graphs.
custom_field_error by Michael Boutros (Michael Boutros) in HTML Helpers, ActiveRecord, and Miscellaneous
custom_field_error allows you to easily setup custom HTML to be displayed when there is a validation issue with a form. You can setup a different view for every model, or setup a view in one model and have that view be used as the default for all the other models. You can also explicitly override the default view you have chosen by defining another view within another model. Last but not least, you can choose to leave the Rails default view for whatever models you want. It sounds like a lot, but I promise: it's dead simple.
Datetime Toolbawks - Intuitive Date Input Selection by Nathaniel Brown (nshb) in HTML Helpers, Utilities, and Toolkits
The Datetime Toolbawks is a pure JavaScript library using DHTML and advanced date parsing to generate the date based on the grammar passed. The purpose of the Datetime Toolbawks is to simplify the date entering process using common terms we are all familiar with.
dom_id by Geoffrey Grosenbach (topfunky) in HTML Helpers
Creates a dom_id method for generating unique id's in HTML pages.
flashobject_helper by Davide D'Agostino (DAddYE) in HTML Helpers, Utilities, and Miscellaneous
This plugin give an helper for: http://blog.deconcept.com/swfobject
Haml by Hampton Catlin in HTML Helpers
Haml takes your gross, ugly templates and replaces them with veritable Haiku. It is the next step in generating views in your Rails application. Haml also comes bundled with Sass, which allows you to create clean and dynamic CSS stylesheets.
Holly by James Coglan (jcoglan) in File Management, HTML Helpers, and Rake Tasks
Holly is an automated dependency manager for JavaScript and CSS assets in Ruby on Rails projects.
In Place Rich Editor by Mathieu Fosse (pointcom) in HTML Helpers
"In Place Rich Editor" Rails plugin aims to enrich the classical "In Place Editor" helper with WYSIWYG features.



