1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activemodel/test/cases
José Valim 56417b4092 Merge pull request #4785 from ayamomiji/add-self-to-allow-method-name-using-ruby-keyword
add `self.` to allow method name using ruby keyword
2012-05-25 00:29:07 -07:00
..
mass_assignment_security Improve logging of ActiveModel::MassAssignmentSecurity::Sanitizer 2012-05-17 06:55:41 +09:00
serializers changed xml type datetime to dateTime, fixes #6328 2012-05-23 14:45:56 +02:00
validations Support i18n attributes for confirmation 2012-04-24 01:05:41 -04:00
attribute_methods_test.rb Merge pull request #4785 from ayamomiji/add-self-to-allow-method-name-using-ruby-keyword 2012-05-25 00:29:07 -07: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 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 Improve logging of ActiveModel::MassAssignmentSecurity::Sanitizer 2012-05-17 06:55:41 +09: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 Updated tests for has_secure_password. 2012-05-08 18:08:55 -05: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 Do not modify options hash in human_attribute_name, remove reverse_merge 2012-04-28 11:23:29 -03:00
validations_test.rb Kill whitespaces ✂️ 2012-05-15 13:38:29 -03:00