RubyGems.org

Sometimes it's necessary to store incomplete records, without fullfilling all validations, to complete and then validate the record. ActiveRecord::DraftRecords allows you to persist an record even if it's invalid by tagging it as a draft.

installgem install activerecord-draft_records
Authors

Rodrigo Kochenburger

5,451 total downloads 767 for this version
Owners

Fcd4e5e509230f44e4aef2caf93b2749

Gemfile
gem "activerecord-draft_records", "~> 0.5.1"
Versions
  1. 0.5.1 December 7, 2010
Show all versions (7 total)