| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #31117 from renuo/fix_errors_added | Rafael França | 2017-11-13 | 1 | -0/+7 |
|\ |
|
| * | fix bug on added? method | Alessandro Rodi | 2017-11-13 | 1 | -0/+7 |
* | | Add missing autoload `Type` (#31123) | Ryuta Kamizono | 2017-11-11 | 14 | -14/+0 |
* | | Add missing requires | yuuji.yaginuma | 2017-11-10 | 1 | -0/+2 |
|/ |
|
* | Move Attribute and AttributeSet to ActiveModel | Lisa Ugray | 2017-11-09 | 5 | -32/+532 |
* | Merge pull request #31061 from bogdanvlviv/test-if-unless-options-for-validat... | Rafael França | 2017-11-06 | 5 | -7/+62 |
|\ |
|
| * | Add cases to test combining validation conditions | bogdanvlviv | 2017-11-06 | 5 | -7/+62 |
* | | Execute `ConfirmationValidator` validation when `_confirmation`'s value is `f... | bogdanvlviv | 2017-11-05 | 1 | -0/+13 |
|/ |
|
* | Allow passing a Proc or Symbol as an argument to length validator values | Matt Rohrer | 2017-10-26 | 1 | -0/+31 |
* | Merge pull request #30920 from lugray/attributes_to_am | Sean Griffin | 2017-10-23 | 2 | -0/+287 |
|\ |
|
| * | Start bringing attributes API to AM | Lisa Ugray | 2017-10-18 | 2 | -0/+287 |
* | | Remove deprecated `:if` and `:unless` string filter for callbacks | Rafael Mendonça França | 2017-10-23 | 2 | -104/+2 |
|/ |
|
* | Merge pull request #29788 from kamipo/remove_unused_mutex_m | Rafael França | 2017-07-17 | 1 | -1/+1 |
|\ |
|
| * | Make `generated_attribute_methods` to private | Ryuta Kamizono | 2017-07-14 | 1 | -1/+1 |
* | | Use frozen string literal in activemodel/ | Kir Shatrov | 2017-07-16 | 61 | -0/+122 |
|/ |
|
* | Add ActiveModel::Errors#merge! | Jahfer Husain | 2017-07-07 | 1 | -0/+12 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 61 | -61/+0 |
* | Merge pull request #29540 from kirs/rubocop-frozen-string | Matthew Draper | 2017-07-02 | 61 | -0/+61 |
|\ |
|
| * | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 61 | -0/+61 |
* | | Make ActiveModel frozen string literal friendly. | Pat Allan | 2017-06-20 | 2 | -2/+2 |
|/ |
|
* | Replace \Z to \z | Ryuta Kamizono | 2017-04-24 | 1 | -3/+3 |
* | :scissors: | Ryuta Kamizono | 2017-04-13 | 1 | -1/+0 |
* | Don't freeze input strings | Matthew Draper | 2017-04-12 | 1 | -2/+11 |
* | Fix ActiveModel::Errors #keys, #values | bogdanvlviv | 2017-03-28 | 1 | -0/+16 |
* | Merge pull request #28050 from namusyaka/avoid-converting-int-into-float | Rafael Mendonça França | 2017-03-27 | 1 | -0/+9 |
|\ |
|
| * | Avoid converting integer as a string into float | namusyaka | 2017-02-18 | 1 | -0/+9 |
* | | Fix invalid string Decimal casting under ruby 2.4 | John Hawthorn | 2017-02-24 | 3 | -0/+17 |
|/ |
|
* | Remove deprecated behavior that halts callbacks when the return is false | Rafael Mendonça França | 2017-02-07 | 2 | -13/+10 |
* | Merge pull request #27608 from kamipo/remove_deprecated_passing_string_to_def... | Rafael França | 2017-02-07 | 3 | -11/+31 |
|\ |
|
| * | Deprecate passing string to `:if` and `:unless` conditional options on `set_c... | Ryuta Kamizono | 2017-02-04 | 2 | -10/+30 |
| * | Remove deprecated passing string to define callback | Ryuta Kamizono | 2017-02-04 | 1 | -1/+1 |
* | | Remove `ActiveModel::TestCase` from lib | yuuji.yaginuma | 2017-02-07 | 1 | -1/+1 |
|/ |
|
* | Don't pollute Object with rubinius_skip and jruby_skip | Akira Matsuda | 2017-01-17 | 1 | -9/+9 |
* | Missing require for strip_heredoc | Akira Matsuda | 2017-01-17 | 1 | -0/+1 |
* | "Use assert_nil if expecting nil. This will fail in minitest 6." | Akira Matsuda | 2016-12-25 | 5 | -13/+13 |
* | Describe what we are protecting | Akira Matsuda | 2016-12-23 | 1 | -0/+2 |
* | Missing require "yaml" | Akira Matsuda | 2016-12-12 | 1 | -0/+1 |
* | Make ActiveModel::Errors backward compatible with 4.2 | Rafael Mendonça França | 2016-12-08 | 1 | -0/+20 |
* | Merge pull request #26696 from iainbeeston/only-ruby-types-in-activemodel | Sean Griffin | 2016-12-08 | 1 | -18/+0 |
|\ |
|
| * | Moved database-specific ActiveModel types into ActiveRecord | Iain Beeston | 2016-10-14 | 1 | -18/+0 |
* | | Allow indifferent access in ActiveModel::Errors | Kenichi Kamiya | 2016-11-22 | 1 | -3/+8 |
* | | Do not rely on Ruby implementation in AM test | Kir Shatrov | 2016-11-19 | 1 | -3/+3 |
* | | Merge pull request #26935 from y-yagi/fix_ruby_warning | Andrew White | 2016-10-31 | 1 | -1/+1 |
|\ \ |
|
| * | | remove warning from big integer test | yuuji.yaginuma | 2016-10-31 | 1 | -1/+1 |
* | | | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 9 | -55/+55 |
|/ / |
|
* | | let Regexp#match? be globally available | Xavier Noria | 2016-10-27 | 1 | -1/+0 |
* | | Refactored ActiveModel::Type tests into their own files | Iain Beeston | 2016-10-15 | 13 | -168/+266 |
|/ |
|
* | Removed deprecated :tokenizer in the length validator | Rafael Mendonça França | 2016-10-10 | 2 | -40/+0 |
* | Removed deprecated methods in ActiveModel::Errors | Rafael Mendonça França | 2016-10-10 | 1 | -92/+0 |
* | Do not leak the Errors default proc when calling to_hash or as_json | Jean Boussier | 2016-09-27 | 1 | -0/+10 |