| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable Start/EndWith and RegexpMatch cops | Bart de Water | 2018-07-28 | 7 | -9/+9 |
* | Merge pull request #32381 from q-centrix/update-codeclimate-configs | Richard Schneeman | 2018-07-25 | 7 | -28/+13 |
|\ |
|
| * | Turn on performance based cops | Dillon Welch | 2018-07-23 | 7 | -28/+13 |
* | | Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com... | Matthew Draper | 2018-07-25 | 17 | -30/+30 |
|\ \ |
|
| * | | Show rails instead of bin/rails on USAGE instructions | Alberto Almagro | 2018-07-06 | 6 | -11/+11 |
| * | | Recommend use of rails over bin/rails | Alberto Almagro | 2018-07-06 | 12 | -19/+19 |
* | | | Rails guides are now served over https | Paul McMahon | 2018-07-24 | 13 | -16/+16 |
| |/
|/| |
|
* | | Merge pull request #33403 from bogdanvlviv/clarify-test_notes_finds_notes_in_... | Kasper Timm Hansen | 2018-07-22 | 1 | -59/+58 |
|\ \ |
|
| * | | Clarify `railties/test/application/rake/notes_test.rb` | bogdanvlviv | 2018-07-21 | 1 | -59/+58 |
* | | | Merge pull request #32984 from chiraggshah/min-thread-env-variable | Richard Schneeman | 2018-07-21 | 1 | -2/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | Modified the changes to make it backward compatible | Chirag Shah | 2018-07-21 | 1 | -1/+1 |
| * | | Separate min and max threads count for puma | Chirag Shah | 2018-05-25 | 1 | -2/+3 |
* | | | Fix deprecation message for `SOURCE_ANNOTATION_DIRECTORIES` | yuuji.yaginuma | 2018-07-20 | 2 | -1/+4 |
* | | | Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the future | Ryuta Kamizono | 2018-07-12 | 3 | -3/+0 |
* | | | Merge pull request #33308 from anniecodes/notes-command-changelog | Rafael França | 2018-07-09 | 1 | -0/+19 |
|\ \ \ |
|
| * | | | Add deprecations related to `rails notes` command to Changelog | Annie-Claude Côté | 2018-07-09 | 1 | -0/+19 |
| | |/
| |/| |
|
* | | | Merge pull request #28266 from Stellenticket/allow_disable_server_stdout_logging | Kasper Timm Hansen | 2018-07-08 | 2 | -2/+21 |
|\ \ \ |
|
| * | | | Allow to explicitly specify whether to output Rails' log to stdout | Markus Doits | 2018-07-08 | 2 | -2/+21 |
* | | | | 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 | 2 | -11/+16 |
* | | | 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 |
* | | | Make NotesCommand tests more performant by getting rid of unecessary map | Annie-Claude Côté | 2018-07-05 | 1 | -12/+12 |
* | | | Merge pull request #33220 from anniecodes/notes-command | Kasper Timm Hansen | 2018-07-05 | 4 | -18/+184 |
|\ \ \
| |/ /
|/| | |
|
| * | | 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 | 2 | -0/+46 |
| * | | Adds a Rails::Command for Notes | Annie-Claude Côté | 2018-07-04 | 2 | -0/+121 |
| * | | [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 | 2 | -8/+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 | 2 | -5/+33 |
|\ \ \ |
|
| * | | | Fix app:update when hyphenated name is given | Yoshiyuki Hirano | 2018-04-24 | 2 | -5/+33 |
* | | | | Fix assignment of TESTOPTS in railties test task | utilum | 2018-07-01 | 1 | -1/+3 |
* | | | | Enable TESTOPTS in railties tests | utilum | 2018-06-26 | 1 | -1/+1 |
* | | | | 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 |
* | | | | | Add an assertion that `credentials:edit` works when `RAILS_MASTER_KEY` env is... | yuuji.yaginuma | 2018-06-24 | 1 | -1/+1 |
* | | | | | OS X -> macOS [Closes #30313] | Xavier Noria | 2018-06-23 | 2 | -3/+3 |
|/ / / / |
|
* | | | | Merge pull request #33152 from bogdanvlviv/fix-ruby-version-file | Rafael França | 2018-06-18 | 2 | -2/+8 |
|\ \ \ \ |
|
| * | | | | Fix Ruby version in `.ruby-version` | bogdanvlviv | 2018-06-18 | 2 | -2/+8 |
* | | | | | Remove unused require | yuuji.yaginuma | 2018-06-18 | 1 | -1/+0 |
|/ / / / |
|
* | | / | Include `ActiveSupport::Testing::MethodCallAssertions` in `railties/test/isol... | bogdanvlviv | 2018-06-09 | 2 | -2/+2 |
| |_|/
|/| | |
|
* | | | Remove unnecessary test | yuuji.yaginuma | 2018-06-03 | 2 | -8/+2 |
| |/
|/| |
|
* | | Merge pull request #30406 from eliotsykes/reduce-spring-watch-calls | Rafael Mendonça França | 2018-05-23 | 1 | -6/+6 |
|\ \ |
|