activerecord-draft_records 0.5.1
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.
Gemfile:
=
install:
=
Development Dependencies (2):
database_cleaner
>= 0.5.2
rspec
>= 1.2.9