.. |
mass_assignment_security
|
Changed the require path for logger
|
2011-12-21 19:42:44 +05:30 |
serializers
|
Revert "Implement ArraySerializer and move old serialization API to a new namespace."
|
2011-11-30 18:48:17 +01:00 |
validations
|
Removing unwanted method and adding to accessor for getter history
|
2012-01-25 01:34:04 +05:30 |
attribute_methods_test.rb
|
Fix test class name that should read Without
|
2012-01-16 00:00:57 +01: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 |
configuration_test.rb
|
Support configuration on ActiveRecord::Model.
|
2011-12-28 18:27:41 +00:00 |
conversion_test.rb
|
Rename new method to_path to to_partial_path to avoid conflicts with File#to_path and similar.
|
2011-08-01 11:42:00 +02:00 |
dirty_test.rb
|
changing an attribute multiple times retains the correct original value
|
2011-06-28 22:18:24 -07:00 |
errors_test.rb
|
Fix ActiveModel::Errors#dup
|
2012-01-16 23:22:51 -08:00 |
helper.rb
|
require minitest rather than test/unit
|
2012-01-06 15:50:47 -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
|
Allow to specify mass-assignment roles as array
|
2011-06-23 12:56:39 +06:00 |
naming_test.rb
|
Use ActiveModel::TestCase instead of Test::Unit:TestCase
|
2012-01-06 20:43:08 -03:00 |
observer_array_test.rb
|
Add additional tests for AM::ObserverArray that I had missed yesterday.
|
2011-04-28 08:32:22 -07:00 |
observing_test.rb
|
Allow ActiveRecord observers to be disabled.
|
2011-08-12 20:48:44 -07:00 |
secure_password_test.rb
|
use variables from test setup
|
2011-10-17 19:15:24 +05:30 |
serialization_test.rb
|
Revert "Implement ArraySerializer and move old serialization API to a new namespace."
|
2011-11-30 18:48:17 +01:00 |
translation_test.rb
|
Namespaced attribute lookup now works as 'model/association.attribute'.
|
2011-12-05 15:39:41 +01:00 |
validations_test.rb
|
Removed unwanted intializer and replaced with ruby default collect method
|
2012-01-27 00:13:46 +05:30 |