aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
Commit message (Expand)AuthorAgeFilesLines
* Start Rails 5 development :tada:Rafael Mendonça França2014-11-282-64/+4
* Fixing documentation in JSON#from_jsonNick Veys2014-11-201-4/+4
* [Enh] Changed the visibility of the ActiveModel::Dirty#clear_attribute_change...Daniele Di Bernardo2014-11-061-1/+1
* Remove redundant require of fileAdam892014-11-011-1/+0
* add missing space.[ci skip]Kuldeep Aggarwal2014-11-011-1/+1
* Prepare for 4.2.0.beta4 releaseGodfrey Chan2014-10-301-1/+1
* edit pass over all warningsXavier Noria2014-10-281-2/+10
* Prefix internal method with _Rafael Mendonça França2014-10-252-2/+2
* Add #key? to ActiveModel::ErrorsGarry Shutler2014-10-142-0/+13
* Merge pull request #16409 from justinweiss/update_validation_context_document...Zachary Scott2014-10-033-9/+16
|\
| * Add a note on custom validation contexts.Justin Weiss2014-08-053-9/+16
* | fix typo in in define_model_callbacks comment [ci skip]Ryan Selk2014-10-031-1/+1
* | add notes for `define_model_callbacks` [ci skip]Kuldeep Aggarwal2014-10-031-0/+3
* | Disallow appended newlines when parsing as integerMichael Genereux2014-10-021-1/+1
* | Merge pull request #17088 from robin850/jruby-devRafael Mendonça França2014-10-011-0/+1
|\ \
| * | Follow up to #16613Robin Dupret2014-09-281-0/+1
* | | Refactor callback setup in to use lambda instead of evalPablo Herrero2014-09-302-3/+5
* | | Reduce allocations when running AR callbacks.Pete Higgins2014-09-282-2/+2
|/ /
* | Preparing for 4.2.0.beta2 releaseRafael Mendonça França2014-09-261-1/+1
* | Added test for exception message for validate methodPrathamesh Sonpatki2014-09-231-1/+3
* | Move the array to a constantGodfrey Chan2014-09-231-3/+4
* | Update error message for validate methodPrathamesh Sonpatki2014-09-201-1/+6
* | [ci skip] ActiveModel CHANGELOG docs fixesAkshay Vishnoi2014-09-181-8/+11
* | use `allow_blank` option insteadKuldeep Aggarwal2014-09-141-1/+1
* | Default to sorting user's test cases for nowGodfrey Chan2014-09-081-1/+1
* | For now, we will keep sorting the tests.Matthew Draper2014-09-051-1/+1
* | Remove example fileRafael Mendonça França2014-09-041-30/+0
* | Leave all our tests as order_dependent! for nowMatthew Draper2014-09-021-0/+5
* | Refer to the library name instead of the constantRobin Dupret2014-08-301-1/+1
* | Merge branch 'master' of github.com:rails/railsDavid Heinemeier Hansson2014-08-298-43/+27
|\ \
| * | Move model definition to test/models for test order indenendencyAkira Matsuda2014-08-283-29/+15
| * | No need to sort testsAkira Matsuda2014-08-281-1/+1
| * | Merge pull request #16661 from edogawaconan/doc-fixYves Senn2014-08-271-1/+1
| |\ \
| | * | Update documentation to match change in #5942 [ci skip]edogawaconan2014-08-241-1/+1
| * | | Merge pull request #16689 from ankit1910/improve-englishEileen M. Uchitelle2014-08-251-2/+2
| |\ \ \
| | * | | [ci skip] make assert messages consistentankit19102014-08-251-2/+2
| | |/ /
| * / / Use ActiveSupport::Concern instead of the traditinal wayYukio Mizuta2014-08-251-7/+7
| |/ /
| * | Using `each_with_object` instead of `reduce`Attila Domokos2014-08-221-2/+2
| * | Replacing an each with reduceAttila Domokos2014-08-211-4/+2
* | | Preparing for 4.2.0.beta1 releaseDavid Heinemeier Hansson2014-08-191-1/+1
|/ /
* | Check attributes passed to create_with and whereRafael Mendonça França2014-08-181-0/+1
* | No need to check model_name anymoreRafael Mendonça França2014-08-171-4/+2
* | Merge pull request #15889 from carnesmedia/model-nameRafael Mendonça França2014-08-176-8/+12
|\ \
| * | Use #model_name on instances instead of classesAmiel Martin2014-06-246-8/+12
* | | Don't expose these new APIs yet (added in 877ea78 / #16189)Godfrey Chan2014-08-161-14/+15
* | | Implement `_was` and `changes` for in-place mutations of AR attributesSean Griffin2014-08-161-3/+16
* | | AM, AP, AV, and AMo tests are already order_independent!Akira Matsuda2014-08-131-5/+0
* | | Nobody sucks so nobody should call this awful method nameRafael Mendonça França2014-08-121-1/+1
* | | users_dont_suck_but_only_we_suck_and_only_our_tests_are_order_dependent!Akira Matsuda2014-08-121-0/+5
* | | Fix typo [ci skip]Carlos Antonio da Silva2014-08-071-1/+1