| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | `ActiveRecord::Base#becomes` should copy the errors | Vokhmin Alexey V | 2015-12-14 | 1 | -0/+10 |
|/ |
|
* | add test for nested model translation | keepcosmos | 2015-12-03 | 1 | -0/+5 |
* | Fix test failures caused by #21000 | Sean Griffin | 2015-11-23 | 1 | -0/+1 |
* | Update and fix forbidden attributes tests | Thomas Walpole | 2015-11-03 | 2 | -5/+30 |
* | Really fix test failures caused by #19851 | Sean Griffin | 2015-10-20 | 1 | -5/+6 |
* | Fix test failures caused by #19851 | Sean Griffin | 2015-10-20 | 1 | -5/+5 |
* | Merge pull request #19851 from repinel/numericality-validation2 | Sean Griffin | 2015-10-20 | 1 | -1/+36 |
|\ |
|
| * | Conditionally convert the raw_value received by the numeric validator. | Roque Pinel | 2015-07-11 | 1 | -1/+36 |
* | | Add an immutable string type to opt out of string duping | Sean Griffin | 2015-10-15 | 1 | -0/+7 |
* | | AMo typos | Akira Matsuda | 2015-09-22 | 1 | -1/+1 |
* | | Fix another implicit dependency of the AM test suite | Sean Griffin | 2015-09-21 | 1 | -0/+1 |
* | | Move the appropriate type tests to the Active Model suite | Sean Griffin | 2015-09-21 | 5 | -0/+324 |
* | | Simplify the implementation of Active Model's type registry | Sean Griffin | 2015-09-21 | 1 | -0/+39 |
* | | Validate multiple contexts on `valid?` and `invalid?` at once. | Dmitry Polushkin | 2015-09-07 | 1 | -0/+19 |
* | | Revert "Merge pull request #21069 from dmitry/feature/validate-multiple-conte... | Rafael Mendonça França | 2015-09-07 | 1 | -19/+0 |
* | | Merge pull request #21069 from dmitry/feature/validate-multiple-contexts-at-once | Rafael Mendonça França | 2015-09-07 | 1 | -0/+19 |
|\ \ |
|
| * | | Validate multiple contexts on `valid?` and `invalid?` at once. | Dmitry Polushkin | 2015-07-30 | 1 | -0/+19 |
| |/ |
|
* | | Removed unused config file | Prakash Laxkar | 2015-09-03 | 1 | -1/+0 |
* | | Add missing test for #17351 | Aditya Kapoor | 2015-09-01 | 1 | -0/+14 |
* | | Removed duplicate requiring minitest/mock as it is already required in method... | Ronak Jangir | 2015-08-26 | 1 | -2/+0 |
* | | Remove XML Serialization from core. | Zachary Scott | 2015-08-07 | 1 | -251/+0 |
* | | pass the correct argument to mock on a test of `validates_length_of` | yuuji.yaginuma | 2015-07-28 | 1 | -1/+1 |
|/ |
|
* | Removes unnecessary comments from i18n validations tests [ci skip] | Zamith | 2015-07-11 | 1 | -61/+2 |
* | Remove the reference to mocha in activemodel | Zamith | 2015-07-11 | 1 | -27/+27 |
* | Use private method call assertions in Active Model tests. | Kasper Timm Hansen | 2015-07-10 | 4 | -59/+46 |
* | Improve Validation Helpers' documentation comments and tests | Radan Skoric | 2015-06-27 | 2 | -0/+31 |
* | Fix typo in AM I18n validation test name [skip ci] | Anton Davydov | 2015-06-09 | 1 | -1/+1 |
* | Require yaml for isolation test | Rafael Mendonça França | 2015-05-29 | 1 | -0/+1 |
* | Remove use of mocha from Active Model | Roque Pinel | 2015-05-28 | 4 | -59/+117 |
* | Stop skipping a test that now works on Rubinius | claudiob | 2015-05-10 | 1 | -2/+0 |
* | Adds/Corrects use case for adding an error message | Zamith | 2015-05-04 | 1 | -0/+6 |
* | ensure `method_missing` called for non-existing methods passed to | Jay Elaraj | 2015-04-28 | 1 | -9/+16 |
* | Add `ActiveModel::Dirty#[attr_name]_previously_changed?` and | Fernando Tapia Rico | 2015-04-21 | 1 | -0/+13 |
* | Merge pull request #19021 from morgoth/activemodel-errors-refactoring | Rafael Mendonça França | 2015-03-30 | 1 | -0/+6 |
|\ |
|
| * | Simplify and alias ActiveModel::Errors methods where possible | Wojciech Wnętrzak | 2015-02-20 | 1 | -0/+6 |
* | | Deprecate the `:tokenizer` option to `validates_length_of` | Sean Griffin | 2015-03-29 | 1 | -4/+16 |
* | | Fix arguments order on assertion | Carlos Antonio da Silva | 2015-03-22 | 1 | -1/+1 |
* | | Fix ActiveModel::Errors#delete return value to stay backward compatible | Radan Skoric | 2015-03-22 | 1 | -0/+6 |
* | | Revert "Leave all our tests as order_dependent! for now" | Matthew Draper | 2015-03-06 | 1 | -5/+0 |
* | | Merge pull request #19173 from robin850/rbx-build | Rafael Mendonça França | 2015-03-02 | 2 | -0/+11 |
|\ \ |
|
| * | | Skip the failing tests on Rubinius for now | Robin Dupret | 2015-03-02 | 1 | -0/+2 |
| * | | Add the platform-specific skip helpers to ActiveModel | Robin Dupret | 2015-03-02 | 1 | -0/+9 |
* | | | Follow-up to #10776 | Robin Dupret | 2015-02-26 | 2 | -3/+3 |
|/ / |
|
* / | activemodel: make .model_name json encodable | Ian Ker-Seymer | 2015-02-24 | 1 | -0/+4 |
|/ |
|
* | Move the `validate!` method to `ActiveModel::Validations`. | Lucas Mazza | 2015-02-20 | 1 | -0/+19 |
* | Deprecate `ActiveModel::Errors` `add_on_empty` and `add_on_blank` methods | Wojciech Wnętrzak | 2015-02-19 | 2 | -8/+22 |