rails--rails/activemodel/test/cases
Lawrence Pit 9bd91b00b8 Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax for I18n
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-05-03 13:37:32 +02:00
..
serializeration test cases for record.to_xml [#458 state:resolved] 2010-04-30 13:19:30 +02:00
validations Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax for I18n 2010-05-03 13:37:32 +02: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 Re-define empty? for errors to check if the values inside the OrderedHash are empty rather than the OrderedHash itself. [#4356 state:resolved] 2010-04-10 13:21:20 +02:00