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/cases
2010-05-09 00:08:11 +03:00
..
serializeration Active Model JSON serializer now supports custom root option 2010-05-04 13:17:26 -07:00
validations removed AR from all AMo tests, including any unneeded files (schema, fixtures and test helper) 2010-05-09 00:08:11 +03:00
attribute_methods_test.rb
callbacks_test.rb
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 removed AR from all AMo tests, including any unneeded files (schema, fixtures and test helper) 2010-05-09 00:08:11 +03: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
observing_test.rb Fix Active Model observer tests 2010-04-16 13:14:52 -07: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 AR from all AMo tests, including any unneeded files (schema, fixtures and test helper) 2010-05-09 00:08:11 +03:00