| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Drop load_database_yaml and fix test | Eileen Uchitelle | 2018-08-29 | 1 | -3/+7 |
* | | | Merge pull request #33718 from kddeisz/permit-list | Matthew Draper | 2018-08-29 | 1 | -2/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | Permit list usage cleanup and clearer documentation | Kevin Deisz | 2018-08-27 | 1 | -2/+2 |
| * | | Convert over the rest of the blacklist references | Kevin Deisz | 2018-08-24 | 1 | -2/+2 |
| |/ |
|
* / | Generate the same value as a label of view in system test template | yuuji.yaginuma | 2018-08-29 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #33660 from y-yagi/follow_up_32121 | Richard Schneeman | 2018-08-21 | 1 | -0/+44 |
|\ |
|
| * | Make `rake routes` deprecate before deleting | yuuji.yaginuma | 2018-08-20 | 1 | -0/+44 |
* | | Fix `rails routes -c` for controller name consists of multiple word. | Yoshiyuki Kinjo | 2018-08-20 | 1 | -22/+64 |
|/ |
|
* | Update 'rake initializers' to use Rails::Command under the hood | Annie-Claude Côté | 2018-08-16 | 1 | -0/+42 |
* | Move 'rails initializers' command to Rails::Command | Annie-Claude Côté | 2018-08-16 | 1 | -0/+32 |
* | Merge pull request #33499 from lsylvester/caller-ignore-paths | Kasper Timm Hansen | 2018-08-15 | 1 | -16/+0 |
|\ |
|
| * | Use backtrace cleaner to clean up backtrace for verbose query logs | Lachlan Sylvester | 2018-08-14 | 1 | -16/+0 |
* | | Have `bin:rake dev:cache` use the Dev Rails Command under the hood | Annie-Claude Côté | 2018-08-13 | 1 | -15/+28 |
* | | Adds Rails:Command for `dev:cache` that has the same behaviour as the rake task | Annie-Claude Côté | 2018-08-13 | 1 | -0/+65 |
|/ |
|
* | Purpose Metadata For Signed And Encrypted Cookies | Assain | 2018-08-12 | 2 | -10/+10 |
* | `bundle binstubs bundler` should be executed after `bundle install` | bogdanvlviv | 2018-08-11 | 1 | -1/+1 |
* | Merge pull request #33202 from deivid-rodriguez/bundler_binstubs | Eileen M. Uchitelle | 2018-08-11 | 2 | -30/+21 |
|\ |
|
| * | Generate bundler-compatible bundler binstub | David Rodríguez | 2018-06-23 | 2 | -4/+6 |
| * | 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 |
* | | Ensure that running tests in parallel doesn't display schema load output | bogdanvlviv | 2018-08-08 | 1 | -0/+18 |
* | | update BacktraceCleaner::RENDER_TEMPLATE_PATTERN to match the ActionView::Tem... | Lachlan Sylvester | 2018-08-07 | 1 | -0/+7 |
* | | 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 | 1 | -0/+6 |
* | | Merge pull request #32381 from q-centrix/update-codeclimate-configs | Richard Schneeman | 2018-07-25 | 2 | -10/+7 |
|\ \ |
|
| * | | Turn on performance based cops | Dillon Welch | 2018-07-23 | 2 | -10/+7 |
* | | | Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com... | Matthew Draper | 2018-07-25 | 6 | -12/+12 |
|\ \ \
| |/ /
|/| | |
|
| * | | Show rails instead of bin/rails on USAGE instructions | Alberto Almagro | 2018-07-06 | 4 | -9/+9 |
| * | | Recommend use of rails over bin/rails | Alberto Almagro | 2018-07-06 | 3 | -3/+3 |
* | | | Clarify `railties/test/application/rake/notes_test.rb` | bogdanvlviv | 2018-07-21 | 1 | -59/+58 |
* | | | Fix deprecation message for `SOURCE_ANNOTATION_DIRECTORIES` | yuuji.yaginuma | 2018-07-20 | 1 | -0/+3 |
* | | | Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the future | Ryuta Kamizono | 2018-07-12 | 1 | -1/+0 |
* | | | Allow to explicitly specify whether to output Rails' log to stdout | Markus Doits | 2018-07-08 | 1 | -0/+12 |
* | | | Don't show unneeded deprecation warning on server restart. | Kasper Timm Hansen | 2018-07-07 | 1 | -3/+2 |
|/ / |
|
* | | 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 | 1 | -0/+128 |
|\ \ |
|
| * | | Adds support to register directories and extensions to NotesCommand | Annie-Claude Côté | 2018-07-04 | 1 | -0/+44 |
| * | | Adds a Rails::Command for Notes | Annie-Claude Côté | 2018-07-04 | 1 | -0/+84 |
* | | | Merge pull request #32706 from yhirano55/fix-app-update-when-hyphenated-name-... | Kasper Timm Hansen | 2018-07-01 | 1 | -0/+24 |
|\ \ \ |
|
| * | | | Fix app:update when hyphenated name is given | Yoshiyuki Hirano | 2018-04-24 | 1 | -0/+24 |
* | | | | 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 | 1 | -1/+1 |
* | | | Fix Ruby version in `.ruby-version` | bogdanvlviv | 2018-06-18 | 1 | -1/+7 |
* | | | Include `ActiveSupport::Testing::MethodCallAssertions` in `railties/test/isol... | bogdanvlviv | 2018-06-09 | 2 | -2/+2 |
* | | | Remove unnecessary test | yuuji.yaginuma | 2018-06-03 | 1 | -6/+0 |
| |/
|/| |
|
* | | Enable `Lint/StringConversionInInterpolation` rubocop rule | Ryuta Kamizono | 2018-05-21 | 1 | -1/+1 |
* | | Add test case that configure `config.action_view.finalize_compiled_template_m... | yuuji.yaginuma | 2018-05-20 | 1 | -0/+17 |
* | | Don't generate yarn's contents in `app:update` task if it's skipped | Tsukuru Tanimichi | 2018-05-16 | 1 | -0/+21 |
* | | Merge pull request #32837 from ttanimichi/app-update-skip-spring | Yuji Yaginuma | 2018-05-14 | 1 | -0/+11 |
|\ \ |
|
| * | | Don't generate `config/spring.rb` in `app:update` task when spring isn't loaded | Tsukuru Tanimichi | 2018-05-13 | 1 | -0/+11 |