rails/activemodel/test/cases
2010-05-08 23:51:36 +03:00
..
serializeration Active Model JSON serializer now supports custom root option 2010-05-04 13:17:26 -07:00
validations removed use of AR in AMo tests and removed testing of scopes (:on) in individual validation tests and moved them to their own test file 2010-05-08 23:51:36 +03: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
dirty_test.rb Restore changed_attributes method in ActiveModel::Dirty and loosen expectation on including class' initialize method. 2010-04-01 17:52:45 -07:00
helper.rb ensure activemodel lib is setup correctly 2010-02-28 18:27:00 -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 Active Model observer tests 2010-04-16 13:14:52 -07:00
tests_database.rb Revert "Fix test load paths for those not using bundler" 2010-02-23 17:31:17 -08: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 removed use of AR in AMo tests and removed testing of scopes (:on) in individual validation tests and moved them to their own test file 2010-05-08 23:51:36 +03:00