0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #1 from eric/make-sure-form-helpers-are-symbols More... over 10 years ago
Ensure that FORM_HELPERS are always symbols More... over 10 years ago
Fixed bug with #inputs where options were not passing correctly to each input More... over 14 years ago
added #input and #inputs More... over 14 years ago
less magic More... over 14 years ago
.assist singleton More... over 14 years ago
Fixed option extraction to work properly with check boxes More... over 14 years ago
Added ability to pass a :locals hash to a field helper to provide custom local variables to the template More... about 15 years ago
Added some extra locals for more advanced templating More... about 15 years ago
Updated README More... about 15 years ago
Added widget support More... about 15 years ago
Added separate class to handle field errors More... about 15 years ago
fixing code comment example More... about 15 years ago
uhm, made the new line stuff actually work (not sure what i was thinking before) More... about 15 years ago
quick readability cleanup More... about 15 years ago
minor refactoring - removes custom Errors class in favor of core extensions to Array More... about 15 years ago
wrapping errors in a custom Errors class to assist with formatting in templates More... about 15 years ago
minor refactoring of #full_messages_for (now uses #inject) More... about 15 years ago
added support for versions of rails not having I18n support (still requires at least 2.0+ though) More... about 15 years ago
Explictly render .html.erb template More... about 15 years ago
Added support for I18n - field names and labels will use settings from locale files More... about 15 years ago
require an explicit 'false' when turning off a template More... about 15 years ago
Updated Rakefile so that 'rake' will properly run tests More... about 15 years ago
Pass :template => false option to render the field without any assistance Dropped rspec in favor of tasty vanilla test/unit More... about 15 years ago
added ability to mark a field as required More... over 15 years ago
removing submit helper from the list More... over 15 years ago
updated README More... over 15 years ago
Added 'helper' local variable to template rendering - stores the name of the helper that was called (i.e. 'text_field') Added 'submit' to the field helpers array Added #partial, providing an easy way to render a partial within a form More... over 15 years ago
updated code comments to reflect latest changes More... over 15 years ago
cattr_accessor consistency More... over 15 years ago