| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Remove needless print | yuuji.yaginuma | 2018-02-17 | 1 | -1/+0 |
* | | Remove usage of strip_heredoc in the framework in favor of <<~ | Rafael Mendonça França | 2018-02-16 | 3 | -26/+23 |
* | | Add test parallelization to Rails | eileencodes | 2018-02-15 | 3 | -5/+89 |
|/ |
|
* | Don't overwrite config/master.key even on --force | claudiob | 2018-02-12 | 1 | -1/+2 |
* | Do not update `load_defaults` version when running `app:update` (#31951) | Yuji Yaginuma | 2018-02-13 | 1 | -0/+15 |
* | Respect --force option for config/master.key | claudiob | 2018-02-11 | 1 | -0/+6 |
* | Do not add master key when `RAILS_MASTER_KEY` env specified (#31922) | Yuji Yaginuma | 2018-02-08 | 2 | -0/+24 |
* | Add Rack::TempfileReaper to tests and docs | George Claghorn | 2018-01-30 | 1 | -2/+4 |
* | 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 |
* | 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 |