Browse the Ruby on Rails Community.

You are here: Browse Railsplugins Active Form

Active Form

= ActiveForm

This plugin provides a base class for making forms with ActiveRecord validations without having a corresponding database table. You can use ActiveForm for:

  • making forms which don’t needed storage, like simple email forms
  • provide extra validations on existing ActiveRecord models
  • make forms for composite objects
Author R.W. van 't Veer Copyright Copyright© 2007 R.W. van ‘t Veer

NOTE: This description has been extracted from the Plugin README and so the formatting may need updating to make browser friendly