Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Merge pull request #30956 from CJStadler/with-lock-changed-deprecation | Rafael França | 2018-03-28 | 4 | -1/+24 | |
* | | | | | | | | Bump rack-test to 1.0.0 | Yuji Yaginuma | 2018-03-28 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #32299 from davidstosik/expose-fk-ignore-pattern | Guillermo Iguaran | 2018-03-27 | 7 | -3/+43 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| * | | | | | | | Move fk_ignore_pattern from config.active_record to SchemaDumper | David Stosik | 2018-03-22 | 6 | -16/+18 | |
| * | | | | | | | 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 | 2 | -0/+10 | |
| * | | | | | | | Expose foreign key name ignore pattern in configuration | David Stosik | 2018-03-19 | 7 | -2/+22 | |
* | | | | | | | | Merge pull request #32317 from dwightwatson/32247 | George Claghorn | 2018-03-26 | 3 | -4/+24 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Flip the order of the after_create callbacks | Dwight Watson | 2018-03-27 | 3 | -4/+24 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #32185 from nholden/human_readable_date_time_comparisons | Rafael França | 2018-03-26 | 9 | -0/+63 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add `before?` and `after?` methods to date and time classes | Nick Holden | 2018-03-06 | 9 | -0/+63 | |
* | | | | | | | | | Merge pull request #32274 from eileencodes/part-1-add-rake-tasks-for-multi-db | Eileen M. Uchitelle | 2018-03-26 | 7 | -22/+283 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Refactor configs_for and friends | eileencodes | 2018-03-21 | 7 | -56/+101 | |
| * | | | | | | | | | 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 #32342 from iorme1/master | Richard Schneeman | 2018-03-25 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Readability fix [ci skip] | Isaac Orme | 2018-03-25 | 1 | -1/+1 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Make engine check more explicit | Andrew White | 2018-03-25 | 1 | -6/+9 | |
* | | | | | | | | | | Remove unused `serialize` method | yuuji.yaginuma | 2018-03-25 | 1 | -4/+0 | |
| |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
* | | | | | | | | | 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 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #32315 from huacnlee/fix/local-cache-read-multi-entry-return | Rafael França | 2018-03-22 | 2 | -1/+20 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix Cache `read_multi` with local_cache return values. | Jason Lee | 2018-03-21 | 2 | -1/+20 | |
* | | | | | | | | | | Merge pull request #32316 from rails/fix-non-ascii-static-file-serving | Rafael França | 2018-03-22 | 6 | -4/+15 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Use ASCII-8BIT paths in ActionDispatch::Static | Andrew White | 2018-03-22 | 6 | -4/+15 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Remove unused variable | Rafael Mendonça França | 2018-03-22 | 1 | -1/+0 | |
* | | | | | | | | | | Merge pull request #32319 from yahonda/no_monkeypatch_for_ruby260 | Rafael França | 2018-03-22 | 1 | -9/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Ruby 2.6 will not require monkey patched `URI#unescape` | Yasuo Honda | 2018-03-22 | 1 | -9/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #31869 from BKSpurgeon/patch-1 | Ryuta Kamizono | 2018-03-22 | 1 | -12/+16 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Update documentation [ci skip] | Ben Koshy | 2018-02-02 | 1 | -12/+15 | |
* | | | | | | | | | | Use try in tests that try to test try. | Kasper Timm Hansen | 2018-03-21 | 1 | -7/+2 | |
* | | | | | | | | | | Fix `test_config_another_database` failure | Ryuta Kamizono | 2018-03-22 | 2 | -5/+5 | |
* | | | | | | | | | | 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 | |
* | | | | | | | | | | | Merge pull request #32253 from zwass/before_action_docs | Ryuta Kamizono | 2018-03-22 | 1 | -0/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Add cancellation info to before filter docs | Zachary Wasserman | 2018-03-14 | 1 | -0/+12 | |
* | | | | | | | | | | | | Merge pull request #32310 from sodabrew/mysql2-0.4-0.5 | Ryuta Kamizono | 2018-03-22 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Support mysql2 0.4.x and 0.5.x | Aaron Stone | 2018-03-20 | 2 | -2/+2 | |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Update loofah to mitigate CVE-2018-8048 | Andrew White | 2018-03-21 | 1 | -5/+5 | |
* | | | | | | | | | | | Merge pull request #32293 from dzirtusss/fix-system-tests-transactions | Eileen M. Uchitelle | 2018-03-21 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Fix system tests transactions not closed between examples | Sergey Tarasov | 2018-03-19 | 1 | -0/+1 | |
* | | | | | | | | | | | | Cache url helpers module | Andrew White | 2018-03-21 | 1 | -1/+2 | |
| |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Allow any version of dalli less them 2.7.7 | Rafael Mendonça França | 2018-03-20 | 2 | -2/+2 | |
* | | | | | | | | | | | Merge pull request #32305 from q-centrix/perf-improvement-translation-helper | Andrew White | 2018-03-20 | 1 | -2/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Memoize the result of gsubbing @virtual_path | Dillon Welch | 2018-03-20 | 1 | -2/+5 |