| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Fix `warning: extra states are no longer copied` | Ryuta Kamizono | 2017-04-01 | 1 | -4/+4 |
* | Fix ActiveModel::Errors #keys, #values | bogdanvlviv | 2017-03-28 | 1 | -11/+6 |
* | Make ActiveModel::Errors backward compatible with 4.2 | Rafael Mendonça França | 2016-12-08 | 1 | -2/+9 |
* | Allow indifferent access in ActiveModel::Errors | Kenichi Kamiya | 2016-11-22 | 1 | -2/+5 |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -2/+2 |
* | Removed deprecated methods in ActiveModel::Errors | Rafael Mendonça França | 2016-10-10 | 1 | -87/+0 |
* | Do not leak the Errors default proc when calling to_hash or as_json | Jean Boussier | 2016-09-27 | 1 | -1/+1 |
* | Fix typo in deprecation message | Georg Ledermann | 2016-08-27 | 1 | -1/+1 |
* | Fix broken alignments caused by auto-correct commit 411ccbd | Ryuta Kamizono | 2016-08-10 | 1 | -1/+2 |
* | code gardening: removes redundant selfs | Xavier Noria | 2016-08-08 | 1 | -2/+2 |
* | remove redundant curlies from hash arguments | Xavier Noria | 2016-08-06 | 1 | -4/+2 |
* | applies new string literal convention in activemodel/lib | Xavier Noria | 2016-08-06 | 1 | -5/+5 |
* | Tiny documentation fixes [ci skip] | Robin Dupret | 2016-06-25 | 1 | -7/+7 |
* | [ci skip] Add additional documentation to ActiveModel::Errors | Alex Kitchens | 2016-06-22 | 1 | -1/+12 |
* | Ensure that instances of `ActiveModel::Errors` can be marshalled | Sean Griffin | 2016-05-30 | 1 | -2/+23 |
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-05-14 | 1 | -2/+11 |
|\ |
|
| * | Add example for UnknownAttributeError | Vipul A M | 2016-05-02 | 1 | -0/+9 |
| * | Active Model: Messages for strict validation always convert attributes to hum... | Prathamesh Sonpatki | 2016-05-01 | 1 | -2/+2 |
* | | Change RangeError to a more specific ActiveModel::RangeError | Christian Blais | 2016-05-03 | 1 | -0/+4 |
|/ |
|
* | Pass over all Rails 5 warnings, to make sure: | Vipul A M | 2016-04-12 | 1 | -2/+2 |
* | Allow passing record being validated to error message generator | Prathamesh Sonpatki | 2016-04-05 | 1 | -1/+2 |
* | Do not create a hash key when calling ActiveModel::Errors#include? | Esteban Pastorino | 2016-03-24 | 1 | -1/+1 |
* | Remove unused parameter from method | Jon Moss | 2016-02-17 | 1 | -2/+2 |
* | Add documentation about method to describe how it works [ci skip] | Mehmet Emin İNAÇ | 2016-02-04 | 1 | -0/+9 |
* | `ActiveRecord::Base#becomes` should copy the errors | Vokhmin Alexey V | 2015-12-14 | 1 | -0/+12 |
* | File encoding is defaulted to utf-8 in Ruby >= 2.1 | Akira Matsuda | 2015-09-18 | 1 | -2/+0 |
* | formatting changes | unknown | 2015-05-29 | 1 | -3/+3 |
* | Adds/Corrects use case for adding an error message | Zamith | 2015-05-04 | 1 | -1/+1 |
* | Merge pull request #19021 from morgoth/activemodel-errors-refactoring | Rafael Mendonça França | 2015-03-30 | 1 | -24/+4 |
|\ |
|
| * | Simplify and alias ActiveModel::Errors methods where possible | Wojciech Wnętrzak | 2015-02-20 | 1 | -24/+4 |
* | | Fix ActiveModel::Errors#delete return value to stay backward compatible | Radan Skoric | 2015-03-22 | 1 | -7/+7 |
* | | Fix ActiveModel::Errors deprecation messages failing when used on its own | Radan Skoric | 2015-03-21 | 1 | -0/+1 |
* | | Merge pull request #19077 from robin850/unknown-attribute-error | Sean Griffin | 2015-03-02 | 1 | -0/+11 |
|\ \ |
|
| * | | Follow-up to #10776 | Robin Dupret | 2015-02-26 | 1 | -0/+11 |
* | | | Removed non-standard and unused require 'active_support/deprecation' from par... | Vipul A M | 2015-02-27 | 1 | -1/+0 |
|/ / |
|
* / | Change the deprecation messages to show the preferred way to work with | Rafael Mendonça França | 2015-02-20 | 1 | -6/+6 |
|/ |
|
* | Merge pull request #18996 from morgoth/deprecate-more-errors-methods | Yves Senn | 2015-02-19 | 1 | -0/+16 |
|\ |
|
| * | Deprecate `ActiveModel::Errors` `add_on_empty` and `add_on_blank` methods | Wojciech Wnętrzak | 2015-02-19 | 1 | -0/+14 |
|/ |
|
* | Deprecate `ActiveModel::Errors` `get`, `set` and `[]=` methods. | Wojciech Wnętrzak | 2015-02-01 | 1 | -9/+28 |
* | Fixed duplicating ActiveModel::Errors#details | Wojciech Wnętrzak | 2015-01-24 | 1 | -1/+2 |
* | Add ActiveModel::Errors#details | Wojciech Wnętrzak | 2015-01-20 | 1 | -20/+37 |
* | Fix error messages scope [skip ci] | Anton Davydov | 2015-01-12 | 1 | -2/+2 |
* | Fix inaccurate docs in active_model errors [ci skip] | Robson Marques | 2014-12-22 | 1 | -2/+2 |
* | Add #key? to ActiveModel::Errors | Garry Shutler | 2014-10-14 | 1 | -0/+2 |
* | Using `each_with_object` instead of `reduce` | Attila Domokos | 2014-08-22 | 1 | -2/+2 |
* | Replacing an each with reduce | Attila Domokos | 2014-08-21 | 1 | -4/+2 |
* | Merge pull request #15889 from carnesmedia/model-name | Rafael Mendonça França | 2014-08-17 | 1 | -1/+1 |
|\ |
|
| * | Use #model_name on instances instead of classes | Amiel Martin | 2014-06-24 | 1 | -1/+1 |