| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | Generate bundler-compatible bundler binstub | David Rodríguez | 2018-06-23 | 5 | -6/+14 |
| * | | | Improve readability of some specs | David Rodríguez | 2018-06-23 | 1 | -9/+9 |
| * | | | Factor out some common bundler mocking logic | David Rodríguez | 2018-06-23 | 1 | -20/+9 |
* | | | | Merge pull request #33553 from bogdanvlviv/ensure-load_schema-does_not-output... | Eileen M. Uchitelle | 2018-08-11 | 1 | -0/+18 |
|\ \ \ \ |
|
| * | | | | Ensure that running tests in parallel doesn't display schema load output | bogdanvlviv | 2018-08-08 | 1 | -0/+18 |
* | | | | | Fix the obvious typos detected by github.com/client9/misspell | Kazuhiro Sera | 2018-08-08 | 1 | -1/+1 |
|/ / / / |
|
* | | | | update BacktraceCleaner::RENDER_TEMPLATE_PATTERN to match the ActionView::Tem... | Lachlan Sylvester | 2018-08-07 | 2 | -1/+8 |
* | | | | Filter backtrace in test to ensure irb counts as user code | Lachlan Sylvester | 2018-08-06 | 1 | -5/+6 |
| |/ /
|/| | |
|
* | | | Log the remote IP addr of clients behind a proxy | Atul Bhosale | 2018-07-31 | 2 | -1/+7 |
| |/
|/| |
|
* | | 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 |
|\ \ \ \ \ |
|