rails/activemodel/test/cases
Neeraj Singh fb2b8fec24 adding test cases for ActiveModel::Errors
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-08-03 10:46:16 +02:00
..
mass_assignment_security Avoid interpreted as grouped expression warnings 2010-07-11 02:55:38 -03:00
serializeration ActiveModel::Errors json serialization to work as Rails 3b4 [#5254 state:resolved] 2010-08-02 16:26:32 +02:00
validations Missing BigDecimal dependency 2010-06-27 16:28:04 -07:00
attribute_methods_test.rb Use better assertion methods for testing 2010-05-19 10:18:36 +02:00
callbacks_test.rb Use better assertion methods for testing 2010-05-19 10:18:36 +02: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 Use better assertion methods for testing 2010-05-19 10:18:36 +02:00
errors_test.rb adding test cases for ActiveModel::Errors 2010-08-03 10:46:16 +02:00
helper.rb should be able to run ActiveModel validations_test [#4933 state:resolved] 2010-06-22 21:38:27 +02: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
mass_assignment_security_test.rb Avoid interpreted as grouped expression warnings 2010-07-11 02:55:38 -03:00
naming_test.rb Reuse already existing classes for ActiveModel tests. 2010-07-21 13:00:56 +02:00
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 ActiveModel::Errors json serialization to work as Rails 3b4 [#5254 state:resolved] 2010-08-02 16:26:32 +02:00