rails/activemodel/test/cases
Frederick Cheung fbfa30a1ee Change validates inclusion to use cover? for Ranges in ruby 1.9 [#6453 state:committed]
Signed-off-by: Xavier Noria <fxn@hashref.com>
2011-02-18 21:32:28 +01:00
..
mass_assignment_security Avoid interpreted as grouped expression warnings 2010-07-11 02:55:38 -03:00
serializeration psych does not emit a space after the tag 2011-01-21 15:13:30 -08:00
validations Change validates inclusion to use cover? for Ranges in ruby 1.9 [#6453 state:committed] 2011-02-18 21:32:28 +01:00
attribute_methods_test.rb allow spaces and other characters in attribute names [#4725 state:resolved] 2011-02-03 19:05:17 -02:00
callbacks_test.rb Use run_callbacks; the generated _run_<name>_callbacks method is not a public interface. 2011-01-31 19:45:53 -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 Remove or fix non-working examples and add a few tests to Dirty [#5185 state:resolved] 2010-08-03 10:47:30 +02:00
errors_test.rb implementing include? on AM::Errors 2011-02-09 09:19:56 -08:00
helper.rb do not require ruby-debug automatically. please require it if you have declared it as a dependency 2010-11-19 16:26:09 -08: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 code gardening: we have assert_(nil|blank|present), more concise, with better default failure messages - let's use them 2010-08-17 03:32:11 +02:00
naming_test.rb Test to_model being called in ActiveModel::Naming helpers 2010-10-04 21:26:42 +02:00
observing_test.rb Fix Active Model observer tests 2010-04-16 13:14:52 -07:00
secure_password_test.rb Override attributes_protected_by_default when has_secure_password is called. 2011-02-09 18:35:15 -02:00
serialization_test.rb adding new test for ActiveModel::Serialization 2010-08-31 17:45:03 +02:00
translation_test.rb Test using default option as symbol added for human_attribute_name 2010-12-05 13:26:14 -02:00
validations_test.rb Find all validators for multiple attributes 2011-02-05 20:27:02 -08:00