aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Extra caller details added to ActiveRecord::RecordNotFoundSameer Rahmani2015-07-215-5/+35
* | | | | | | Deprecate and rename the keys for association restrict_dependent_destroyRoque Pinel2015-07-206-4/+73
* | | | | | | Ensure that microsecond precision is only used for version of mysql that supp...Jori Hardman2015-07-206-18/+62
* | | | | | | Fix minor typo in test nameSean Griffin2015-07-201-1/+1
* | | | | | | Fix state being carried over from previous transactionRoque Pinel2015-07-203-0/+25
* | | | | | | Correctly ignore `mark_for_destruction` without `autosave`Sean Griffin2015-07-204-1/+16
* | | | | | | Merge pull request #20949 from vngrs/missing_method_in_exceptionSean Griffin2015-07-201-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Add missing method name to exception descriptionMehmet Emin İNAÇ2015-07-201-1/+1
| | |/ / / / / | |/| | | | |
* / | | | | | fix doc about ActiveRecord::Transactions::ClassMethods#transaction [ci skip]Mehmet Emin İNAÇ2015-07-201-2/+1
|/ / / / / /
* | | | | | Merge pull request #20946 from schneems/schneems/let-it-goSean Griffin2015-07-196-8/+8
|\ \ \ \ \ \
| * | | | | | Freeze string literals when not mutated.schneems2015-07-196-8/+8
* | | | | | | Fix the test that was broken by #16445 rather than deleting itSean Griffin2015-07-191-0/+12
* | | | | | | Fix counter_cache for polymorphic associationsStefan Kanev2015-07-196-16/+34
|/ / / / / /
* | | | | | Merge pull request #20924 from andrii/masterAbdelkader Boudih2015-07-191-1/+1
|\ \ \ \ \ \
| * | | | | | [ci skip] Fix typo in #any? RDocAndrii Ponomarov2015-07-171-1/+1
* | | | | | | Merge pull request #20932 from twalpole/collection_association_parametersSean Griffin2015-07-182-1/+19
|\ \ \ \ \ \ \
| * | | | | | | Ensure that 'ActionController::Parameters' can still be passed to AR for coll...Thomas Walpole2015-07-182-1/+19
* | | | | | | | Ensure cyclic associations w/ autosave don't cause duplicate errorsSean Griffin2015-07-185-0/+37
|/ / / / / / /
* / / / / / / Ensure that `ActionController::Parameters` can still be passed to ARSean Griffin2015-07-183-0/+33
|/ / / / / /
* | | | | | Silence deprecation warning from force reloadPrem Sichanugrist2015-07-1610-105/+125
* | | | | | Deprecate force association reload by passing truePrem Sichanugrist2015-07-159-0/+70
* | | | | | Merge pull request #20887 from tgxworld/ar_callbacksRafael Mendonça França2015-07-155-18/+19
|\ \ \ \ \ \
| * | | | | | Revert "Revert "Reduce allocations when running AR callbacks.""Guo Xiang Tan2015-07-165-18/+19
* | | | | | | Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby.Jerry D'Antonio2015-07-133-21/+26
|/ / / / / /
* | | | | | Fix regression caused by a01d164bRafael Mendonça França2015-07-073-2/+37
* | | | | | Update CHANGELOG.mdDmitry Zudochkin2015-07-071-1/+1
* | | | | | Add test proving that accepts_nested_attributes_for is secure against ID tamp...Victor Costan2015-07-071-0/+10
* | | | | | [skip ci] #distinct instead of #uniqJon Atack2015-07-031-2/+3
* | | | | | Fix spelling of `Thoughtleadering`eileencodes2015-07-021-1/+1
* | | | | | Use default model enum in fixtures if not definedeileencodes2015-07-023-1/+14
* | | | | | Correct through associations using scopesSean Griffin2015-06-304-6/+16
* | | | | | follow-up to 2183caa, always reenable the task. #20743Yves Senn2015-06-301-3/+3
* | | | | | `dump_schema_after_migration` applies migration tasks other than db:migrateYves Senn2015-06-302-9/+19
* | | | | | docs, nodoc `NullPreloader` and `AlreadyLoaded`.Yves Senn2015-06-291-2/+2
* | | | | | Revert the behavior of association names and `where` to be closer to 4.2Sean Griffin2015-06-271-1/+1
* | | | | | Merge pull request #20607 from cmtonkinson/update-console-colorsRafael Mendonça França2015-06-271-8/+11
|\ \ \ \ \ \
| * | | | | | More granular console SQL colorationChris Tonkinson2015-06-231-8/+11
* | | | | | | Merge pull request #20699 from vngrs/foreign_key_with_table_name_suffix_and_p...Rafael Mendonça França2015-06-273-2/+37
|\ \ \ \ \ \ \
| * | | | | | | Add table name prefix and suffix support to add_foreign_key and remove_foreig...Mehmet Emin İNAÇ2015-06-253-2/+37
* | | | | | | | Merge pull request #20018 from sikachu/change-column-default-recorderRafael Mendonça França2015-06-279-7/+64
|\ \ \ \ \ \ \ \
| * | | | | | | | Add reversible syntax for change_column_defaultPrem Sichanugrist2015-06-269-7/+64
* | | | | | | | | Update .pluck documentation on uniqPrem Sichanugrist2015-06-261-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #20677 from jmondo/decimal-default-stringSean Griffin2015-06-254-4/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | Display decimal defaults as strings to keep precisionJohn Gesimondo2015-06-234-4/+9
| | |/ / / / / / | |/| | | | | |
* / | | | | | | Add pending test for the great-grandparent touching bug from #19324David Heinemeier Hansson2015-06-256-0/+72
|/ / / / / / /
* | | | | | | A few documentation fixes [ci skip]Robin Dupret2015-06-231-1/+1
* | | | | | | Merge pull request #20673 from aditya-kapoor/correct-preload-docYves Senn2015-06-231-1/+1
|\ \ \ \ \ \ \
| * | | | | | | [ci skip] correct for ActiveRecord::Associations::Preloader:Aditya Kapoor2015-06-231-1/+2
* | | | | | | | docs, add missing closing bracket. [ci skip]Yves Senn2015-06-231-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #20552 from jamesdabbs/belongs-to-polymorphic-force-reloadYves Senn2015-06-233-1/+10
|\ \ \ \ \ \ \