rails/activemodel/test/cases
Carlos Antonio da Silva 0180e090ab Update Active Model xml serialization test to reflect a change in builder
Due to a change in builder, nil values and empty strings now generates
closed tags, so instead of this:

    <pseudonyms nil=\"true\"></pseudonyms>

It generates this:

    <pseudonyms nil=\"true\"/>

Document this change in Rails so that people can track it down easily if
necessary.
2012-09-07 13:08:30 -03:00
..
mass_assignment_security load active_support/core_ext/object/inclusion in active_support/rails 2012-08-02 21:59:22 +02:00
serializers Update Active Model xml serialization test to reflect a change in builder 2012-09-07 13:08:30 -03:00
validations Fix method redefined warnings. 2012-08-29 02:38:12 +09:00
attribute_methods_test.rb made dynamic finders alias_attribute aware 2012-06-22 16:44:01 +02: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 Fix comments about to_partial_path 2012-03-10 17:40:27 -05:00
dirty_test.rb updating define_attribute_methods documentation 2012-05-14 11:38:23 -05:00
errors_test.rb AM::Errors: allow :full_messages parameter for #as_json 2012-02-20 11:17:11 +02:00
helper.rb Remove useless load path modifications 2012-05-11 19:00:35 -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
mass_assignment_security_test.rb Fix ActiveModel tests that depend on run order 2012-08-23 16:00:58 -05:00
model_test.rb Add docs with usage examples for ActiveModel::Model 2012-03-03 04:45:30 -03:00
naming_test.rb Remove ActiveModel::Naming#partial_path 2012-03-10 18:02:36 -05: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 notify_observers should be public 2012-04-30 22:13:26 -04:00
secure_password_test.rb has_secure_password should not raise a 'digest missing' error if the calling class has specified for validations to be skipped. 2012-07-31 16:16:21 -04:00
serialization_test.rb Use respond_to?(:to_ary) rather than is_a?(Enumerable) to detect collection-thing. 2012-05-11 20:11:04 +01:00
translation_test.rb Fix human attribute_name to handle deeply nested attributes 2012-05-16 08:39:48 +09:00
validations_test.rb AM::Validation#validates: ability to pass custom exception to :strict option 2012-08-06 13:45:27 +03:00