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/models
Zachary Scott f7ebdb1ac5 Remove XML Serialization from core.
This includes the following classes:

- ActiveModel::Serializers::Xml
- ActiveRecord::Serialization::XmlSerializer
2015-08-07 11:01:48 -04:00
..
account.rb Remove MassAssignmentSecurity from ActiveModel 2012-09-16 23:58:19 -05: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 Remove XML Serialization from core. 2015-08-07 11:01:48 -04: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
person.rb Revert "Properly interpolate i18n keys in modules [#5572 state:resolved]" 2011-02-27 21:30:03 -02:00
person_with_validator.rb Better shortcut options for custom validators [#5672 state:resolved] 2010-09-24 12:49:16 +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 Allow symbol as values for tokenize of LengthValidator 2014-08-03 14:50:09 +09:00
track_back.rb No need to pass self as parameter here. 2010-10-04 22:32:29 +02:00
user.rb automatically include ActiveModel::Validations when include ActiveModel::SecurePassword 2014-07-03 02:51:12 +05:30
visitor.rb automatically include ActiveModel::Validations when include ActiveModel::SecurePassword 2014-07-03 02:51:12 +05:30