rails/activemodel/test/cases
2011-11-23 23:45:27 +00:00
..
mass_assignment_security MassAssignmentProtection: consider 'id' insensetive in StrictSanitizer 2011-07-28 11:56:08 +03:00
serializable Implement ArraySerializer and move old serialization API to a new namespace. 2011-11-23 23:18:15 +00:00
validations Update variable's name in the test case to reflect the class we're testing 2011-11-18 11:51:05 -05:00
attribute_methods_test.rb Generate attribute method unless it's already in the module. 2011-09-14 00:00:37 +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
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 New #added? method on ActiveModel::Errors 2011-10-19 21:29:20 +02:00
helper.rb No more need rubygems here. 2011-05-22 02:02:56 +05:30
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 Rely on a public contract between railties instead of accessing railtie methods directly. 2011-11-23 19:06:45 +00: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
serializable_test.rb Implement ArraySerializer and move old serialization API to a new namespace. 2011-11-23 23:18:15 +00:00
serializer_test.rb Rely solely on active_model_serializer and remove the fancy constant lookup. 2011-11-23 23:45:27 +00:00
translation_test.rb Get rid of the alternate namespace lookup. 2011-06-11 18:01:26 +02:00
validations_test.rb Implemented strict validation concept 2011-08-17 17:26:00 +03:00