aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | | Allow password to contain spaces only.Yevhene Shemet2014-08-063-2/+18
| |/ / |/| |
* | | Call public methods rather than class_eval'ingCarlos Antonio da Silva2014-08-051-4/+2
| |/ |/|
* | Merge pull request #15959 from aditya-kapoor/remove-unneeded-casesRafael Mendonça França2014-07-292-26/+17
|\ \
| * | remove unneeded test model for ActiveModel test cases.Aditya Kapoor2014-06-282-26/+17
* | | Fix example code of `EachValidator` [ci skip]Chun-wei Kuo2014-07-281-1/+1
* | | Merge branch 'rm-remove-mocha'Rafael Mendonça França2014-07-191-0/+2
|\ \ \
| * | | Stop requiring mocha automaticallyRafael Mendonça França2014-07-191-0/+2
* | | | %i doesn't work on 1.9Aaron Patterson2014-07-171-1/+1
* | | | Merge pull request #16210 from sonnym/assert_valid_keys_in_validateMatthew Draper2014-07-183-0/+19
|\ \ \ \
| * | | | check for valid options in validate methodsonnym2014-07-173-0/+18
|/ / / /
* | | | Make restore_attributes publicRafael Mendonça França2014-07-172-10/+20
* | | | Deprecate `reset_#{attribute}` in favor of `restore_#{attribute}`.Rafael Mendonça França2014-07-153-9/+22
* | | | Deprecate ActiveModel::Dirty#reset_changes in favor of #clear_changes_informa...Rafael Mendonça França2014-07-153-4/+40
* | | | [ci skip] Little bit doc code improvement.Santosh Wadghule2014-07-141-1/+1
|/ / /
* | | Only automatically include validations when enabledGodfrey Chan2014-07-022-12/+5
* | | automatically include ActiveModel::Validations when include ActiveModel::Secu...Aditya Kapoor2014-07-034-2/+6
* | | Silence warning emitted in testsSean Griffin2014-07-011-0/+1
* | | Rename rollback_changes to undo_changesRafael Mendonça França2014-06-303-6/+6
* | | Add CHANGELOG entry for #14861 and document private methods on the APIRafael Mendonça França2014-06-302-5/+10
* | | Merge pull request #14861 from igor04/dirty-rollbackRafael Mendonça França2014-06-302-0/+35
|\ \ \ | |/ / |/| |