aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/models
Commit message (Expand)AuthorAgeFilesLines
* Fix AMo isolated tests.José Valim2010-02-221-1/+1
* Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?...José Valim2010-02-211-3/+3
* Add to_key and to_param methods to ActiveModel::Conversion.José Valim2010-02-211-1/+7
* Fix typo by renaming :genre to :gender.José Valim2010-01-091-1/+1
* Allow validates to map some types to specific options. So now you can do:José Valim2010-01-081-1/+1
* Allow :if, :unless, :on, :allow_nil and :allow_blank as shared options in val...José Valim2010-01-071-0/+4
* Add validates method as shortcut to setup validators for a given set of attri...jamie2010-01-072-2/+11
* No need to use ValidationsRepairHelper hack on ActiveModel anymore, Model.res...José Valim2009-12-231-1/+1
* Small clean up in Naming and TTranslation tests.José Valim2009-12-232-0/+8
* Changed ActiveRecord to use new callbacks and speed up observers by only noti...José Valim2009-09-081-3/+3
* Allow validations to use values from custom readers [#2936 state:resolved]James Hill2009-08-051-0/+17
* Dasherize XML root by default to avoid invalid tags "<admin/posts>...</admin/...Joshua Peek2009-07-221-0/+4
* Initial extraction of AMo xml serializerJoshua Peek2009-07-031-0/+3
* Deprecate Model#validate/validate_on_create/validate_on_update. Use Model.val...Pratik Naik2009-03-211-3/+7
* Add ActiveModel::Validations tests for regular ruby classesPratik Naik2009-03-202-1/+3
* Add I18n translations to ActiveModel and move more AR specific parts to Activ...Pratik Naik2009-03-201-0/+5
* Move relevant validation tests from Active Record to Active ModelPratik Naik2009-03-203-0/+43