aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21283 from ravindrakumawat/add_docs_for_pending_migrationYves Senn2015-08-181-0/+1
|\
| * Add Docs for ActiveRecord #check_pending [ci skip]ravindra kumar kumawat2015-08-181-0/+1
* | Correct error message in Standard American english and add a test case for th...prakash2015-08-181-1/+1
* | Fix middleware deprecation message. Related to #21172.Jon Atack2015-08-141-1/+1
* | Merge pull request #19683 from tristang/require-option-for-counter-cacheRafael Mendonça França2015-08-131-1/+8
|\ \
| * | Require explicit counter_cache option for has_manyTristan Gamilis2015-04-071-1/+8
* | | Merge pull request #19770 from vngrs/prevent_duplicated_where_clausesRafael Mendonça França2015-08-131-0/+1
|\ \ \
| * | | Prevent duplicating `where` clauses when model is extended from an abstract c...Mehmet Emin İNAÇ2015-04-151-0/+1
* | | | descriptive error message when fixtures contian a missing column.Yves Senn2015-08-131-2/+6
* | | | Skip statement cache on through association readerRafael Mendonça França2015-08-123-12/+10
* | | | Merge pull request #21210 from akihiro17/fix-rdoc-markupRafael Mendonça França2015-08-121-1/+1
|\ \ \ \
| * | | | [ci skip] Fix rdoc markupakihiro172015-08-121-1/+1
* | | | | docs, tiny rdoc markup fix. [ci skip]Yves Senn2015-08-121-1/+2
|/ / / /
* | | | Merge pull request #21205 from akihiro17/fix-docMatthew Draper2015-08-121-13/+13
|\ \ \ \
| * | | | [ci skip] Fix the indentationakihiro172015-08-121-13/+13
* | | | | Merge pull request #17885 from starbelly/patch-1Yves Senn2015-08-111-8/+20
|\ \ \ \ \
| * | | | | Add run_cmd class method to ActiveRecord::Tasks::DatabaseTasksstarbelly2015-08-012-11/+25
* | | | | | Merge pull request #21165 from manlon/masterRafael Mendonça França2015-08-111-3/+7
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | use correct DB connection for generated HABTM tableMatt Hanlon2015-08-071-3/+7
* | | | | | Reference actual classesMiles Starkenburg2015-08-081-5/+5
* | | | | | Remove XML Serialization from core.Zachary Scott2015-08-072-195/+0
* | | | | | Add ActiveRecord::Relation#in_batchesSina Siadat2015-08-074-10/+164
|/ / / / /
* | | | | Merge pull request #20459Sean Griffin2015-08-061-0/+24
|\ \ \ \ \
| * | | | | Add missing data types for ActiveRecord migrationsMehmet Emin İNAÇ2015-06-081-0/+24
* | | | | | Merge pull request #21092 from vngrs/use_memoization_for_ids_readerRafael Mendonça França2015-08-061-2/+4
|\ \ \ \ \ \
| * | | | | | Use memoization for collection associations ids readerMehmet Emin İNAÇ2015-08-031-2/+4
* | | | | | | 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 test failures caused by #20884Sean Griffin2015-08-011-1/+3
* | | | | | Merge pull request #20884Sean Griffin2015-08-014-0/+57
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add #cache_key to ActiveRecord::Relation.Alberto F. Capel2015-07-204-0/+57
* | | | | | 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-272-4/+24
|\ \ \ \ \ \
| * | | | | | Fix misleading errors for has_one through relationsMehmet Emin İNAÇ2015-07-222-4/+24
* | | | | | | Properly allow uniqueness validations on primary keys.Sean Griffin2015-07-251-1/+3
* | | | | | | `destroy` shouldn't raise when child associations fail to saveSean Griffin2015-07-242-1/+11
* | | | | | | 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-231-10/+10
* | | | | | | Fixes documentation typo.Дмитро Будник2015-07-231-2/+2
|/ / / / / /
* | | | | | Extra caller details added to ActiveRecord::RecordNotFoundSameer Rahmani2015-07-214-5/+19
* | | | | | Deprecate and rename the keys for association restrict_dependent_destroyRoque Pinel2015-07-203-4/+18
* | | | | | Ensure that microsecond precision is only used for version of mysql that supp...Jori Hardman2015-07-203-17/+25
* | | | | | Fix state being carried over from previous transactionRoque Pinel2015-07-201-0/+4
* | | | | | Correctly ignore `mark_for_destruction` without `autosave`Sean Griffin2015-07-201-1/+1
* | | | | | 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