rails/activemodel/test/cases
2011-06-23 12:56:39 +06:00
..
mass_assignment_security Transform the symbol into a constant lookup. 2011-05-31 12:24:30 +02:00
serializers Attributes with :string type should not be given the type passed in model serialization options. Closes #1058 2011-05-18 15:52:55 -04:00
validations Follow code conventions on some tests 2011-05-10 20:58:36 -03:00
attribute_methods_test.rb removed duplicate code 2011-06-11 21:49:12 +05:30
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 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
dirty_test.rb Remove or fix non-working examples and add a few tests to Dirty [#5185 state:resolved] 2010-08-03 10:47:30 +02:00
errors_test.rb implementing include? on AM::Errors 2011-02-09 09:19:56 -08: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 Specify the name to be used for ActiveModel::Name fixes #1168 2011-05-20 16:59:09 +02: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 observers to be enabled and disabled. 2011-04-28 10:23:49 +08:00
secure_password_test.rb AM mass assignment security attr_accessible and attr_protected now allow for scopes using :as => scope eg. 2011-04-24 09:53:18 +02:00
serialization_test.rb adding new test for ActiveModel::Serialization 2010-08-31 17:45:03 +02:00
translation_test.rb Get rid of the alternate namespace lookup. 2011-06-11 18:01:26 +02:00
validations_test.rb :if should not fire on validations when not in context with :on 2011-04-29 02:54:37 +05:30