| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 3 | -121/+130 |
|\ |
|
| * | 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 | 3 | -121/+123 |
* | | Deriving `secret_key_base` breaks `key_generator` defined in 5.1. | Yoshiyuki Kinjo | 2018-03-31 | 1 | -1/+1 |
* | | 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 | 3 | -52/+9 |
|\ \ |
|
| * | | Use `did_you_mean` spell checker for option suggestions | Genadi Samokovarov | 2018-03-23 | 3 | -52/+9 |
* | | | 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 |
| | |/
| |/| |
|
* / | | 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 |
* | | Rely on Rails::Command's help output. | Kasper Timm Hansen | 2018-03-13 | 1 | -15/+5 |
* | | Extract details to methods to clarify command. | Kasper Timm Hansen | 2018-03-13 | 1 | -8/+12 |
* | | 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 |
* | | 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 #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 | 1 | -1/+1 |
* | | Extract Rails::Command::Spellchecker | Genadi Samokovarov | 2018-03-04 | 4 | -41/+55 |
* | | Introduce explicit rails server handler option | Genadi Samokovarov | 2018-03-04 | 1 | -16/+72 |
|/ |
|
* | Merge pull request #32130 from benoittgt/rake-routes-compact-mode | Rafael França | 2018-02-28 | 1 | -1/+7 |
|\ |
|
| * | Add --expanded option to "rails routes" | Benoit Tigeot | 2018-02-28 | 1 | -1/+7 |
* | | 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 | 3 | -32/+43 |
|\ |
|
| * | Move rake routes task to rails command | Benoit Tigeot | 2018-02-27 | 3 | -32/+43 |
* | | Don't enforce UTF-8 by default | Andrew White | 2018-02-27 | 4 | -31/+14 |
|/ |
|
* | [ci skip] Spell out the full variable in generated code. | Kasper Timm Hansen | 2018-02-24 | 1 | -1/+1 |
* | Correctly set `content_security_policy_nonce_generator` | yuuji.yaginuma | 2018-02-24 | 1 | -1/+1 |
* | Improve generated file `app/assets/javascripts/application.js` of plugin | bogdanvlviv | 2018-02-23 | 1 | -0/+1 |
* | Merge pull request #32089 from bogdanvlviv/fix-plugin-generated-files | Rafael França | 2018-02-22 | 2 | -2/+6 |
|\ |
|
| * | Improve generated file `app/views/application.html.erb` of plugin | bogdanvlviv | 2018-02-23 | 1 | -1/+5 |
| * | Comment `require "active_storage/engine"` in `bin/rails` of plugin if `--skip... | bogdanvlviv | 2018-02-23 | 1 | -1/+1 |
* | | Revert "Merge pull request #32075 from eileencodes/delete-default-configuration" | eileencodes | 2018-02-22 | 1 | -1/+0 |
* | | Revert "Reject empty database yamls" | eileencodes | 2018-02-22 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #32018 from rails/add-nonce-support-to-csp | Andrew White | 2018-02-22 | 4 | -39/+45 |
|\ |
|
| * | Add support for automatic nonce generation for Rails UJS | Andrew White | 2018-02-19 | 4 | -39/+45 |
* | | Reject empty database yamls | eileencodes | 2018-02-22 | 1 | -1/+1 |
* | | Do not add routes when actions are not specified | Yuji Yaginuma | 2018-02-22 | 1 | -0/+1 |
* | | Merge pull request #32075 from eileencodes/delete-default-configuration | Eileen M. Uchitelle | 2018-02-21 | 1 | -0/+1 |
|\ \
| |/
|/| |
|