| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix deprecation message for `SOURCE_ANNOTATION_DIRECTORIES` | yuuji.yaginuma | 2018-07-20 | 1 | -1/+1 |
* | Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the future | Ryuta Kamizono | 2018-07-12 | 2 | -2/+0 |
* | Merge pull request #28266 from Stellenticket/allow_disable_server_stdout_logging | Kasper Timm Hansen | 2018-07-08 | 1 | -2/+9 |
|\ |
|
| * | Allow to explicitly specify whether to output Rails' log to stdout | Markus Doits | 2018-07-08 | 1 | -2/+9 |
* | | Fix rubocop offense introduced in 161ed37 | bogdanvlviv | 2018-07-08 | 1 | -1/+1 |
|/ |
|
* | Don't balloon @original_options with --restart on restart. | Kasper Timm Hansen | 2018-07-07 | 1 | -1/+1 |
* | Don't show unneeded deprecation warning on server restart. | Kasper Timm Hansen | 2018-07-07 | 1 | -8/+14 |
* | Remove restart_command leftover from switching to Thor options. | Kasper Timm Hansen | 2018-07-07 | 1 | -4/+0 |
* | Use only snake cased symbols in commands. | Kasper Timm Hansen | 2018-07-07 | 1 | -5/+5 |
* | Merge pull request #32776 from Edouard-chin/ec-as-hooks | Kasper Timm Hansen | 2018-07-05 | 1 | -10/+11 |
|\ |
|
| * | Use testing lazy-load hooks: | Edouard CHIN | 2018-07-04 | 1 | -10/+11 |
* | | Merge pull request #33220 from anniecodes/notes-command | Kasper Timm Hansen | 2018-07-05 | 3 | -18/+56 |
|\ \
| |/
|/| |
|
| * | Port Annotations rake task to use Rails::NotesCommand | Annie-Claude Côté | 2018-07-04 | 2 | -7/+14 |
| * | Adds support to register directories and extensions to NotesCommand | Annie-Claude Côté | 2018-07-04 | 1 | -0/+2 |
| * | Adds a Rails::Command for Notes | Annie-Claude Côté | 2018-07-04 | 1 | -0/+37 |
| * | [ci skip] Update documentation related to `rails notes` | Annie-Claude Côté | 2018-07-03 | 1 | -11/+3 |
* | | Remove old TODO comment | Alberto Almagro | 2018-07-04 | 1 | -1/+0 |
* | | Merge pull request #33054 from jboler/master | Rafael França | 2018-07-03 | 2 | -20/+4 |
|\ \ |
|
| * | | Only execute route updater once on app boot | Jonathan Boler | 2018-06-19 | 2 | -6/+2 |
| * | | Merge branch 'master' of github.com:rails/rails | Jonathan Boler | 2018-06-04 | 1 | -2/+2 |
| |\ \ |
|
| * | | | Eager load routes on rebuild | Jonathan Boler | 2018-06-04 | 1 | -14/+2 |
| | |/
| |/| |
|
* | | | Merge pull request #32706 from yhirano55/fix-app-update-when-hyphenated-name-... | Kasper Timm Hansen | 2018-07-01 | 1 | -5/+9 |
|\ \ \ |
|
| * | | | Fix app:update when hyphenated name is given | Yoshiyuki Hirano | 2018-04-24 | 1 | -5/+9 |
* | | | | Merge pull request #33191 from bogdanvlviv/change-rails_welcome-image-on-loca... | George Claghorn | 2018-06-24 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Changes Rails Welcome image on localhost:3000 | bogdanvlviv | 2018-06-22 | 1 | -1/+1 |
* | | | | | OS X -> macOS [Closes #30313] | Xavier Noria | 2018-06-23 | 1 | -2/+2 |
|/ / / / |
|
* | | | | Merge pull request #33152 from bogdanvlviv/fix-ruby-version-file | Rafael França | 2018-06-18 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Fix Ruby version in `.ruby-version` | bogdanvlviv | 2018-06-18 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* / | | | Remove unused require | yuuji.yaginuma | 2018-06-18 | 1 | -1/+0 |
|/ / / |
|
* | / | Remove unnecessary test | yuuji.yaginuma | 2018-06-03 | 1 | -2/+2 |
| |/
|/| |
|
* | | Merge pull request #30406 from eliotsykes/reduce-spring-watch-calls | Rafael Mendonça França | 2018-05-23 | 1 | -6/+6 |
|\ \ |
|
| * | | Minimize Spring.watch calls | Eliot Sykes | 2017-08-25 | 1 | -6/+6 |
* | | | Merge pull request #32699 from printercu/patch-3 | Rafael França | 2018-05-22 | 1 | -1/+7 |
|\ \ \ |
|
| * | | | Respect NODE_ENV when running `rails yarn:install` | printercu | 2018-04-23 | 1 | -1/+7 |
| | |/
| |/| |
|
* | | | Fix locale selector | aki | 2018-05-19 | 1 | -7/+10 |
* | | | Don't generate yarn's contents in `app:update` task if it's skipped | Tsukuru Tanimichi | 2018-05-16 | 2 | -3/+2 |
* | | | Merge pull request #32837 from ttanimichi/app-update-skip-spring | Yuji Yaginuma | 2018-05-14 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | Don't generate `config/spring.rb` in `app:update` task when spring isn't loaded | Tsukuru Tanimichi | 2018-05-13 | 1 | -0/+1 |
* | | | | Remove unused `remove_file` method | Tsukuru Tanimichi | 2018-05-08 | 1 | -4/+0 |
|/ / / |
|
* | | | Skip `bootsnap` contents in `app:update` task if `bootsnap` is not used | yuuji.yaginuma | 2018-05-07 | 1 | -0/+1 |
* | | | Merge pull request #32780 from ttanimichi/tmp | Yuji Yaginuma | 2018-05-05 | 2 | -1/+5 |
|\ \ \ |
|
| * | | | Don't generate assets' initializer in `app:update` task if sprockets is skipped | Tsukuru Tanimichi | 2018-05-05 | 2 | -1/+5 |
* | | | | Partly revert #32289 to provide Rails' custom fallback in case | utilum | 2018-05-01 | 1 | -2/+49 |
|/ / / |
|
* | | | Merge pull request #32471 from janko-m/use-image_processing-gem | George Claghorn | 2018-04-23 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Use ImageProcessing gem for ActiveStorage variants | Janko Marohnić | 2018-04-18 | 1 | -1/+1 |
* | | | Merge pull request #31554 from fatkodima/controller_generator_suffix | Guillermo Iguaran | 2018-04-22 | 1 | -1/+11 |
|\ \ \ |
|
| * | | | Gracefully handle extra "controller" when generating controller | fatkodima | 2018-03-23 | 1 | -1/+11 |
* | | | | Strip duplicated suffixes more strictly | Ryuta Kamizono | 2018-04-22 | 3 | -3/+3 |
* | | | | Fix duplicated suffix for JobGenerator | Yoshiyuki Hirano | 2018-04-22 | 1 | -0/+5 |
* | | | | Don't include bootsnap by default in apps generated under JRuby | Guillermo Iguaran | 2018-04-20 | 1 | -1/+1 |