| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix gemfile.lock | Rafael Mendonça França | 2019-03-13 | 1 | -49/+49 |
* | Revert "Remove Marshal support from SchemaCache" | Rafael Mendonça França | 2019-03-13 | 2 | -0/+29 |
* | Merge tag 'v6.0.0.beta3' | eileencodes | 2019-03-13 | 38 | -36/+156 |
|\ |
|
| * | Prep release | eileencodes | 2019-03-11 | 32 | -69/+134 |
| * | Fix possible dev mode RCE | Aaron Patterson | 2019-03-10 | 4 | -6/+43 |
| * | Only accept formats from registered mime types | John Hawthorn | 2019-03-10 | 3 | -6/+23 |
* | | Fix typo s/ActiveSupport::Timezone/ActiveSupport::TimeZone/ [ci skip] | Ryuta Kamizono | 2019-03-13 | 1 | -1/+1 |
* | | Merge pull request #35601 from yahonda/bigint_support | Vipul A M | 2019-03-13 | 1 | -1/+1 |
|\ \ |
|
| * | | [skip ci] Rails 5.1+ supports bigint primary key | Yasuo Honda | 2019-03-13 | 1 | -1/+1 |
* | | | Indentation >> | Akira Matsuda | 2019-03-13 | 1 | -3/+3 |
* | | | Fix rubocop violations | yuuji.yaginuma | 2019-03-13 | 1 | -1/+1 |
|/ / |
|
* | | Add test for runner command with `environment` option | yuuji.yaginuma | 2019-03-13 | 1 | -0/+4 |
* | | Document int Primary Key with create_or_find_by (#35573) | Alex Kitchens | 2019-03-12 | 1 | -0/+4 |
* | | Merge pull request #35558 from rails/schema-cache-indexes | Kasper Timm Hansen | 2019-03-13 | 2 | -14/+43 |
|\ \ |
|
| * | | Schema Cache: cache table indexes | Kasper Timm Hansen | 2019-03-13 | 2 | -14/+43 |
|/ / |
|
* | | Merge branch 'test-remove-marshal-support-from-schema-cache' | Kasper Timm Hansen | 2019-03-12 | 2 | -26/+0 |
|\ \ |
|
| * | | Remove Marshal support from SchemaCache | Kasper Timm Hansen | 2019-03-12 | 2 | -26/+0 |
* | | | Modernize size calculation in Schema Cache | Kasper Timm Hansen | 2019-03-12 | 1 | -1/+1 |
* | | | Merge pull request #35591 from nisusam/update_link_sign_release | Ryuta Kamizono | 2019-03-13 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Update URL in RELEASING_RAILS.md [ci skip] | nisusam | 2019-03-13 | 1 | -1/+1 |
|/ / |
|
* | | Remove unused `Row` class in `SelectManager` | Ryuta Kamizono | 2019-03-13 | 1 | -12/+0 |
* | | Initialize `@default_timezone` and `@timestamp_decoder` in `add_pg_decoders` | Ryuta Kamizono | 2019-03-13 | 1 | -2/+3 |
* | | Merge pull request #35585 from sharang-d/changelog-update | Rafael França | 2019-03-12 | 1 | -4/+3 |
|\ \ |
|
| * | | Edit a changelog entry [ci skip] | Sharang Dashputre | 2019-03-12 | 1 | -4/+3 |
* | | | Merge pull request #35583 from cpruitt/add-addititonal-tests-for-dummy-erb | Eileen M. Uchitelle | 2019-03-12 | 1 | -0/+54 |
|\ \ \ |
|
| * | | | Add additional ERB DummyCompiler tests | Cliff Pruitt | 2019-03-12 | 1 | -0/+54 |
| |/ / |
|
* | | | Merge pull request #35577 from sharang-d/typo-opt-out | Vipul A M | 2019-03-12 | 3 | -13/+13 |
|\ \ \ |
|
| * | | | Change wording of some instances of 'opt out' [ci skip] | Sharang Dashputre | 2019-03-12 | 3 | -13/+13 |
* | | | | Merge pull request #35586 from KurtRMueller/master | Ryuta Kamizono | 2019-03-13 | 1 | -1/+1 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Update small typo in documentation. | Kurt Mueller | 2019-03-12 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge pull request #35581 from prathamesh-sonpatki/action_mailbox_error | Kasper Timm Hansen | 2019-03-12 | 2 | -0/+5 |
|\ \ \ |
|
| * | | | Show friendly message to install action mailbox if the related table does not... | Prathamesh Sonpatki | 2019-03-12 | 2 | -0/+5 |
* | | | | Merge pull request #35582 from vipulnsward/kill-warning-from-guides | Kasper Timm Hansen | 2019-03-12 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | After https://github.com/rails/rails/pull/35281 and https://github.com/rails... | Vipul A M | 2019-03-12 | 1 | -1/+1 |
* | | | | | Merge pull request #35530 from Rodrigora/patch-1 | Vipul A M | 2019-03-12 | 1 | -0/+11 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Add note about has_many associations callbacks [ci skip] | Rodrigo | 2019-03-12 | 1 | -0/+11 |
* | | | | | Merge pull request #35575 from sharang-d/changelog-for-parameterize | Ryuta Kamizono | 2019-03-12 | 1 | -1/+13 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | Add changelog entry for transliterate/parameterize accepting `locale` [ci skip] | Sharang Dashputre | 2019-03-12 | 1 | -0/+10 |
* | | | | | Merge pull request #35424 from Korri/validation-rules-locale-fallback | Rafael França | 2019-03-11 | 3 | -11/+56 |
|\ \ \ \ \ |
|
| * | | | | | Update Changelog with new locale fallback behavior on validation | Hugo Vacher | 2019-03-11 | 1 | -0/+24 |
| * | | | | | Fall back to parent locale before it falls back to the :errors namespace | Hugo Vacher | 2019-03-04 | 2 | -11/+32 |
* | | | | | | bump Zeitwerk to 1.3.3 | Xavier Noria | 2019-03-11 | 2 | -4/+4 |
* | | | | | | Merge pull request #35576 from sharang-d/fix-typo-overriden | Vipul A M | 2019-03-12 | 1 | -1/+1 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | overriden -> overridden [ci skip] | Sharang Dashputre | 2019-03-12 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Do not generate dummy string when the tag used is not the <%= | Rafael Mendonça França | 2019-03-11 | 2 | -1/+5 |
* | | | | | Merge pull request #35572 from sharang-d/tests-for-transliterate-locale-arg | Kasper Timm Hansen | 2019-03-11 | 4 | -1/+19 |
|\ \ \ \ \ |
|
| * | | | | | Fix bug with parametrize when `locale` is passed | Sharang Dashputre | 2019-03-12 | 4 | -1/+19 |
* | | | | | | Merge pull request #34955 from bogdanvlviv/follow-up-33962 | Kasper Timm Hansen | 2019-03-11 | 3 | -3/+9 |
|\ \ \ \ \ \ |
|
| * | | | | | | Add `config.credentials.content_path` and `config.credentials.key_path` to th... | bogdanvlviv | 2019-01-17 | 3 | -5/+10 |
* | | | | | | | [ci skip] Improve `encrypted` commands USAGE | Kasper Timm Hansen | 2019-03-11 | 1 | -13/+19 |