aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Reference actual classesMiles Starkenburg2015-08-081-5/+5
* Remove XML Serialization from core.Zachary Scott2015-08-075-643/+5
* Add ActiveRecord::Relation#in_batchesSina Siadat2015-08-076-12/+413
* Merge pull request #20459Sean Griffin2015-08-063-0/+132
|\
| * Add missing data types for ActiveRecord migrationsMehmet Emin İNAÇ2015-06-083-0/+132
* | Merge pull request #21092 from vngrs/use_memoization_for_ids_readerRafael Mendonça França2015-08-062-2/+12
|\ \
| * | Use memoization for collection associations ids readerMehmet Emin İNAÇ2015-08-032-2/+12
* | | better docs for ActiveRecord::Migration#table_name_optionsBrendan Buckingham2015-08-061-1/+3
* | | Should use `server_info[:version]` instead of `info[:version]`Ryuta Kamizono2015-08-041-1/+1
* | | Fix ambiguous argument warningMehmet Emin İNAÇ2015-08-021-1/+1
|/ /
* | Fix test failures caused by #20884Sean Griffin2015-08-011-1/+3
* | Merge pull request #20884Sean Griffin2015-08-016-0/+137
|\ \
| * | Add #cache_key to ActiveRecord::Relation.Alberto F. Capel2015-07-206-0/+137
* | | minor AR changelog edits. [ci skip]Yves Senn2015-08-011-9/+8
* | | Decrease string allocations on AR#respond_to?schneems2015-07-291-1/+9
* | | Add `:nodoc:` for internal testing methods [ci skip]Robin Dupret2015-07-281-2/+2
* | | Merge pull request #20849 from vngrs/misleading_nested_exceptionsRafael Mendonça França2015-07-275-8/+36
|\ \ \
| * | | Fix misleading errors for has_one through relationsMehmet Emin İNAÇ2015-07-225-8/+36
* | | | Remove @connection instance variable only when definedYasuo Honda2015-07-261-2/+2
* | | | Properly allow uniqueness validations on primary keys.Sean Griffin2015-07-253-1/+28
* | | | `destroy` shouldn't raise when child associations fail to saveSean Griffin2015-07-244-1/+48
* | | | Merge pull request #20256 from arunagw/aa-remove-unused-rule-and-task-activer...Sean Griffin2015-07-241-9/+0
|\ \ \ \
| * | | | Remove unused rule and task from activerecordArun Agrawal2015-05-221-9/+0
* | | | | Remove ivar only when definedAkira Matsuda2015-07-241-2/+2
* | | | | Improvements on the enum documentation [ci skip]Robin Dupret2015-07-231-9/+11
* | | | | Rename the enum_{prefix,suffix} options to _{prefix,suffix}Robin Dupret2015-07-233-15/+15
* | | | | Fixes documentation typo.Дмитро Будник2015-07-231-2/+2
* | | | | fix rails testsMehmet Emin İNAÇ2015-07-211-1/+1
| |/ / / |/| | |
* | | | 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
|\ \ \