| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Use heredoc with credentials template | Yoshiyuki Hirano | 2018-02-09 | 2 | -4/+16 |
|/ |
|
* | Do not add master key when `RAILS_MASTER_KEY` env specified (#31922) | Yuji Yaginuma | 2018-02-08 | 4 | -2/+27 |
* | Add nodoc to `CredentialsGenerator` and `MasterKeyGenerator` [ci skip] | yuuji.yaginuma | 2018-02-03 | 2 | -2/+2 |
* | Removed "private" generators from command list. | Wojciech Wnętrzak | 2018-02-02 | 3 | -18/+5 |
* | Fix `RuntimeError: Unknown version "6.0"` | Yuji Yaginuma | 2018-01-31 | 1 | -0/+3 |
* | Start Rails 6.0 development!!! | Rafael Mendonça França | 2018-01-30 | 2 | -165/+4 |
* | Merge pull request #31830 from rafaelfranca/disable-csp-by-default | Rafael França | 2018-01-30 | 1 | -10/+10 |
|\ |
|
| * | Disable CSP by default | Rafael Mendonça França | 2018-01-30 | 1 | -10/+10 |
* | | Add Rack::TempfileReaper to tests and docs | George Claghorn | 2018-01-30 | 1 | -2/+4 |
* | | Add Rack::TempfileReaper to the default middleware stack | George Claghorn | 2018-01-30 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #31769 from justjake/patch-2 | Matthew Draper | 2018-01-30 | 1 | -1/+1 |
|\ |
|
| * | yarnpkg: correct exec syntax | Jake Teton-Landis | 2018-01-23 | 1 | -1/+2 |
* | | Remove extra whitespace | Daniel Colson | 2018-01-25 | 2 | -7/+7 |
* | | Use assert_empty and assert_not_empty | Daniel Colson | 2018-01-25 | 1 | -1/+1 |
* | | Use assert_predicate and assert_not_predicate | Daniel Colson | 2018-01-25 | 11 | -39/+39 |
* | | Change refute to assert_not | Daniel Colson | 2018-01-25 | 1 | -1/+1 |
* | | Use respond_to test helpers | Daniel Colson | 2018-01-25 | 3 | -5/+5 |
* | | Merge pull request #31750 from morygonzalez/consider-locale_selector-missing | Yuji Yaginuma | 2018-01-23 | 1 | -5/+16 |
|\ \
| |/
|/| |
|
| * | Fix locale_selector JS bug in ActionMailer Preview | Hitoshi Nakashima | 2018-01-23 | 1 | -5/+16 |
* | | bin/yarn: Pass through arguments with spaces | Jake Teton-Landis | 2018-01-21 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #31641 from ckoenig/remove_frozen_string_literal | Yuji Yaginuma | 2018-01-20 | 1 | -4/+6 |
|\ |
|
| * | Work on a dup'ed options hash | Christof Koenig | 2018-01-09 | 1 | -4/+6 |
* | | Merge pull request #31732 from koic/enable_autocorrect_for_lint_end_alignment... | Matthew Draper | 2018-01-19 | 1 | -2/+2 |
|\ \ |
|
| * | | Enable autocorrect for `Lint/EndAlignment` cop | Koichi ITO | 2018-01-18 | 1 | -2/+2 |
* | | | Add locale selector to email preview (#31596) | Hitoshi Nakashima | 2018-01-18 | 3 | -18/+97 |
* | | | Merge pull request #31730 from bogdanvlviv/allow_false_for-config-generators-... | Eileen M. Uchitelle | 2018-01-18 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Allow `false` for `config.generators.system_tests=` | bogdanvlviv | 2018-01-18 | 1 | -1/+1 |
| |/ / |
|
* | | | Add test to properly test down with a block | eileencodes | 2018-01-18 | 1 | -0/+8 |
* | | | Revert "Merge pull request #31434 from olivierlacan/boot-feedback" | Matthew Draper | 2018-01-19 | 1 | -4/+0 |
* | | | Refactor migration to move migrations paths to connection | eileencodes | 2018-01-18 | 3 | -2/+14 |
|/ / |
|
* | | Provide a sensible default host | George Claghorn | 2018-01-16 | 1 | -2/+0 |
* | | Extract content types from blob data | George Claghorn | 2018-01-15 | 1 | -0/+2 |
* | | Merge pull request #31572 from kami-zh/fix-template | Yuji Yaginuma | 2018-01-13 | 1 | -2/+3 |
|\ \ |
|
| * | | Fix comment about initializers to adapt to the fact | kami-zh | 2017-12-27 | 1 | -2/+3 |
* | | | Merge pull request #31651 from eugeneius/use_sha1_digests | Sean Griffin | 2018-01-12 | 4 | -7/+19 |
|\ \ \ |
|
| * | | | Use SHA-1 for non-sensitive digests by default | Eugene Kenny | 2018-01-08 | 4 | -7/+19 |
* | | | | Use unsafe_inline as the default for script_src CSP until we get a nonce alte... | David Heinemeier Hansson | 2018-01-12 | 1 | -1/+1 |
* | | | | Add note about having to restart when modifying initializer | David Heinemeier Hansson | 2018-01-12 | 1 | -0/+2 |
* | | | | Use complete variable names rather than single-letter abbreviations for style | David Heinemeier Hansson | 2018-01-12 | 1 | -8/+8 |
* | | | | Merge pull request #31671 from larskanis/pg-1.0 | Rafael Mendonça França | 2018-01-11 | 2 | -2/+2 |
|\ \ \ \ |
|
| * | | | | PostgreSQL: Allow pg-1.0 gem to be used with ActiveRecord | Lars Kanis | 2018-01-10 | 2 | -2/+2 |
* | | | | | Merge pull request #31624 from y-yagi/fix_minitest_511 | Aaron Patterson | 2018-01-10 | 2 | -6/+12 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Need to use `klass` to get the class name of the test result | yuuji.yaginuma | 2018-01-03 | 2 | -6/+6 |
| * | | | | Correctly get source location | yuuji.yaginuma | 2018-01-03 | 2 | -1/+7 |
| | |_|/
| |/| | |
|
* | | | | Clean up railties tests | bogdanvlviv | 2018-01-10 | 2 | -19/+0 |
* | | | | Merge pull request #31534 from claudiob/kaspth-approach | Kasper Timm Hansen | 2018-01-09 | 3 | -13/+2 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Don't run rails active_storage:install in new apps | claudiob | 2017-12-14 | 3 | -13/+2 |
* | | | | Allow use_authenticated_message_encryption to be set in new_framework_default... | Eugene Kenny | 2018-01-07 | 1 | -3/+27 |
* | | | | Improve the deprecation message for using subclass of Rails::Application to s... | Prathamesh Sonpatki | 2018-01-07 | 3 | -3/+3 |
| |/ /
|/| | |
|
* | | | Bump license years for 2018 | Yoshiyuki Hirano | 2017-12-31 | 1 | -1/+1 |