| Commit message (Expand) | Author | Age | Files | Lines |
* | Spelling/typo/grammatical fixes [ci skip] | karanarora | 2015-05-23 | 1 | -1/+1 |
* | ensure `method_missing` called for non-existing methods passed to | Jay Elaraj | 2015-04-28 | 1 | -0/+5 |
* | pass over CHANGELOGs. [ci skip] | Yves Senn | 2015-04-22 | 1 | -1/+1 |
* | Add `ActiveModel::Dirty#[attr_name]_previously_changed?` and | Fernando Tapia Rico | 2015-04-21 | 1 | -0/+9 |
* | Fix a few typos [ci skip] | Robin Dupret | 2015-04-05 | 1 | -4/+4 |
* | Deprecate the `:tokenizer` option to `validates_length_of` | Sean Griffin | 2015-03-29 | 1 | -0/+5 |
* | some indenting and punctuation fixes. [ci skip] | Yves Senn | 2015-02-23 | 1 | -1/+1 |
* | Deprecate `ActiveModel::Errors` `add_on_empty` and `add_on_blank` methods | Wojciech Wnętrzak | 2015-02-19 | 1 | -0/+5 |
* | Merge pull request #18634 from morgoth/deprecate-some-errors-methods | Rafael Mendonça França | 2015-02-18 | 1 | -0/+5 |
|\ |
|
| * | Deprecate `ActiveModel::Errors` `get`, `set` and `[]=` methods. | Wojciech Wnętrzak | 2015-02-01 | 1 | -0/+5 |
* | | Merge pull request #16381 from kakipo/validate-length-tokenizer | Rafael Mendonça França | 2015-02-13 | 1 | -0/+4 |
|\ \ |
|
| * | | Allow symbol as values for `tokenize` of `LengthValidator` | kakipo | 2014-08-03 | 1 | -0/+4 |
* | | | Move required error message and changelog to Active Record | Carlos Antonio da Silva | 2015-02-01 | 1 | -5/+0 |
| |/
|/| |
|
* | | Merge pull request #18700 from nygrenh/better-required-message | Aaron Patterson | 2015-01-31 | 1 | -0/+5 |
|\ \ |
|
| * | | Provide a better error message on :required association | Henrik Nygren | 2015-01-28 | 1 | -0/+5 |
* | | | unify CHANGELOG format. [ci skip] | Yves Senn | 2015-01-31 | 1 | -32/+30 |
|/ / |
|
* | | use attribute assignment module logic during active model initialization | Eugene Gilburg | 2015-01-23 | 1 | -0/+11 |
* | | ✂️ and 💅 for #10776 | Sean Griffin | 2015-01-23 | 1 | -1/+1 |
* | | Extracted `ActiveRecord::AttributeAssignment` to `ActiveModel::AttributesAssi... | Bogdan Gusiev | 2015-01-23 | 1 | -0/+20 |
* | | Add ActiveModel::Errors#details | Wojciech Wnętrzak | 2015-01-20 | 1 | -1/+19 |
* | | allow '1' or true for acceptance validation. | mo khan | 2015-01-10 | 1 | -0/+6 |
* | | Remove deprecated `ActiveModel::Dirty#reset_#{attribute}` and `ActiveModel::D... | Rafael Mendonça França | 2015-01-04 | 1 | -0/+5 |
* | | Add config to halt callback chain on return false | claudiob | 2015-01-02 | 1 | -7/+9 |
* | | Deprecate `false` as the way to halt AM callbacks | claudiob | 2015-01-02 | 1 | -1/+1 |
* | | Deprecate `false` as the way to halt AM validation callbacks | claudiob | 2015-01-02 | 1 | -0/+9 |
* | | Start Rails 5 development :tada: | Rafael Mendonça França | 2014-11-28 | 1 | -61/+1 |
* | | [ci skip] ActiveModel CHANGELOG docs fixes | Akshay Vishnoi | 2014-09-18 | 1 | -8/+11 |
* | | Fix typo [ci skip] | Carlos Antonio da Silva | 2014-08-07 | 1 | -1/+1 |
* | | Allow password to contain spaces only. | Yevhene Shemet | 2014-08-06 | 1 | -0/+6 |
|/ |
|
* | Merge pull request #16210 from sonnym/assert_valid_keys_in_validate | Matthew Draper | 2014-07-18 | 1 | -0/+6 |
|\ |
|
| * | check for valid options in validate method | sonnym | 2014-07-17 | 1 | -0/+6 |
|/ |
|
* | Deprecate `reset_#{attribute}` in favor of `restore_#{attribute}`. | Rafael Mendonça França | 2014-07-15 | 1 | -2/+7 |
* | Deprecate ActiveModel::Dirty#reset_changes in favor of #clear_changes_informa... | Rafael Mendonça França | 2014-07-15 | 1 | -0/+7 |
* | Rename rollback_changes to undo_changes | Rafael Mendonça França | 2014-06-30 | 1 | -1/+1 |
* | Add CHANGELOG entry for #14861 and document private methods on the API | Rafael Mendonça França | 2014-06-30 | 1 | -0/+5 |
* | `only_integer` of `NumericalityValidator` now allows procs and symbols | Robin Mehner | 2014-06-22 | 1 | -0/+4 |
* | Added changelog for #15708 [ci skip] | Godfrey Chan | 2014-06-14 | 1 | -0/+7 |
* | fix typo in changelog [ci skip] | Vijay Dev | 2014-06-11 | 1 | -1/+1 |
* | Merge pull request #15635 from kuldeepaggarwal/add-missing-changelog | Yves Senn | 2014-06-11 | 1 | -0/+6 |
|\ |
|
| * | add missing changelog entry. refer [#16db90d] [ci skip] | Kuldeep Aggarwal | 2014-06-11 | 1 | -0/+4 |
|/ |
|
* | formatting pass through CHANGELOGS. [ci skip] | Yves Senn | 2014-05-16 | 1 | -1/+1 |
* | Add singular and plural form for some validation messages | Abd ar-Rahman Hamidi | 2014-05-02 | 1 | -0/+4 |
* | Enhance a bit a few changelog entries [ci skip] | Robin Dupret | 2014-05-02 | 1 | -1/+2 |
* | Add CHANGELOG to Active Model too [ci skip] | Rafael Mendonça França | 2014-03-27 | 1 | -0/+6 |
* | Point master changelogs to 4-1-stable branch | Carlos Antonio da Silva | 2014-02-25 | 1 | -72/+1 |
* | `#to_param` returns `nil` if `to_key` returns `nil`. Closes #11399. | Yves Senn | 2014-02-04 | 1 | -0/+4 |
* | tidy CHANGELOGs [ci skip] | Yves Senn | 2014-01-30 | 1 | -2/+5 |
* | Ability to specify multiple contexts when defining a validation. | Vince Puzzella | 2014-01-27 | 1 | -0/+20 |
* | Use a better method name to check the requirement of password confirmation | Carlos Antonio da Silva | 2014-01-07 | 1 | -3/+3 |
* | Allows you to check if an attribute has changed to a particular value | Tejas Dinkar | 2013-12-15 | 1 | -0/+6 |