.. |
serializers
|
Convert ActiveModel to 1.9 hash syntax.
|
2013-05-01 18:01:46 -07:00 |
validations
|
deprecate Validator#setup (to get rid of a respond_to call). validators do their setup in their constructor now.
|
2013-05-23 10:00:44 -03:00 |
attribute_methods_test.rb
|
Convert ActiveModel to 1.9 hash syntax.
|
2013-05-01 18:01:46 -07:00 |
callbacks_test.rb
|
Convert ActiveModel to 1.9 hash syntax.
|
2013-05-01 18:01:46 -07:00 |
conversion_test.rb
|
Convert ActiveModel to 1.9 hash syntax.
|
2013-05-01 18:01:46 -07:00 |
deprecated_mass_assignment_security_test.rb
|
attr_accessible and attr_protected raise an exception pointing to use plugin or new protection model
|
2012-09-16 23:58:21 -05:00 |
dirty_test.rb
|
Cleaning up ActiveModel::Dirty tests
|
2013-01-15 10:24:57 -05:00 |
errors_test.rb
|
Convert ActiveModel to 1.9 hash syntax.
|
2013-05-01 18:01:46 -07:00 |
forbidden_attributes_protection_test.rb
|
Don't use assert_nothing_raised when assert_equal is used
|
2012-09-16 23:58:21 -05:00 |
helper.rb
|
Add active_support/testing/autorun
|
2012-12-31 13:57:24 -03:00 |
lint_test.rb
|
Trim down Active Model API by removing valid? and errors.full_messages
|
2012-02-07 23:10:43 +01:00 |
model_test.rb
|
Convert ActiveModel to 1.9 hash syntax.
|
2013-05-01 18:01:46 -07:00 |
naming_test.rb
|
Small typos here and there.
|
2013-03-15 11:55:03 +05:30 |
railtie_test.rb
|
Updates to make rails 4 happy with minitest 5:
|
2013-05-06 17:38:45 -07:00 |
secure_password_test.rb
|
Fix regression in has_secure_password.
|
2013-05-30 11:18:43 -07:00 |
serialization_test.rb
|
Convert ActiveModel to 1.9 hash syntax.
|
2013-05-01 18:01:46 -07:00 |
translation_test.rb
|
Convert ActiveModel to 1.9 hash syntax.
|
2013-05-01 18:01:46 -07:00 |
validations_test.rb
|
deprecate Validator#setup (to get rid of a respond_to call). validators do their setup in their constructor now.
|
2013-05-23 10:00:44 -03:00 |