| Commit message (Expand) | Author | Age | Files | Lines |
* | Add test parallelization to Rails | eileencodes | 2018-02-15 | 1 | -1/+6 |
* | Remove unused methods | yuuji.yaginuma | 2017-12-28 | 1 | -16/+0 |
* | Handle `FrozenError` if it is available | Yasuo Honda | 2017-12-20 | 1 | -0/+4 |
* | Fix Rails environment when running tests with Ruby | Aaron Patterson | 2017-12-06 | 1 | -2/+4 |
* | Make `Migrator.current_version` work without a current database | yuuji.yaginuma | 2017-12-03 | 1 | -0/+15 |
* | `rails new` runs `rails active_storage:install` | bogdanvlviv | 2017-11-06 | 1 | -0/+1 |
* | Fix typo in `allow_failure` argument [ci skip] | yuuji.yaginuma | 2017-10-18 | 1 | -1/+1 |
* | Add credentials using a generic EncryptedConfiguration class (#30067) | David Heinemeier Hansson | 2017-09-11 | 1 | -3/+3 |
* | Remove needless `silence_warnings` | yuuji.yaginuma | 2017-09-09 | 1 | -4/+1 |
* | Remove unused `fork` arg for `rails` | yuuji.yaginuma | 2017-09-08 | 1 | -4/+2 |
* | Run in-app rails commands via fork+load where possible | Matthew Draper | 2017-09-04 | 1 | -3/+81 |
* | Preload some additional specific files | Matthew Draper | 2017-09-04 | 1 | -0/+3 |
* | Preload Rails component gems in railties tests | Matthew Draper | 2017-09-04 | 1 | -1/+19 |
* | Allow for frozen string pragma in generated files. | Pat Allan | 2017-08-14 | 1 | -2/+2 |
* | Adding frozen_string_literal pragma to Railties. | Pat Allan | 2017-08-14 | 1 | -0/+2 |
* | Railties updates for frozen string literals. | Pat Allan | 2017-08-14 | 1 | -1/+1 |
* | Remove :sorted test order for isolated tests | bogdanvlviv | 2017-08-07 | 1 | -2/+0 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Define path with __dir__ | bogdanvlviv | 2017-05-23 | 1 | -1/+1 |
* | Replace \Z to \z | Ryuta Kamizono | 2017-04-24 | 1 | -3/+3 |
* | Revert "Revert "Add encrypted secrets"" | Kasper Timm Hansen | 2017-02-23 | 1 | -0/+1 |
* | Revert "Add encrypted secrets" (#28127) | David Heinemeier Hansson | 2017-02-23 | 1 | -1/+0 |
* | Add encrypted secrets (#28038) | Kasper Timm Hansen | 2017-02-23 | 1 | -0/+1 |
* | Remove aggressive unit test with mock. And add integration level test. | Taishi Kasuga | 2016-11-24 | 1 | -1/+0 |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -1/+1 |
* | Remove deprecated support to :text in render | Rafael Mendonça França | 2016-10-10 | 1 | -1/+1 |
* | remove useless `gemfile` option | yuuji.yaginuma | 2016-09-12 | 1 | -5/+0 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -3/+3 |
* | applies new string literal convention in railties/test | Xavier Noria | 2016-08-06 | 1 | -26/+26 |
* | rails -> Rails [ci skip] | Santosh Wadghule | 2016-07-12 | 1 | -1/+1 |
* | Remove unused boot_rails method and it's usage | Prathamesh Sonpatki | 2016-07-04 | 1 | -3/+0 |
* | Require "active_support/core_ext/object/blank" for railties abstract unit | Genadi Samokovarov | 2016-06-13 | 1 | -0/+1 |
* | Move new default initializers into separate directory | Prathamesh Sonpatki | 2016-05-28 | 1 | -1/+1 |
* | Merge pull request #23932 from arthurnn/arthurnn/remove_load_paths | Arthur Nogueira Neves | 2016-03-01 | 1 | -9/+1 |
|\ |
|
| * | Remove load_paths file | Arthur Neves | 2016-02-27 | 1 | -9/+1 |
* | | Deprecate :controller and :action path parameters | Andrew White | 2016-03-01 | 1 | -1/+1 |
|/ |
|
* | adds --skip-listen to the application generator [closes #23590] | Xavier Noria | 2016-02-17 | 1 | -4/+1 |
* | prevent apps in the railties test suite from running the evented monitor | Xavier Noria | 2016-02-10 | 1 | -3/+12 |
* | Introduce new welcome page for new projects | Genadi Samokovarov | 2016-01-26 | 1 | -1/+3 |
* | run against edge sass to eliminate circular require warnings | Aaron Patterson | 2015-09-30 | 1 | -4/+0 |
* | Eliminate overlapping `app/assets` load path | Jeremy Daer | 2015-09-29 | 1 | -12/+24 |
* | make sure flash middleware is required | Aaron Patterson | 2015-09-25 | 1 | -0/+1 |
* | Add support for inline images to mailer previews | Andrew White | 2015-05-04 | 1 | -2/+2 |
* | Rename railties/bin to railties/exe | Islam Wazery | 2015-04-11 | 1 | -1/+1 |
* | Remove unused gsub_app_file method from Bukkit. | Josef Šimánek | 2015-02-19 | 1 | -6/+0 |
* | Merge pull request #18526 from vipulnsward/add-silence-stream | Rafael Mendonça França | 2015-02-05 | 1 | -36/+2 |
|\ |
|
| * | - Extracted silence_stream method to new module in activesupport/testing. | Vipul A M | 2015-01-20 | 1 | -36/+2 |
* | | Fixed test for assert_welcome | Prathamesh Sonpatki | 2015-01-17 | 1 | -1/+2 |
|/ |
|
* | Use IO::NULL always | Nobuyoshi Nakada | 2015-01-10 | 1 | -1/+1 |