rails/activemodel/test/models
Akira Matsuda 68db6bc431 Let validates_inclusion_of accept Time and DateTime ranges
fixes 4.0.0 regression introduced in 0317b93c17a46d7663a8c36edc26ad0ba3d75f85
2013-10-23 22:10:15 +09:00
..
account.rb Remove MassAssignmentSecurity from ActiveModel 2012-09-16 23:58:19 -05:00
administrator.rb Remove MassAssignmentSecurity from ActiveModel 2012-09-16 23:58:19 -05:00
automobile.rb Convert ActiveModel to 1.9 hash syntax. 2013-05-01 18:01:46 -07:00
blog_post.rb Rely on a public contract between railties instead of accessing railtie methods directly. 2011-11-23 19:06:45 +00:00
contact.rb Convert ActiveModel to 1.9 hash syntax. 2013-05-01 18:01:46 -07:00
custom_reader.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
helicopter.rb test for ActiveModel::Conversion#to_partial_path and namespaced models 2013-01-14 21:17:22 +01:00
oauthed_user.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
person_with_validator.rb Better shortcut options for custom validators [#5672 state:resolved] 2010-09-24 12:49:16 +02:00
person.rb Revert "Properly interpolate i18n keys in modules [#5572 state:resolved]" 2011-02-27 21:30:03 -02:00
project.rb attr_accessible and attr_protected raise an exception pointing to use plugin or new protection model 2012-09-16 23:58:21 -05:00
reply.rb Convert ActiveModel to 1.9 hash syntax. 2013-05-01 18:01:46 -07:00
sheep.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
topic.rb Let validates_inclusion_of accept Time and DateTime ranges 2013-10-23 22:10:15 +09:00
track_back.rb No need to pass self as parameter here. 2010-10-04 22:32:29 +02:00
user.rb Updated tests for has_secure_password. 2012-05-08 18:08:55 -05:00
visitor.rb Remove MassAssignmentSecurity from ActiveModel 2012-09-16 23:58:19 -05:00