rails/activemodel/test/cases
Prem Sichanugrist 8f97e9d19a Add validators reflection so you can do 'Person.validators' and 'Person.validators_on(:name)'.
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-02-21 12:37:46 +01:00
..
serializeration Fix warnings in AMo 2009-09-05 19:10:21 -05:00
validations Add validators reflection so you can do 'Person.validators' and 'Person.validators_on(:name)'. 2010-02-21 12:37:46 +01:00
attribute_methods_test.rb Fixed behavior of attribute_methods_generated? [#3220 state:resolved] 2009-10-07 09:07:39 -05:00
callbacks_test.rb Move ActiveRecord callbacks implementation to ActiveModel and make use of it. 2009-12-28 16:19:23 -08:00
conversion_test.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
helper.rb Fix test load paths for those not using bundler 2010-02-15 10:20:11 -06:00
lint_test.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
naming_test.rb Small clean up in Naming and TTranslation tests. 2009-12-23 12:28:02 +01:00
observing_test.rb Fix warnings in AMo 2009-09-05 19:10:21 -05:00
tests_database.rb Fix test load paths for those not using bundler 2010-02-15 10:20:11 -06:00
translation_test.rb Allow to specify default attributes names translation in I18n yml files. 2010-01-07 15:31:50 +01:00
validations_test.rb Add validators reflection so you can do 'Person.validators' and 'Person.validators_on(:name)'. 2010-02-21 12:37:46 +01:00