| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #32289 from gsamokovarov/did-you-mean-suggestions | Guillermo Iguaran | 2018-03-29 | 3 | -5/+5 |
|\ |
|
| * | Use `did_you_mean` spell checker for option suggestions | Genadi Samokovarov | 2018-03-23 | 3 | -5/+5 |
* | | Fix `test_config_another_database` failure | Ryuta Kamizono | 2018-03-22 | 1 | -2/+2 |
|/ |
|
* | 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 | 1 | -57/+58 |
* | 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 |
* | | Remove extra arg passed to `Rails::Command::RoutesTest#run_routes_command` | bogdanvlviv | 2018-03-05 | 1 | -1/+1 |
|/ |
|
* | Fix "NameError: undefined local variable or method `host'" | yuuji.yaginuma | 2018-03-05 | 1 | -0/+6 |
* | Merge pull request #32058 from gsamokovarov/rails-server-x-option | Kasper Timm Hansen | 2018-03-04 | 2 | -4/+39 |
|\ |
|
| * | Extract Rails::Command::Spellchecker | Genadi Samokovarov | 2018-03-04 | 1 | -0/+10 |
| * | Introduce explicit rails server handler option | Genadi Samokovarov | 2018-03-04 | 1 | -4/+29 |
* | | 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 |
* | Add --expanded option to "rails routes" | Benoit Tigeot | 2018-02-28 | 2 | -40/+47 |
* | Merge pull request #32121 from benoittgt/move-rails-routes-to-rails-command | Rafael França | 2018-02-27 | 2 | -111/+127 |
|\ |
|
| * | Move rake routes task to rails command | Benoit Tigeot | 2018-02-27 | 2 | -111/+127 |
* | | Don't enforce UTF-8 by default | Andrew White | 2018-02-27 | 2 | -8/+34 |
|/ |
|
* | Use lazy load hook to configure ActiveStorage::Blob | Eugene Kenny | 2018-02-25 | 1 | -0/+12 |
* | Improve generated file `app/assets/javascripts/application.js` of plugin | bogdanvlviv | 2018-02-23 | 1 | -1/+5 |
* | Improve generated file `app/views/application.html.erb` of plugin | bogdanvlviv | 2018-02-23 | 1 | -0/+9 |
* | Comment `require "active_storage/engine"` in `bin/rails` of plugin if `--skip... | bogdanvlviv | 2018-02-23 | 1 | -1/+2 |
* | Add cop for preferring 'Foo.method' over 'Foo::method' | Andrew White | 2018-02-22 | 2 | -2/+2 |
* | Do not add routes when actions are not specified | Yuji Yaginuma | 2018-02-22 | 1 | -0/+7 |
* | Ensure that `mini_magick` is absent after `rails new` with `--skip-active-sto... | bogdanvlviv | 2018-02-20 | 1 | -8/+9 |
* | Remove trailing semi-colon from CSP | Andrew White | 2018-02-19 | 1 | -6/+6 |
* | Don't accidentally create an empty CSP | Andrew White | 2018-02-19 | 1 | -2/+28 |
* | Revert "Merge pull request #32045 from eagletmt/skip-csp-header" | Andrew White | 2018-02-19 | 1 | -1/+1 |
* | rubocop single space after assignment | Dixit Patel | 2018-02-19 | 1 | -1/+1 |
* | Fix test method name | Guillermo Iguaran | 2018-02-18 | 1 | -1/+1 |
* | Don't generate empty app/views folder when --api and --skip-action-mailer are... | Guillermo Iguaran | 2018-02-18 | 1 | -0/+17 |
* | Clean up reporter replacement a bit. | Kasper Timm Hansen | 2018-02-18 | 1 | -19/+23 |
* | Skip generating empty CSP header when no policy is configured | Kohei Suzuki | 2018-02-18 | 1 | -1/+1 |
* | Multipart file uploads are very rare in API only apps so don't include Rack::... | Guillermo Iguaran | 2018-02-17 | 1 | -2/+1 |
* | Merge pull request #32002 from y-yagi/fix_set_serializer | Rafael França | 2018-02-17 | 1 | -0/+12 |
|\ |
|
| * | Fix custome serializer setting | Yuji Yaginuma | 2018-02-16 | 1 | -0/+12 |
* | | Merge pull request #31901 from Kevinrob/patch-1 | Rafael França | 2018-02-16 | 1 | -0/+38 |
|\ \ |
|
| * | | Add SuppressedSummaryReporter and TestUnitReporter only if necessary | Kevin Robatel | 2018-02-15 | 1 | -0/+38 |
| |/ |
|
* | | 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 |