| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix RenderingTest in railtie | Yoshiyuki Hirano | 2018-04-04 | 1 | -1/+1 |
* | Add `action_view.finalize_compiled_template_methods` config option | Simon Coffey | 2018-04-02 | 1 | -0/+3 |
* | Merge pull request #32065 from sikachu/move-SourceAnnotationExtractor-under-r... | Kasper Timm Hansen | 2018-04-02 | 5 | -123/+132 |
|\ |
|
| * | Add deprecation note for SourceAnnotationExtractor | Prem Sichanugrist | 2018-03-22 | 1 | -0/+7 |
| * | Make Annotation into a proper class | Prem Sichanugrist | 2018-03-22 | 1 | -1/+1 |
| * | Move SourceAnnotationExtractor under Rails module | Prem Sichanugrist | 2018-03-22 | 5 | -123/+125 |
* | | Deriving `secret_key_base` breaks `key_generator` defined in 5.1. | Yoshiyuki Kinjo | 2018-03-31 | 2 | -1/+2 |
* | | Remove unnecessary line break and quotes | yuuji.yaginuma | 2018-03-30 | 1 | -2/+2 |
* | | Fix "--frozen-lockfile" argument used in yarn install rake task | Guillermo Iguaran | 2018-03-29 | 1 | -1/+1 |
* | | Merge pull request #32289 from gsamokovarov/did-you-mean-suggestions | Guillermo Iguaran | 2018-03-29 | 6 | -57/+14 |
|\ \ |
|
| * | | Use `did_you_mean` spell checker for option suggestions | Genadi Samokovarov | 2018-03-23 | 6 | -57/+14 |
* | | | Merge pull request #32243 from maschwenk/patch-2 | Guillermo Iguaran | 2018-03-29 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Raise an error when lockfile diff is generated | Max Schwenk | 2018-03-13 | 1 | -1/+1 |
* | | | | Compare ruby version with correct way | Shia | 2018-03-29 | 1 | -1/+1 |
* | | | | Merge pull request #32274 from eileencodes/part-1-add-rake-tasks-for-multi-db | Eileen M. Uchitelle | 2018-03-26 | 1 | -0/+12 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Refactor configs_for and friends | eileencodes | 2018-03-21 | 1 | -0/+12 |
| | |/
| |/| |
|
* | | | Fix `test_config_another_database` failure | Ryuta Kamizono | 2018-03-22 | 1 | -2/+2 |
* | | | Support mysql2 0.4.x and 0.5.x | Aaron Stone | 2018-03-20 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #32271 from eileencodes/fix-three-tier-default-connection | Eileen M. Uchitelle | 2018-03-16 | 1 | -1/+1 |
|\ \ |
|
| * | | Switch dbconsole config loader check | eileencodes | 2018-03-16 | 1 | -1/+1 |
* | | | Pass the skip_pipeline option in image_submit_tag | Andrew White | 2018-03-14 | 1 | -1/+2 |
| |/
|/| |
|
* | | Rely on Rails::Command's help output. | Kasper Timm Hansen | 2018-03-13 | 2 | -72/+63 |
* | | Extract details to methods to clarify command. | Kasper Timm Hansen | 2018-03-13 | 1 | -8/+12 |
* | | Remove changelog header for unreleased version | Rafael Mendonça França | 2018-03-13 | 1 | -2/+0 |
* | | Introduce `ActionDispatch::Routing::ConsoleFormatter::Base` | bogdanvlviv | 2018-03-13 | 1 | -7/+1 |
* | | Remove path option from AzureStorage config | Yuji Yaginuma | 2018-03-13 | 1 | -1/+0 |
* | | Merge pull request #32160 from bogdanvlviv/improve-rails-routes-expanded | Kasper Timm Hansen | 2018-03-11 | 1 | -38/+47 |
|\ \ |
|
| * | | Draw line of a route name to the end of row console on `rails routes --expanded` | bogdanvlviv | 2018-03-05 | 1 | -38/+47 |
* | | | Do not show unnecessary message during server startup | yuuji.yaginuma | 2018-03-10 | 1 | -6/+5 |
| |/
|/| |
|
* | | Always yield a CSP policy instance | Andrew White | 2018-03-08 | 1 | -4/+2 |
* | | Allow using inline style and script in the internal controllers | yuuji.yaginuma | 2018-03-08 | 1 | -0/+13 |
* | | Allow Capybara 3.x (#32151) | Thomas Walpole | 2018-03-05 | 1 | -1/+1 |
* | | Merge pull request #32174 from bogdanvlviv/remove-extra-passing-arg-to-run_ro... | Ryuta Kamizono | 2018-03-06 | 1 | -1/+1 |
|\ \ |
|
| * | | Remove extra arg passed to `Rails::Command::RoutesTest#run_routes_command` | bogdanvlviv | 2018-03-05 | 1 | -1/+1 |
| |/ |
|
* | | Merge pull request #32170 from koic/deprecate_safe_level_of_erb_new_in_ruby_2_6 | Ryuta Kamizono | 2018-03-05 | 1 | -1/+6 |
|\ \
| |/
|/| |
|
| * | Deprecate safe_level of `ERB.new` in Ruby 2.6 | Koichi ITO | 2018-03-05 | 1 | -1/+6 |
* | | Fix "NameError: undefined local variable or method `host'" | yuuji.yaginuma | 2018-03-05 | 2 | -1/+7 |
* | | Merge pull request #32058 from gsamokovarov/rails-server-x-option | Kasper Timm Hansen | 2018-03-04 | 8 | -61/+184 |
|\ \ |
|
| * | | Extract Rails::Command::Spellchecker | Genadi Samokovarov | 2018-03-04 | 5 | -41/+65 |
| * | | Introduce explicit rails server handler option | Genadi Samokovarov | 2018-03-04 | 3 | -20/+119 |
| |/ |
|
* / | Fix routes command tests broken in e137831726. | Kasper Timm Hansen | 2018-03-04 | 1 | -23/+16 |
|/ |
|
* | Clean up `RoutesTest` a bit | yuuji.yaginuma | 2018-03-01 | 1 | -8/+6 |
* | Merge pull request #32130 from benoittgt/rake-routes-compact-mode | Rafael França | 2018-02-28 | 4 | -41/+73 |
|\ |
|
| * | Add --expanded option to "rails routes" | Benoit Tigeot | 2018-02-28 | 4 | -41/+73 |
* | | Fix `new_framework_defaults_6_0.rb` | bogdanvlviv | 2018-02-27 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #32121 from benoittgt/move-rails-routes-to-rails-command | Rafael França | 2018-02-27 | 5 | -143/+170 |
|\ |
|
| * | Move rake routes task to rails command | Benoit Tigeot | 2018-02-27 | 5 | -143/+170 |
* | | Don't enforce UTF-8 by default | Andrew White | 2018-02-27 | 6 | -39/+48 |
|/ |
|
* | Remove changelogs for Rails 6.0 since they were backported to `5-2-stable` | bogdanvlviv | 2018-02-26 | 1 | -8/+0 |
* | Use lazy load hook to configure ActiveStorage::Blob | Eugene Kenny | 2018-02-25 | 1 | -0/+12 |