aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |/ / / |/| | |
| * | | Optimize the code inside AR::QueryCache middlewareBogdan Gusiev2018-04-042-12/+6
* | | | Class methods in the `class_methods` blocks are wrongly appeared in the docRyuta Kamizono2018-04-041-1/+1
* | | | Display db:drop description in ActiveRecordYoshiyuki Hirano2018-04-031-1/+3
* | | | Merge pull request #32415 from kamipo/remove_foreign_keys_moduleGuillermo Iguaran2018-04-024-15/+2
|\ \ \ \
| * | | | Remove `ForeignKeys` module which was introduced at #32299Ryuta Kamizono2018-04-024-15/+2
| | |/ / | |/| |
* | | | [ci skip] Fully quantify Active Record module in changelog.Kasper Timm Hansen2018-04-021-1/+1
* | | | Add AR::Base.base_class? predicateBogdan Gusiev2018-04-028-9/+27
|/ / /
* | | Remove leftover blank sqlite3 file after in memory handler tests.utilum2018-04-011-0/+2
* | | Fix two-level database configurations with URLsEugene Kenny2018-03-312-11/+53
|/ /
* | Merge pull request #32366 from utilum/use_current_configAndrew White2018-03-301-1/+1
|\ \
| * | Use current_config in structure_dumputilum2018-03-291-1/+1
* | | Merge pull request #32384 from riseshia/remove-expired-documentAndrew White2018-03-301-15/+1
|\ \ \
| * | | Remove expired explanation [ci skip]Shia2018-03-301-15/+1
* | | | Remove shadowing variable warningAndrew White2018-03-301-2/+2
|/ / /
* | | Fix intermittent CI failure due to setting explicit `person.id = 10`Ryuta Kamizono2018-03-301-4/+0
* | | Merge pull request #32338 from eugeneius/dont_clobber_foreign_keyRyuta Kamizono2018-03-302-2/+4
|\ \ \
| * | | Don't unset foreign key when preloading missing recordEugene Kenny2018-03-242-2/+4
* | | | Short circuit the scoping delegation for `relation.all`Ryuta Kamizono2018-03-301-0/+1
| |/ / |/| |
* | | Merge pull request #30956 from CJStadler/with-lock-changed-deprecationRafael França2018-03-284-1/+24
* | | Merge pull request #32299 from davidstosik/expose-fk-ignore-patternGuillermo Iguaran2018-03-276-2/+36
|\ \ \ | |_|/ |/| |
| * | Move fk_ignore_pattern from config.active_record to SchemaDumperDavid Stosik2018-03-225-9/+11
| * | Test config.active_record.fk_ignore_patternDavid Stosik2018-03-201-0/+8
| * | Document config.active_record.fk_ignore_patternDavid Stosik2018-03-201-0/+4
| * | Expose foreign key name ignore pattern in configurationDavid Stosik2018-03-197-2/+22
* | | Merge pull request #32274 from eileencodes/part-1-add-rake-tasks-for-multi-dbEileen M. Uchitelle2018-03-266-22/+271
|\ \ \ | |_|/ |/| |
| * | Refactor configs_for and friendseileencodes2018-03-216-56/+89
| * | Add tests for new rake taskseileencodes2018-03-211-1/+128
| * | Update schema/structure dump tasks for multi dbeileencodes2018-03-212-14/+36
| * | Add ability to create/drop/migrate all dbs for a given enveileencodes2018-03-212-8/+11
| * | Add create/drop/migrate db tasks for each database in the environmenteileencodes2018-03-211-0/+25
| * | Add DatabaseConfig Struct and associated methodseileencodes2018-03-211-0/+39
| |/
* | Merge pull request #32306 from danhuynhdev/feature/store-accessor-prefixAndrew White2018-03-245-6/+50
|\ \
| * | Add custom prefix to ActiveRecord::Store accessorsTan Huynh2018-03-235-6/+50
* | | Fix that `touch(:updated_at)` causes multiple assignments on the columnRyuta Kamizono2018-03-232-1/+11
|/ /
* | Add `QueryingMethodsDelegationTest` to cover query methods delegationRyuta Kamizono2018-03-221-0/+28
* | Merge pull request #32221 from composerinteralia/batch-predicate-builderRyuta Kamizono2018-03-221-10/+16
|\ \
| * | Use PredicateBuilder for bind params in BatchesDaniel Colson2018-03-111-10/+16
* | | Support mysql2 0.4.x and 0.5.xAaron Stone2018-03-201-1/+1
| |/ |/|
* | Merge pull request #32278 from saveriomiroddi/add_mysql_json_to_activerecord_...Eileen M. Uchitelle2018-03-191-2/+2
|\ \
| * | Add MySQL JSON reference to ActiveRecord::Store documentationSaverio Miroddi2018-03-171-2/+2
* | | Fix failing `QuotingTest#test_quoted_time_utc`bogdanvlviv2018-03-191-2/+2
|/ /