.. |
serializers
|
Remove XML Serialization from core.
|
2015-08-07 11:01:48 -04:00 |
type
|
Add an immutable string type to opt out of string duping
|
2015-10-15 09:50:37 -07:00 |
validations
|
Deprecate passing string to define callback.
|
2015-12-16 19:56:20 +09:00 |
attribute_assignment_test.rb
|
Fix test failures caused by #21000
|
2015-11-23 15:19:39 -07:00 |
attribute_methods_test.rb
|
Completely remove potential global state leaks in ActiveModel tests.
|
2014-03-11 00:48:25 +08:00 |
callbacks_test.rb
|
Deprecate passing string to define callback.
|
2015-12-16 19:56:20 +09:00 |
conversion_test.rb
|
[ci skip] add tests for ActionModel::Conversion
|
2014-06-11 23:18:47 +05:30 |
dirty_test.rb
|
Add ActiveModel::Dirty#[attr_name]_previously_changed? and
|
2015-04-21 19:30:46 +02:00 |
errors_test.rb
|
ActiveRecord::Base#becomes should copy the errors
|
2015-12-14 19:02:20 +03:00 |
forbidden_attributes_protection_test.rb
|
Update and fix forbidden attributes tests
|
2015-11-03 11:34:07 -08:00 |
helper.rb
|
Removed unused config file
|
2015-09-03 08:40:03 +05:30 |
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
|
Follow-up to #10776
|
2015-02-26 15:40:03 +01:00 |
naming_test.rb
|
Delegate #model_name method to self.class
|
2014-06-22 19:14:25 -07:00 |
railtie_test.rb
|
fix tests
|
2013-07-30 20:03:57 +03:00 |
secure_password_test.rb
|
Allow password to contain spaces only.
|
2014-08-06 22:11:06 +03:00 |
serialization_test.rb
|
ensure method_missing called for non-existing methods passed to
|
2015-04-28 21:06:30 -04:00 |
translation_test.rb
|
add test for nested model translation
|
2015-12-03 14:37:05 +09:00 |
types_test.rb
|
Fix another implicit dependency of the AM test suite
|
2015-09-21 10:50:36 -06:00 |
validations_test.rb
|
Move the validate! method to ActiveModel::Validations .
|
2015-02-20 16:05:26 -02:00 |