aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing @claudiob credit to change log [skip ci]Jon Atack2015-12-201-0/+1
* Add CHANGELOG headers for Rails 5.0.0.beta1eileencodes2015-12-181-0/+5
* Change `alpha` to `beta1` to prep for release of Rails 5eileencodes2015-12-181-1/+1
* 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-142-0/+22
* | Use a bind param for `LIMIT` and `OFFSET`Sean Griffin2015-12-141-0/+5
|/
* Merge pull request #22381 from yahonda/use_adapter_subsecond_precision_supportedAaron Patterson2015-12-131-1/+5
|\
| * Avoid dummy_time_value to add "2000-01-01" twiceYasuo Honda2015-11-301-1/+5
* | Merge pull request #22517 from Elektron1c97/masterRafael França2015-12-071-2/+1
|\ \
| * | [ci skip] Add a dollar sign to each command in the READMEsElektron1c972015-12-061-2/+1
| |/
* / add test for nested model translationkeepcosmos2015-12-031-0/+5
|/
* Fix test failures caused by #21000Sean Griffin2015-11-231-0/+1
* Merge pull request #21000 from twalpole/find_or_parameter_issuesSean Griffin2015-11-233-6/+31
|\
| * Update and fix forbidden attributes testsThomas Walpole2015-11-033-6/+31
* | Merge pull request #22333 from harrykiselev/patch-3Yves Senn2015-11-211-1/+5
|\ \
| * | Update dirty.rb: documentation fix.Harry V. Kiselev2015-11-191-1/+5
|/ /
* / Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-041-1/+1
|/
* 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-202-13/+47
|\
| * Conditionally convert the raw_value received by the numeric validator.Roque Pinel2015-07-112-13/+47
* | All strings returned by `ImmutableString` should be frozenSean Griffin2015-10-152-11/+7
* | Add an immutable string type to opt out of string dupingSean Griffin2015-10-154-20/+45
* | use ActiveModel::Naming module instead of Model [ci skip]Roman Pramberger2015-10-061-1/+1
* | Merge pull request #21809 from yui-knk/fix_doc_am_serializationSean Griffin2015-10-021-3/+3
|\ \
| * | [ci skip] Fix explanation of `ActiveModel::Serialization`yui-knk2015-10-021-3/+3
* | | Fix AC::Parameters not being sanitized for query methods.Guo Xiang Tan2015-10-021-2/+3
* | | Refactor AS::Callbacks halt config and fix the documentationRoque Pinel2015-10-011-3/+3
|/ /
* | Fixed humane -> human [ci skip]Pratik2015-09-261-1/+1
* | `validates_acceptance_of` shouldn't require a database connectionSean Griffin2015-09-251-4/+51
* | Improve the performance of `save` and friendsSean Griffin2015-09-241-2/+2
* | Clean up the implementation of AR::DirtySean Griffin2015-09-242-0/+11
* | Merge pull request #21218 from repinel/fix-as-callback-terminatorKasper Timm Hansen2015-09-232-0/+2
|\ \
| * | Fix the AS::Callbacks terminator regression from 4.2.3Roque Pinel2015-09-222-0/+2
* | | Merge pull request #20317Sean Griffin2015-09-232-9/+12
|\ \ \ | |/ / |/| |
| * | Fixed taking precision into count when assigning a value to timestamp attributeBogdan Gusiev2015-09-232-9/+12
* | | AMo typosAkira Matsuda2015-09-222-3/+3
|/ /
* | Fix another implicit dependency of the AM test suiteSean Griffin2015-09-211-0/+1
* | Require dependencies from stdlib in the Decimal typeSean Griffin2015-09-211-0/+2
* | Remove no-op options being passed in AM type registrationsSean Griffin2015-09-211-11/+11
* | Move the appropriate type tests to the Active Model suiteSean Griffin2015-09-216-2/+332