| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #33819 from kevindew/yarn-path | Rafael França | 2018-09-11 | 1 | -1/+1 |
|\ |
|
| * | Run yarn install relative to Rails.root | Kevin Dew | 2018-09-07 | 1 | -1/+1 |
* | | Merge pull request #33483 from DylanReile/master | Rafael França | 2018-09-11 | 1 | -0/+2 |
|\ \ |
|
| * | | Disable content security policy for mailer previews | Dylan Reile | 2018-07-30 | 1 | -0/+2 |
* | | | Merge pull request #33815 from mberlanda/mberlanda/enhance-config-for | Rafael França | 2018-09-11 | 1 | -1/+4 |
|\ \ \ |
|
| * | | | refacto: config_for with ActiveSupport::InheritableOptions and symbolized keys | Mauro Berlanda | 2018-09-11 | 1 | -1/+4 |
| | |/
| |/| |
|
* | | | use "minitest" consistently | Xavier Noria | 2018-09-11 | 2 | -4/+3 |
* | | | Use utf8mb4 character set by default for MySQL database (#33608) | Yasuo Honda | 2018-09-11 | 1 | -1/+1 |
|/ / |
|
* | | Use canonical name for block local | yuuji.yaginuma | 2018-09-07 | 1 | -12/+12 |
* | | Generate a gem that can't be pushed to Rubygems.org by default | Rafael Mendonça França | 2018-09-06 | 1 | -0/+9 |
* | | Respect config setting when output deprecation notice in rake tasks | yuuji.yaginuma | 2018-09-04 | 3 | -5/+5 |
* | | Merge pull request #33773 from mcnelson/null_cache_store_for_test_env | George Claghorn | 2018-09-02 | 1 | -0/+1 |
|\ \ |
|
| * | | Set cache store as null_store for test environment | Michael Nelson | 2018-08-02 | 1 | -0/+1 |
* | | | Merge pull request #33743 from steakknife/steakknife/improve-template-generat... | Rafael França | 2018-08-31 | 1 | -15/+41 |
|\ \ \ |
|
| * | | | add github to template actions, light DSL refactor | Barry Allard | 2018-08-30 | 1 | -15/+41 |
* | | | | Emit warning for unknown inflection rule when generating model. | Yoshiyuki Kinjo | 2018-08-31 | 1 | -1/+8 |
* | | | | Merge pull request #33748 from eileencodes/fix-erb-loading-issue-with-db-yaml | Eileen M. Uchitelle | 2018-08-29 | 1 | -12/+0 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Drop load_database_yaml and fix test | Eileen Uchitelle | 2018-08-29 | 1 | -12/+0 |
* | | | | Generate the same value as a label of view in system test template | yuuji.yaginuma | 2018-08-29 | 1 | -2/+2 |
|/ / / |
|
* | | | Merge pull request #33703 from bogdanvlviv/follow-up-33659 | George Claghorn | 2018-08-23 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Set the test adapter for the test environment by default in `config/cable.yml` | bogdanvlviv | 2018-08-23 | 1 | -1/+1 |
* | | | | Merge pull request #33696 from bogdanvlviv/follow-up-44007c070 | Kasper Timm Hansen | 2018-08-23 | 4 | -10/+10 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Use `say`/`error` instead of `puts`/`$stderr.puts` | bogdanvlviv | 2018-08-22 | 4 | -10/+10 |
* | | | | Merge pull request #33697 from bogdanvlviv/rails-command-help-show-description | Rafael França | 2018-08-22 | 2 | -2/+5 |
|\ \ \ \ |
|
| * | | | | Fix `rails initializers --help` and `rails dev:cache --help` | bogdanvlviv | 2018-08-22 | 2 | -2/+5 |
| |/ / / |
|
* / / / | Remove `rake initializers` from rake tasks list | bogdanvlviv | 2018-08-22 | 1 | -1/+0 |
|/ / / |
|
* | | | Make `rake routes` deprecate before deleting | yuuji.yaginuma | 2018-08-20 | 2 | -0/+10 |
* | | | Don't put up with not saying it. | Kasper Timm Hansen | 2018-08-19 | 1 | -1/+1 |
* | | | Merge pull request #33631 from anniecodes/initializers-command | Kasper Timm Hansen | 2018-08-19 | 2 | -4/+22 |
|\ \ \ |
|
| * | | | Update 'rake initializers' to use Rails::Command under the hood | Annie-Claude Côté | 2018-08-16 | 1 | -4/+6 |
| * | | | Move 'rails initializers' command to Rails::Command | Annie-Claude Côté | 2018-08-16 | 1 | -0/+16 |
* | | | | Enable Style/ParenthesesAroundCondition cop | Ryuta Kamizono | 2018-08-19 | 1 | -2/+2 |
|/ / / |
|
* | | | Do not show deprecate task in the task list | yuuji.yaginuma | 2018-08-16 | 1 | -1/+0 |
* | | | Merge pull request #33499 from lsylvester/caller-ignore-paths | Kasper Timm Hansen | 2018-08-15 | 1 | -12/+0 |
|\ \ \ |
|
| * | | | Use backtrace cleaner to clean up backtrace for verbose query logs | Lachlan Sylvester | 2018-08-14 | 1 | -12/+0 |
* | | | | Merge pull request #33559 from anniecodes/dev-task | Kasper Timm Hansen | 2018-08-15 | 2 | -2/+18 |
|\ \ \ \ |
|
| * | | | | Have `bin:rake dev:cache` use the Dev Rails Command under the hood | Annie-Claude Côté | 2018-08-13 | 1 | -2/+4 |
| * | | | | Adds Rails:Command for `dev:cache` that has the same behaviour as the rake task | Annie-Claude Côté | 2018-08-13 | 1 | -0/+14 |
| |/ / / |
|
* / / / | Use `Array#extract!` where possible | bogdanvlviv | 2018-08-14 | 1 | -1/+2 |
|/ / / |
|
* | | | Purpose Metadata For Signed And Encrypted Cookies | Assain | 2018-08-12 | 3 | -0/+12 |
* | | | Merge pull request #33587 from bogdanvlviv/follow-up-33202 | Kasper Timm Hansen | 2018-08-11 | 1 | -3/+2 |
|\ \ \ |
|
| * | | | `bundle binstubs bundler` should be executed after `bundle install` | bogdanvlviv | 2018-08-11 | 1 | -3/+2 |
* | | | | Make active job name prefix static since Rails.env will always be the same | Vinicius Stock | 2018-08-11 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge pull request #33202 from deivid-rodriguez/bundler_binstubs | Eileen M. Uchitelle | 2018-08-11 | 3 | -2/+8 |
|\ \ \ |
|
| * | | | Generate bundler-compatible bundler binstub | David Rodríguez | 2018-06-23 | 3 | -2/+8 |
* | | | | 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 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | Log the remote IP addr of clients behind a proxy | Atul Bhosale | 2018-07-31 | 1 | -1/+1 |
| |/
|/| |
|
* | | 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 | 5 | -18/+6 |
|\ \ |
|