Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | 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 | |
* | | | | | | | | | | | Merge pull request #34965 from bogdanvlviv/improve-rails-encrypted--help | Kasper Timm Hansen | 2019-03-11 | 2 | -0/+23 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Improve output of `rails encrypted(:edit/:show) --help` | bogdanvlviv | 2019-01-17 | 2 | -0/+23 | |
* | | | | | | | | | | | Merge pull request #35571 from KaanOzkan/ko-parameterize-locale | Rafael França | 2019-03-11 | 2 | -10/+14 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Add locale option to parameterize | Kaan Ozkan | 2019-03-11 | 2 | -10/+14 | |
* | | | | | | | | | | | Merge pull request #35485 from excid3/default-attachable-trix-partial | Javan Makhmali | 2019-03-11 | 5 | -2/+31 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Adds default trix partial | Chris Oliver | 2019-03-05 | 5 | -2/+31 | |
* | | | | | | | | | | | Merge pull request #35570 from shailesh-kalamkar/fix-routing-expanded-option-... | Ryuta Kamizono | 2019-03-11 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | [ci skip] Removed extra hyphens | Shailesh Kalamkar | 2019-03-11 | 1 | -4/+4 | |
* | | | | | | | | | | | | Merge pull request #35568 from prathamesh-sonpatki/server_squish | Ryuta Kamizono | 2019-03-11 | 6 | -8/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Squish the deprecation messages across the codebase | Prathamesh Sonpatki | 2019-03-11 | 6 | -8/+8 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #35569 from prathamesh-sonpatki/env-vars | Kasper Timm Hansen | 2019-03-11 | 2 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Mention `environment variable` instead of just `environment` | Prathamesh Sonpatki | 2019-03-11 | 2 | -4/+4 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #35566 from prathamesh-sonpatki/server-u | Kasper Timm Hansen | 2019-03-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Use the -u switch for the `rails server` banner | Prathamesh Sonpatki | 2019-03-11 | 1 | -1/+1 | |
| |/ / / / / / / / / / / | ||||||
* / / / / / / / / / / / | Fix style issues and build source after #35525 | Kasper Timm Hansen | 2019-03-11 | 2 | -4/+5 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #35525 from audiolion/feature/dynamic-actioncable-websocke... | Kasper Timm Hansen | 2019-03-11 | 2 | -3/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | address pr feedback | Ryan Castner | 2019-03-09 | 1 | -6/+2 | |
| * | | | | | | | | | | | feat(js): Dynamic Actioncable WebSocket URL | Ryan Castner | 2019-03-07 | 2 | -3/+17 | |
* | | | | | | | | | | | | Merge pull request #35565 from yahonda/rm_test_create_table_with_custom_seque... | Kasper Timm Hansen | 2019-03-11 | 1 | -33/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Remove `MigrationTest#test_create_table_with_custom_sequence_name` | Yasuo Honda | 2019-03-11 | 1 | -33/+0 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #35564 from prathamesh-sonpatki/expanded-routes-guide | Kasper Timm Hansen | 2019-03-11 | 1 | -1/+28 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Add example of the output of `rails routes --expanded` in the routing guide [... | Prathamesh Sonpatki | 2019-03-11 | 1 | -1/+28 | |
|/ / / / / / / / / / / / |