aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* `get_value` needs to be a public methodGraham Turner2018-04-253-4/+15
* Address `NameError: uninitialized constant Arel::Collectors::Bind`Yasuo Honda2018-04-251-0/+1
* Merge pull request #32097 from matthewd/arelMatthew Draper2018-04-25144-2/+11379
|\
| * Arel: :nodoc: allMatthew Draper2018-02-2481-81/+81
| * Arel: rubocop -aMatthew Draper2018-02-24142-3074/+3179
| * Merge Arel into Active RecordMatthew Draper2018-02-24144-2/+11274
* | Merge pull request #32646 from derekprior/dp-schema-dumper-documentationSean Griffin2018-04-241-5/+5
|\ \
| * | Update schema.rb documentation [CI SKIP]Derek Prior2018-04-241-5/+5
* | | `columns` is cached in the statementRyuta Kamizono2018-04-241-6/+3
* | | Save a hash allocation in MySQL statement poolEugene Kenny2018-04-232-5/+2
* | | Using existing models for building multiple has_one through testsRyuta Kamizono2018-04-227-54/+15
* | | Merge pull request #32514 from samdec/multiple-has-one-through-associations-b...Ryuta Kamizono2018-04-227-1/+64
|\ \ \
| * | | Fix .new with multiple through associationsSam DeCesare2018-04-097-1/+64
* | | | `target` in `CollectionAssociation` is always an arrayRyuta Kamizono2018-04-211-2/+2
* | | | Add test case for `collection.size` with dirty targetRyuta Kamizono2018-04-211-0/+10
* | | | Fix typo in the `touch_all` doc [ci skip]Ryuta Kamizono2018-04-211-4/+4
* | | | Merge pull request #32674 from composerinteralia/relax-assertionRyuta Kamizono2018-04-211-2/+2
|\ \ \ \
| * | | | Relax assertions in connection config testsDaniel Colson2018-04-201-2/+2
* | | | | Can preload associations through polymorphic associationsDana Sherson2018-04-204-10/+51
* | | | | Merge pull request #31513 from fatkodima/relation-touch_allRafael França2018-04-204-11/+101
|\ \ \ \ \
| * | | | | Add `touch_all` method to `ActiveRecord::Relation`fatkodima2018-04-134-11/+101
* | | | | | Merge pull request #32667 from yahonda/mod_empty_insert_statement_valueRafael França2018-04-203-3/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Allow `primary_key` argument to `empty_insert_statement_value`Yasuo Honda2018-04-203-3/+3
* | | | | | Merge pull request #32650 from bogdanvlviv/return_back_slash_and_use___dir__Rafael França2018-04-191-1/+1
|\ \ \ \ \ \
| * | | | | | Return back "/" to the end of RAILS_GEM_ROOTbogdanvlviv2018-04-201-1/+1
* | | | | | | Don't expose `Relation#preload_associations` in the docRyuta Kamizono2018-04-201-1/+1
* | | | | | | Use assert_no_match for test_order_to_unscope_reorderingYasuo Honda2018-04-201-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #32645 from maneframe/skip_query_cache_mergeRafael Mendonça França2018-04-192-2/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix relation merging with skip_query_cache!James Williams2018-04-193-3/+11
| | |_|/ / | |/| | |
* / | | | Replace `assert !` with `assert_not`Daniel Colson2018-04-1935-144/+144
|/ / / /
* | | | Remove unused attr_writer :joinable on TransactionEugene Kenny2018-04-171-1/+0
* | | | Add missing `require "benchmark"`r7kamura2018-04-151-0/+1
* | | | Fix broken nodocsChris Arcand2018-04-132-2/+2
|/ / /
* | | Fix database.yml mergingeileencodes2018-04-121-1/+1
* | | don't check for immutability when setting skip_preloading as it doesn't effec...Lachlan Sylvester2018-04-123-3/+12
* | | Merge pull request #32498 from eugeneius/mutation_tracker_merge_changesRyuta Kamizono2018-04-101-0/+8
|\ \ \ | |/ / |/| |
| * | Prevent changes_to_save from mutating attributesEugene Kenny2018-04-081-0/+8
* | | Don't create namespaced tasks if single db applicationeileencodes2018-04-091-2/+7
* | | Allow schema/structure load for multiple databaseseileencodes2018-04-091-3/+3
* | | Avoid generating full changes hash on every saveEugene Kenny2018-04-081-1/+1
|/ /
* | Make Mocha setup explcitly Minitest-specificJames Mead2018-04-071-1/+1
* | Merge pull request #32355 from kamipo/delegate_to_klass_in_a_scopeRafael França2018-04-065-1/+30
|\ \
| * | Deprecate accessibility of private/protected class methods in named scopeRyuta Kamizono2018-03-304-4/+16
| * | Bring back private class methods accessibility in named scopeRyuta Kamizono2018-03-274-2/+19
* | | Fix structure:dump for multiple databaseseileencodes2018-04-061-2/+1
* | | Merge pull request #32441 from composerinteralia/refute-notRafael França2018-04-049-16/+16
|\ \ \
| * | | Autocorrect `refute` RuboCop violationsDaniel Colson2018-04-039-16/+16
* | | | Merge pull request #32447 from utilum/splatRafael França2018-04-041-2/+3
|\ \ \ \
| * | | | passing splat keyword arguments as a single Hashutilum2018-04-041-2/+3
* | | | | Merge pull request #32414 from bogdan/query-cache-optimizationRafael França2018-04-042-12/+6
|\ \ \ \ \ | |/ / / / |/| | | |