1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activemodel/lib/active_model
Bogdan Gusiev 2606fb3397 Extracted ActiveRecord::AttributeAssignment to ActiveModel::AttributesAssignment
Allows to use it for any object as an includable module.
2015-01-23 23:43:22 +02:00
..
locale Add singular and plural form for some validation messages 2014-05-02 18:32:11 +02:00
serializers Use Active Model, not ActiveModel in plain English 2015-01-02 14:19:21 -08:00
validations allow '1' or true for acceptance validation. 2015-01-10 22:47:47 -07:00
attribute_assignment.rb Extracted ActiveRecord::AttributeAssignment to ActiveModel::AttributesAssignment 2015-01-23 23:43:22 +02:00
attribute_methods.rb Correctly handle multiple attribute method prefix/suffixes which match 2014-12-04 15:50:31 -07:00
callbacks.rb Deprecate false as the way to halt AM callbacks 2015-01-02 15:31:56 -08:00
conversion.rb Use Active Model, not ActiveModel in plain English 2015-01-02 14:19:21 -08:00
dirty.rb Don't calculate in-place changes on attribute assignment 2015-01-18 13:43:31 -07:00
errors.rb Add ActiveModel::Errors#details 2015-01-20 22:33:42 +01:00
forbidden_attributes_protection.rb Check attributes passed to create_with and where 2014-08-18 14:07:37 -03:00
gem_version.rb Use Active Model, not ActiveModel in plain English 2015-01-02 14:19:21 -08:00
lint.rb Use #model_name on instances instead of classes 2014-06-24 17:20:24 -07:00
model.rb Use ActiveSupport::Concern instead of the traditinal way 2014-08-25 11:06:06 -07:00
naming.rb Add missing AS core extension dependency 2015-01-21 08:04:40 +01:00
railtie.rb Use BCrypt's MIN_COST in the test environment for speedier tests 2012-11-14 09:42:54 -06:00
secure_password.rb Remove attributes_protected_by_default reference, since MassAssignmentSecurity was removed from ActiveModel f8c9a4d3e8 2015-01-09 17:53:54 -05:00
serialization.rb ✂️ and 💅 from d60c405 [ci skip] 2014-06-16 11:35:43 -07:00
test_case.rb
translation.rb Convert ActiveModel to 1.9 hash syntax. 2013-05-01 18:01:46 -07:00
validations.rb Pass through the prepend option to AS::Callback 2014-12-12 14:51:02 -08:00
validator.rb Use Active Model, not ActiveModel in plain English 2015-01-02 14:19:21 -08:00
version.rb Use Active Model, not ActiveModel in plain English 2015-01-02 14:19:21 -08:00