| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #32441 from composerinteralia/refute-not | Rafael França | 2018-04-04 | 9 | -16/+16 |
|\ |
|
| * | Autocorrect `refute` RuboCop violations | Daniel Colson | 2018-04-03 | 9 | -16/+16 |
* | | Merge pull request #32447 from utilum/splat | Rafael França | 2018-04-04 | 1 | -2/+3 |
|\ \ |
|
| * | | passing splat keyword arguments as a single Hash | utilum | 2018-04-04 | 1 | -2/+3 |
* | | | Merge pull request #32414 from bogdan/query-cache-optimization | Rafael França | 2018-04-04 | 2 | -12/+6 |
|\ \ \
| |/ /
|/| | |
|
| * | | Optimize the code inside AR::QueryCache middleware | Bogdan Gusiev | 2018-04-04 | 2 | -12/+6 |
* | | | Class methods in the `class_methods` blocks are wrongly appeared in the doc | Ryuta Kamizono | 2018-04-04 | 1 | -1/+1 |
* | | | Display db:drop description in ActiveRecord | Yoshiyuki Hirano | 2018-04-03 | 1 | -1/+3 |
* | | | Merge pull request #32415 from kamipo/remove_foreign_keys_module | Guillermo Iguaran | 2018-04-02 | 4 | -15/+2 |
|\ \ \ |
|
| * | | | Remove `ForeignKeys` module which was introduced at #32299 | Ryuta Kamizono | 2018-04-02 | 4 | -15/+2 |
| | |/
| |/| |
|
* | | | [ci skip] Fully quantify Active Record module in changelog. | Kasper Timm Hansen | 2018-04-02 | 1 | -1/+1 |
* | | | Add AR::Base.base_class? predicate | Bogdan Gusiev | 2018-04-02 | 8 | -9/+27 |
|/ / |
|
* | | Remove leftover blank sqlite3 file after in memory handler tests. | utilum | 2018-04-01 | 1 | -0/+2 |
* | | Fix two-level database configurations with URLs | Eugene Kenny | 2018-03-31 | 2 | -11/+53 |
|/ |
|
* | Merge pull request #32366 from utilum/use_current_config | Andrew White | 2018-03-30 | 1 | -1/+1 |
|\ |
|
| * | Use current_config in structure_dump | utilum | 2018-03-29 | 1 | -1/+1 |
* | | Merge pull request #32384 from riseshia/remove-expired-document | Andrew White | 2018-03-30 | 1 | -15/+1 |
|\ \ |
|
| * | | Remove expired explanation [ci skip] | Shia | 2018-03-30 | 1 | -15/+1 |
* | | | Remove shadowing variable warning | Andrew White | 2018-03-30 | 1 | -2/+2 |
|/ / |
|
* | | Fix intermittent CI failure due to setting explicit `person.id = 10` | Ryuta Kamizono | 2018-03-30 | 1 | -4/+0 |
* | | Merge pull request #32338 from eugeneius/dont_clobber_foreign_key | Ryuta Kamizono | 2018-03-30 | 2 | -2/+4 |
|\ \ |
|
| * | | Don't unset foreign key when preloading missing record | Eugene Kenny | 2018-03-24 | 2 | -2/+4 |
* | | | Short circuit the scoping delegation for `relation.all` | Ryuta Kamizono | 2018-03-30 | 1 | -0/+1 |
| |/
|/| |
|
* | | Merge pull request #30956 from CJStadler/with-lock-changed-deprecation | Rafael França | 2018-03-28 | 4 | -1/+24 |
* | | Merge pull request #32299 from davidstosik/expose-fk-ignore-pattern | Guillermo Iguaran | 2018-03-27 | 6 | -2/+36 |
|\ \ |
|
| * | | Move fk_ignore_pattern from config.active_record to SchemaDumper | David Stosik | 2018-03-22 | 5 | -9/+11 |
| * | | Test config.active_record.fk_ignore_pattern | David Stosik | 2018-03-20 | 1 | -0/+8 |
| * | | Document config.active_record.fk_ignore_pattern | David Stosik | 2018-03-20 | 1 | -0/+4 |
| * | | Expose foreign key name ignore pattern in configuration | David Stosik | 2018-03-19 | 7 | -2/+22 |
* | | | Merge pull request #32274 from eileencodes/part-1-add-rake-tasks-for-multi-db | Eileen M. Uchitelle | 2018-03-26 | 6 | -22/+271 |
|\ \ \
| |_|/
|/| | |
|
| * | | Refactor configs_for and friends | eileencodes | 2018-03-21 | 6 | -56/+89 |
| * | | Add tests for new rake tasks | eileencodes | 2018-03-21 | 1 | -1/+128 |
| * | | Update schema/structure dump tasks for multi db | eileencodes | 2018-03-21 | 2 | -14/+36 |
| * | | Add ability to create/drop/migrate all dbs for a given env | eileencodes | 2018-03-21 | 2 | -8/+11 |
| * | | Add create/drop/migrate db tasks for each database in the environment | eileencodes | 2018-03-21 | 1 | -0/+25 |
| * | | Add DatabaseConfig Struct and associated methods | eileencodes | 2018-03-21 | 1 | -0/+39 |
| |/ |
|
* | | Merge pull request #32306 from danhuynhdev/feature/store-accessor-prefix | Andrew White | 2018-03-24 | 5 | -6/+50 |
|\ \ |
|
| * | | Add custom prefix to ActiveRecord::Store accessors | Tan Huynh | 2018-03-23 | 5 | -6/+50 |
* | | | Fix that `touch(:updated_at)` causes multiple assignments on the column | Ryuta Kamizono | 2018-03-23 | 2 | -1/+11 |
|/ / |
|
* | | Add `QueryingMethodsDelegationTest` to cover query methods delegation | Ryuta Kamizono | 2018-03-22 | 1 | -0/+28 |
* | | Merge pull request #32221 from composerinteralia/batch-predicate-builder | Ryuta Kamizono | 2018-03-22 | 1 | -10/+16 |
|\ \ |
|
| * | | Use PredicateBuilder for bind params in Batches | Daniel Colson | 2018-03-11 | 1 | -10/+16 |
* | | | Support mysql2 0.4.x and 0.5.x | Aaron Stone | 2018-03-20 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge pull request #32278 from saveriomiroddi/add_mysql_json_to_activerecord_... | Eileen M. Uchitelle | 2018-03-19 | 1 | -2/+2 |
|\ \ |
|
| * | | Add MySQL JSON reference to ActiveRecord::Store documentation | Saverio Miroddi | 2018-03-17 | 1 | -2/+2 |
* | | | Fix failing `QuotingTest#test_quoted_time_utc` | bogdanvlviv | 2018-03-19 | 1 | -2/+2 |
|/ / |
|
* | | Merge pull request #32271 from eileencodes/fix-three-tier-default-connection | Eileen M. Uchitelle | 2018-03-16 | 3 | -1/+52 |
|\ \ |
|
| * | | Fix connection handling with three-tier config | eileencodes | 2018-03-16 | 3 | -1/+52 |
| |/ |
|
* | | :scissors: | Rafael Mendonça França | 2018-03-16 | 1 | -1/+0 |
* | | Fix multiline expression indexes for postgresql (#31621) | fatkodima | 2018-03-16 | 3 | -3/+3 |