aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test
Commit message (Expand)AuthorAgeFilesLines
* Add test to better demonstrate `ActiveModel::Errors#added?` behaviorJon Moss2016-06-211-0/+6
* Remove unused require and unused model stubJon Moss2016-05-312-4/+0
* Ensure that instances of `ActiveModel::Errors` can be marshalledSean Griffin2016-05-301-0/+9
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-1/+1
* Merge pull request #24806 from vipulnsward/errors-details-testRafael França2016-05-051-1/+1
|\
| * Followup of #18322Vipul A M2016-05-021-1/+1
* | Check for the right exceptionRafael Mendonça França2016-05-031-1/+1
* | Change RangeError to a more specific ActiveModel::RangeErrorChristian Blais2016-05-031-6/+6
|/
* Add test case for interpolation with passing of data along with record attrib...Vipul A M2016-04-051-0/+8
* Allow passing record being validated to error message generatorPrathamesh Sonpatki2016-04-051-0/+8
* Merge pull request #24299 from kitop/activemodel-errors-include-fixKasper Timm Hansen2016-03-251-0/+7
|\
| * Do not create a hash key when calling ActiveModel::Errors#include?Esteban Pastorino2016-03-241-0/+7
* | Apply scale before precision when coercing floats to decimalSean Griffin2016-03-241-0/+7
* | Add edge cases to Time/Date/DateTime inclusion validation testsojab2016-03-241-3/+17
|/
* Remove load_paths fileArthur Neves2016-02-271-2/+0
* remove args from assert_nothing_raised in testsTara Scherner de la Fuente2016-02-222-4/+4
* Take UTC offset into account when assigning string value to time attribute.Andrey Novikov2016-01-051-0/+3
* Failing Tests for Validating String NumbericalityRobert Eshleman2015-12-221-0/+42
* Merge pull request #22598 from yui-knk/deprecate_string_callbackRafael França2015-12-162-1/+2
|\
| * Deprecate passing string to define callback.yui-knk2015-12-162-1/+2
* | `ActiveRecord::Base#becomes` should copy the errorsVokhmin Alexey V2015-12-141-0/+10
|/
* add test for nested model translationkeepcosmos2015-12-031-0/+5
* Fix test failures caused by #21000Sean Griffin2015-11-231-0/+1
* Update and fix forbidden attributes testsThomas Walpole2015-11-032-5/+30
* Really fix test failures caused by #19851Sean Griffin2015-10-201-5/+6
* Fix test failures caused by #19851Sean Griffin2015-10-201-5/+5
* Merge pull request #19851 from repinel/numericality-validation2Sean Griffin2015-10-201-1/+36
|\
| * Conditionally convert the raw_value received by the numeric validator.Roque Pinel2015-07-111-1/+36
* | Add an immutable string type to opt out of string dupingSean Griffin2015-10-151-0/+7
* | AMo typosAkira Matsuda2015-09-221-1/+1
* | Fix another implicit dependency of the AM test suiteSean Griffin2015-09-211-0/+1
* | Move the appropriate type tests to the Active Model suiteSean Griffin2015-09-215-0/+324
* | Simplify the implementation of Active Model's type registrySean Griffin2015-09-211-0/+39
* | Validate multiple contexts on `valid?` and `invalid?` at once.Dmitry Polushkin2015-09-071-0/+19
* | Revert "Merge pull request #21069 from dmitry/feature/validate-multiple-conte...Rafael Mendonça França2015-09-071-19/+0
* | Merge pull request #21069 from dmitry/feature/validate-multiple-contexts-at-onceRafael Mendonça França2015-09-071-0/+19
|\ \
| * | Validate multiple contexts on `valid?` and `invalid?` at once.Dmitry Polushkin2015-07-301-0/+19
| |/
* | Removed unused config filePrakash Laxkar2015-09-032-4/+0
* | Add missing test for #17351Aditya Kapoor2015-09-011-0/+14
* | Removed duplicate requiring minitest/mock as it is already required in method...Ronak Jangir2015-08-261-2/+0
* | Remove XML Serialization from core.Zachary Scott2015-08-072-252/+0
* | pass the correct argument to mock on a test of `validates_length_of`yuuji.yaginuma2015-07-281-1/+1
|/
* Removes unnecessary comments from i18n validations tests [ci skip]Zamith2015-07-111-61/+2
* Remove the reference to mocha in activemodelZamith2015-07-111-27/+27
* Use private method call assertions in Active Model tests.Kasper Timm Hansen2015-07-104-59/+46
* Improve Validation Helpers' documentation comments and testsRadan Skoric2015-06-272-0/+31
* Fix typo in AM I18n validation test name [skip ci]Anton Davydov2015-06-091-1/+1
* Require yaml for isolation testRafael Mendonça França2015-05-291-0/+1
* Remove use of mocha from Active ModelRoque Pinel2015-05-284-59/+117
* Stop skipping a test that now works on Rubiniusclaudiob2015-05-101-2/+0