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
2012-05-14 11:35:15 -05:00
..
mass_assignment_security
serializers Use respond_to?(:to_ary) rather than is_a?(Enumerable) to detect collection-thing. 2012-05-11 20:11:04 +01:00
validations
attribute_methods_test.rb allow define_attribute_methods to pass multiple values 2012-05-14 11:35:15 -05:00
callbacks_test.rb
configuration_test.rb
conversion_test.rb
dirty_test.rb
errors_test.rb
helper.rb Remove useless load path modifications 2012-05-11 19:00:35 -03:00
lint_test.rb
mass_assignment_security_test.rb
model_test.rb
naming_test.rb
observer_array_test.rb
observing_test.rb notify_observers should be public 2012-04-30 22:13:26 -04:00
secure_password_test.rb
serialization_test.rb Use respond_to?(:to_ary) rather than is_a?(Enumerable) to detect collection-thing. 2012-05-11 20:11:04 +01:00
translation_test.rb Do not modify options hash in human_attribute_name, remove reverse_merge 2012-04-28 11:23:29 -03:00
validations_test.rb