1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activemodel/test/models
2010-02-21 11:12:14 +01:00
..
contact.rb Require persisted? in ActiveModel::Lint and remove new_record? and destroyed? methods. ActionPack does not care if the resource is new or if it was destroyed, it cares only if it's persisted somewhere or not. 2010-02-21 11:12:14 +01:00
custom_reader.rb Add validates method as shortcut to setup validators for a given set of attributes: 2010-01-07 19:23:59 +01:00
developer.rb Add ActiveModel::Validations tests for regular ruby classes 2009-03-20 22:21:27 +00:00
person.rb Fix typo by renaming :genre to :gender. 2010-01-09 00:18:07 +01:00
person_with_validator.rb Add validates method as shortcut to setup validators for a given set of attributes: 2010-01-07 19:23:59 +01:00
reply.rb Changed ActiveRecord to use new callbacks and speed up observers by only notifying events that are actually being consumed. 2009-09-08 10:26:39 -05:00
topic.rb Move relevant validation tests from Active Record to Active Model 2009-03-20 15:07:49 +00:00
track_back.rb Small clean up in Naming and TTranslation tests. 2009-12-23 12:28:02 +01:00