| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use respond_to test helpers | Daniel Colson | 2018-01-25 | 3 | -5/+5 |
* | Add locale selector to email preview (#31596) | Hitoshi Nakashima | 2018-01-18 | 1 | -6/+62 |
* | Add test to properly test down with a block | eileencodes | 2018-01-18 | 1 | -0/+8 |
* | Refactor migration to move migrations paths to connection | eileencodes | 2018-01-18 | 2 | -1/+13 |
* | Merge pull request #31651 from eugeneius/use_sha1_digests | Sean Griffin | 2018-01-12 | 2 | -7/+15 |
|\ |
|
| * | Use SHA-1 for non-sensitive digests by default | Eugene Kenny | 2018-01-08 | 2 | -7/+15 |
* | | Merge pull request #31671 from larskanis/pg-1.0 | Rafael Mendonça França | 2018-01-11 | 1 | -1/+1 |
|\ \ |
|
| * | | PostgreSQL: Allow pg-1.0 gem to be used with ActiveRecord | Lars Kanis | 2018-01-10 | 1 | -1/+1 |
* | | | Merge pull request #31624 from y-yagi/fix_minitest_511 | Aaron Patterson | 2018-01-10 | 1 | -4/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | Need to use `klass` to get the class name of the test result | yuuji.yaginuma | 2018-01-03 | 1 | -5/+4 |
| * | | Correctly get source location | yuuji.yaginuma | 2018-01-03 | 1 | -0/+1 |
* | | | 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 | 1 | -2/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | Don't run rails active_storage:install in new apps | claudiob | 2017-12-14 | 1 | -2/+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 | 1 | -1/+1 |
| |/
|/| |
|
* | | Remove unused methods | yuuji.yaginuma | 2017-12-28 | 1 | -16/+0 |
* | | Prevent to install gems when run test (#31564) | Yuji Yaginuma | 2017-12-26 | 2 | -4/+12 |
* | | Ensure to use repo's Gemfile in application | yuuji.yaginuma | 2017-12-25 | 1 | -0/+5 |
* | | Move `test_skip_bundle` to `AppGeneratorTest` | yuuji.yaginuma | 2017-12-24 | 2 | -9/+9 |
* | | Merge pull request #31520 from yahonda/introduce_frozen_error_class | Ryuta Kamizono | 2017-12-20 | 2 | -1/+5 |
|\ \ |
|
| * | | Handle `FrozenError` if it is available | Yasuo Honda | 2017-12-20 | 2 | -1/+5 |
* | | | Add test case that configure `config.active_support.hash_digest_class` | yuuji.yaginuma | 2017-12-20 | 1 | -0/+18 |
* | | | Implicitly skip bootsnap for `rails new --dev` | yuuji.yaginuma | 2017-12-19 | 1 | -0/+11 |
|/ / |
|
* | | Merge pull request #31348 from y-yagi/fix_31283 | Kasper Timm Hansen | 2017-12-18 | 3 | -8/+44 |
|\ \ |
|
| * | | Raise an error only when `require_master_key` is specified | yuuji.yaginuma | 2017-12-18 | 3 | -8/+44 |
* | | | Merge pull request #31485 from y-yagi/skip_bootsnap_option | Eileen M. Uchitelle | 2017-12-18 | 1 | -0/+20 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add `skip_bootsnap` option | yuuji.yaginuma | 2017-12-16 | 1 | -0/+20 |
| |/ |
|
* / | Add test case that active_storage:install task works within engine | yuuji.yaginuma | 2017-12-17 | 1 | -0/+15 |
|/ |
|
* | Merge pull request #26815 from olivierlacan/log-query-source | Eileen M. Uchitelle | 2017-12-14 | 2 | -4/+11 |
|\ |
|
| * | Log call site for all queries | Olivier Lacan | 2017-12-13 | 2 | -4/+11 |
* | | Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the future | Ryuta Kamizono | 2017-12-14 | 1 | -2/+2 |
|/ |
|
* | Expose Active Storage routes | Mehmet Emin INAC | 2017-12-13 | 1 | -13/+32 |
* | Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed more | Ryuta Kamizono | 2017-12-12 | 1 | -6/+6 |
* | Set the Rails environment from an environment variable | Aaron Patterson | 2017-12-08 | 1 | -1/+1 |
* | Add failing test for wrong database connection | Aaron Patterson | 2017-12-08 | 1 | -0/+17 |
* | Fix Rails environment when running tests with Ruby | Aaron Patterson | 2017-12-06 | 2 | -2/+60 |
* | Add more tests for the `--webpack` option | Tsukuru Tanimichi | 2017-12-05 | 1 | -0/+19 |
* | Modify `test_webpack_option` | Tsukuru Tanimichi | 2017-12-05 | 1 | -3/+5 |
* | Merge pull request #31279 from ttanimichi/tests-for-webpack-option | Guillermo Iguaran | 2017-12-04 | 1 | -0/+14 |
|\ |
|
| * | Add tests for the `--webpack` option | Tsukuru Tanimichi | 2017-12-04 | 1 | -0/+14 |
* | | Merge pull request #31311 from y-yagi/ignore_no_database_error_when_loading_s... | Kasper Timm Hansen | 2017-12-03 | 2 | -0/+29 |
|\ \ |
|
| * | | Make `Migrator.current_version` work without a current database | yuuji.yaginuma | 2017-12-03 | 2 | -0/+29 |
* | | | Fix typo in test error message | claudiob | 2017-12-02 | 1 | -1/+1 |
|/ / |
|
* / | Do not overwrite by default if credentials already exists | yuuji.yaginuma | 2017-11-30 | 1 | -0/+8 |
|/ |
|
* | Use same version constraint in mysql adapter and generated application | yuuji.yaginuma | 2017-11-28 | 1 | -1/+1 |
* | Remove Content-Security-Policy initializer in API-only Applications | yuuji.yaginuma | 2017-11-27 | 1 | -0/+2 |
* | Added missing test for presence of CSP initializer | Prathamesh Sonpatki | 2017-11-27 | 1 | -0/+1 |
* | Add DSL for configuring Content-Security-Policy header | Andrew White | 2017-11-27 | 2 | -0/+198 |
* | Use Puma 3.11 in newly generated applications | yuuji.yaginuma | 2017-11-27 | 1 | -1/+1 |