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
Radan Skoric cf7fac7e29 Fix ActiveModel::Errors deprecation messages failing when used on its own
Deprecation messages in ActiveModel::Errors are using String#squish
from ActiveSupport but were not explicitly requiring it, causing failures
when used outside rails.
2015-03-21 12:35:25 +01:00
..
locale Move the validate! method to ActiveModel::Validations. 2015-02-20 16:05:26 -02:00
serializers Use Active Model, not ActiveModel in plain English 2015-01-02 14:19:21 -08:00
validations Merge pull request #17144 from skojin/patch-doc-validation-format-z-regexp 2015-02-20 14:30:47 -02:00
attribute_assignment.rb Follow-up to #10776 2015-02-26 15:40:03 +01:00
attribute_methods.rb Correctly handle multiple attribute method prefix/suffixes which match 2014-12-04 15:50:31 -07:00
callbacks.rb Fix description for AM::Callbacks 2015-01-31 11:59:02 +05:30
conversion.rb Use Active Model, not ActiveModel in plain English 2015-01-02 14:19:21 -08:00
dirty.rb Merge branch 'master' of github.com:rails/docrails 2015-02-14 15:35:47 +00:00
errors.rb Fix ActiveModel::Errors deprecation messages failing when used on its own 2015-03-21 12:35:25 +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 Better docs for AM::Lint::Tests 2015-01-07 09:15:47 -08:00
model.rb use attribute assignment module logic during active model initialization 2015-01-23 14:42:47 -08:00
naming.rb activemodel: make .model_name json encodable 2015-02-24 11:00:32 -07: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 Fix spelling error in has_secure_password documentation [ci skip] 2015-03-03 20:05:02 -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 Move the validate! method to ActiveModel::Validations. 2015-02-20 16:05:26 -02:00
validator.rb Change the deprecation messages to show the preferred way to work with 2015-02-20 20:58:58 -02:00
version.rb Use Active Model, not ActiveModel in plain English 2015-01-02 14:19:21 -08:00