aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
Commit message (Expand)AuthorAgeFilesLines
* Start Rails 5.1 development :tada:Rafael Mendonça França2016-05-102-157/+3
* Preparing for 5.0.0.rc1 releaseRafael Mendonça França2016-05-062-1/+6
* Merge pull request #24799 from prathamesh-sonpatki/18439-followupRafael França2016-05-051-4/+6
|\
| * Active Model: Improve CHANGELOG and documentation for `validates_acceptance_o...Prathamesh Sonpatki2016-05-051-4/+6
* | 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-034-7/+12
|/
* Chomp: prefer String#chomp where we can for a clarity boostlvl0nax2016-04-292-6/+2
* Prep Rails 5 beta 4eileencodes2016-04-272-1/+3
* - [ci skip] `regardless` is usually followed by `of` and not by `if .. or not`.Mohit Natoo2016-04-211-2/+2
* Fixed bug introduced in #24519. Makes build green againBogdan Gusiev2016-04-131-1/+1
* Use keyword arguments to cleanup without droping performanceBogdan Gusiev2016-04-131-8/+8
* prevent 'attribute_changed?' from returning nilSen-Zhang2016-04-111-1/+1
* Merge pull request #24511 from lihanli/activemodel-dirty-attribute-changedJeremy Daer2016-04-111-3/+5
|\
| * set default parameter to nil to speed up attribute_changed?Lihan Li2016-04-111-3/+5
* | Pass over all Rails 5 warnings, to make sure:Vipul A M2016-04-121-2/+2
|/
* fix length validation error typoPareshGupta2016-04-071-1/+1
* 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-053-1/+15
* Merge pull request #24299 from kitop/activemodel-errors-include-fixKasper Timm Hansen2016-03-252-1/+8
|\
| * Do not create a hash key when calling ActiveModel::Errors#include?Esteban Pastorino2016-03-242-1/+8
* | Apply scale before precision when coercing floats to decimalSean Griffin2016-03-242-2/+17
* | Use Range#cover? for Date inclusion validatorojab2016-03-241-3/+4
* | Add edge cases to Time/Date/DateTime inclusion validation testsojab2016-03-241-3/+17
|/
* revises the homepage URL in the gemspecs [ci skip]Xavier Noria2016-03-101-1/+1
* use same name to type objectyuuji.yaginuma2016-03-091-1/+1
* Remove load_paths fileArthur Neves2016-02-271-2/+0
* Preparing for 5.0.0.beta3 releaseeileencodes2016-02-241-0/+5
* Prep release for Rails 5 beta3eileencodes2016-02-241-1/+1
* Revert changes to validations from PR #18612eileencodes2016-02-231-11/+0
* remove args from assert_nothing_raised in testsTara Scherner de la Fuente2016-02-222-4/+4
* Merge pull request #23743 from maclover7/rm-unused-parameterSantiago Pastorino2016-02-211-2/+2
|\
| * Remove unused parameter from methodJon Moss2016-02-171-2/+2
* | Always validate record if validating a virtual attributeeileencodes2016-02-201-0/+7
|/
* Add documentation about method to describe how it works [ci skip]Mehmet Emin İNAÇ2016-02-041-0/+9
* Preparing for Rails 5.0.0.beta2Sean Griffin2016-02-012-1/+6
* Wrangle the asset build into something that sounds more generalMatthew Draper2016-02-011-0/+3
* Merge branch '5-0-beta-sec'Aaron Patterson2016-01-253-3/+4
|\
| * bumping versionAaron Patterson2016-01-251-1/+1
| * Eliminate instance level writers for class accessorsAaron Patterson2016-01-222-2/+3
* | Refactor tz aware types, add support for PG rangesSean Griffin2016-01-081-0/+4
* | remove activemodel dependency on builderLachlan Sylvester2016-01-061-2/+0
* | Move CHANGELOG entry to Active RecordRafael Mendonça França2016-01-051-5/+0
* | Take UTC offset into account when assigning string value to time attribute.Andrey Novikov2016-01-053-1/+9
* | Update copyright notices to 2016 [ci skip]Rashmi Yadav2015-12-312-2/+2
* | Convert non-`Numeric` values to FloatsRobert Eshleman2015-12-221-1/+1
* | Fix Regression in Numericality ValidationsRobert Eshleman2015-12-221-2/+9
* | Failing Tests for Validating String NumbericalityRobert Eshleman2015-12-221-0/+42
* | No more no changes entries in the CHANGELOGsGenadi Samokovarov2015-12-211-3/+0