| Commit message (Expand) | Author | Age | Files | Lines |
* | "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 |
* | improve error message when include assertions fail | Michael Grosser | 2016-09-16 | 5 | -25/+25 |
* | Fix broken comments indentation caused by rubocop auto-correct [ci skip] | Ryuta Kamizono | 2016-09-14 | 1 | -1/+1 |
* | Add test for allow_blank in numericality validation | Nicolai Reuschling | 2016-08-28 | 1 | -0/+7 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 11 | -60/+60 |
* | 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 | 2 | -18/+18 |
* | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines | Ryuta Kamizono | 2016-08-07 | 2 | -2/+0 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 14 | -16/+0 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 10 | -33/+32 |
* | remove redundant curlies from hash arguments | Xavier Noria | 2016-08-06 | 3 | -7/+5 |
* | modernizes hash syntax in activemodel | Xavier Noria | 2016-08-06 | 3 | -6/+6 |
* | applies new string literal convention in activemodel/test | Xavier Noria | 2016-08-06 | 38 | -563/+563 |
* | use \A and \z when you mean \A and \z | Xavier Noria | 2016-07-24 | 1 | -1/+1 |
* | systematic revision of =~ usage in AMo | Xavier Noria | 2016-07-24 | 1 | -2/+4 |
* | Add test to better demonstrate `ActiveModel::Errors#added?` behavior | Jon Moss | 2016-06-21 | 1 | -0/+6 |
* | Remove unused require and unused model stub | Jon Moss | 2016-05-31 | 2 | -4/+0 |
* | Ensure that instances of `ActiveModel::Errors` can be marshalled | Sean Griffin | 2016-05-30 | 1 | -0/+9 |
* | Support for unified Integer class in Ruby 2.4+ | Jeremy Daer | 2016-05-18 | 1 | -1/+1 |
* | Merge pull request #24806 from vipulnsward/errors-details-test | Rafael França | 2016-05-05 | 1 | -1/+1 |
|\ |
|
| * | Followup of #18322 | Vipul A M | 2016-05-02 | 1 | -1/+1 |
* | | Check for the right exception | Rafael Mendonça França | 2016-05-03 | 1 | -1/+1 |
* | | Change RangeError to a more specific ActiveModel::RangeError | Christian Blais | 2016-05-03 | 1 | -6/+6 |
|/ |
|
* | Add test case for interpolation with passing of data along with record attrib... | Vipul A M | 2016-04-05 | 1 | -0/+8 |
* | Allow passing record being validated to error message generator | Prathamesh Sonpatki | 2016-04-05 | 1 | -0/+8 |
* | Merge pull request #24299 from kitop/activemodel-errors-include-fix | Kasper Timm Hansen | 2016-03-25 | 1 | -0/+7 |
|\ |
|
| * | Do not create a hash key when calling ActiveModel::Errors#include? | Esteban Pastorino | 2016-03-24 | 1 | -0/+7 |
* | | Apply scale before precision when coercing floats to decimal | Sean Griffin | 2016-03-24 | 1 | -0/+7 |
* | | Add edge cases to Time/Date/DateTime inclusion validation tests | ojab | 2016-03-24 | 1 | -3/+17 |
|/ |
|
* | Remove load_paths file | Arthur Neves | 2016-02-27 | 1 | -2/+0 |
* | remove args from assert_nothing_raised in tests | Tara Scherner de la Fuente | 2016-02-22 | 2 | -4/+4 |
* | Take UTC offset into account when assigning string value to time attribute. | Andrey Novikov | 2016-01-05 | 1 | -0/+3 |
* | Failing Tests for Validating String Numbericality | Robert Eshleman | 2015-12-22 | 1 | -0/+42 |
* | Merge pull request #22598 from yui-knk/deprecate_string_callback | Rafael França | 2015-12-16 | 2 | -1/+2 |
|\ |
|
| * | Deprecate passing string to define callback. | yui-knk | 2015-12-16 | 2 | -1/+2 |