| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #34816 from bogdanvlviv/add-skip-action-mailbox-option-to-... | Rafael Mendonça França | 2019-01-03 | 1 | -1/+4 |
|\ |
|
| * | Add `--skip-action-mailbox` option to `rails new` | bogdanvlviv | 2018-12-28 | 1 | -1/+4 |
* | | Capistrano is no longer a dominant force in the deployment strategy for new apps | David Heinemeier Hansson | 2019-01-03 | 1 | -3/+0 |
* | | Add Rake task for testing mailboxes | George Claghorn | 2018-12-30 | 1 | -1/+1 |
* | | Don't load Action Mailbox when Active Storage is skipped | George Claghorn | 2018-12-29 | 1 | -1/+1 |
* | | Do not show suggestion message when not exist suggestion | yuuji.yaginuma | 2018-12-29 | 2 | -2/+5 |
|/ |
|
* | Don't load Action Mailbox when Active Record is skipped | George Claghorn | 2018-12-28 | 2 | -2/+7 |
* | Load Action Mailbox when other components are skipped | George Claghorn | 2018-12-28 | 1 | -0/+1 |
* | Generate Action Mailbox's API docs | George Claghorn | 2018-12-26 | 1 | -0/+8 |
* | Import Action Mailbox | George Claghorn | 2018-12-25 | 1 | -0/+1 |
* | Fix app boot for Ruby 2.4 | Eileen Uchitelle | 2018-12-21 | 1 | -2/+6 |
* | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block | Ryuta Kamizono | 2018-12-21 | 2 | -10/+6 |
* | Require Ruby 2.5 for Rails 6. | Kasper Timm Hansen | 2018-12-19 | 1 | -3/+3 |
* | Add option to set parallel test worker count to the physical core count of th... | Bogdan | 2018-12-18 | 1 | -2/+2 |
* | Introduce a guard against DNS rebinding attacks | Genadi Samokovarov | 2018-12-15 | 4 | -3/+7 |
* | Ruby can show a little bit more detailed info in shorter code | Akira Matsuda | 2018-12-15 | 1 | -1/+1 |
* | http://localhost:3000/rails/info/properties shows more details for ease of bu... | ujihisa | 2018-12-14 | 1 | -1/+1 |
* | Do not show post install message on rails new | Rafael Mendonça França | 2018-12-13 | 1 | -4/+4 |
* | Fix warning: shadowing outer local variable - attribute | Ryuta Kamizono | 2018-12-13 | 1 | -1/+1 |
* | Merge pull request #34691 from gmcgibbon/rm_helper_generator_suffix | Ryuta Kamizono | 2018-12-13 | 1 | -0/+5 |
|\ |
|
| * | Remove redundant suffixes on generated helpers. | Gannon McGibbon | 2018-12-12 | 1 | -0/+5 |
* | | Remove redundant suffixes on generated integration tests. | Gannon McGibbon | 2018-12-12 | 1 | -0/+6 |
|/ |
|
* | Fix boolean interaction in scaffold system tests | Gannon McGibbon | 2018-12-12 | 2 | -0/+13 |
* | Remove redundant suffixes on generated system tests. | Gannon McGibbon | 2018-12-11 | 1 | -0/+5 |
* | Upgrade Rubocop to 0.61.1 and fix offenses | Vinicius Stock | 2018-12-10 | 1 | -16/+16 |
* | Abort early if generator command fails (#34420) | David Rodríguez | 2018-12-07 | 1 | -1/+4 |
* | Improve deprecation message for enqueue returning false | Rafael Mendonça França | 2018-12-05 | 1 | -0/+4 |
* | Merge pull request #33992 from kirs/enqueue-return-false | Rafael França | 2018-12-05 | 1 | -0/+3 |
|\ |
|
| * | Make AJ::Base#enqueue return false if the job wasn't enqueued | Kir Shatrov | 2018-10-28 | 1 | -0/+3 |
* | | Merge pull request #33882 from mberlanda/mberlanda/as-inheritable-options-int... | Rafael França | 2018-11-30 | 1 | -3/+5 |
|\ \ |
|
| * | | chore: implement config_for as ActiveSupport::OrderedOptions | Mauro Berlanda | 2018-10-19 | 1 | -3/+5 |
* | | | Bump the minimum version of PostgreSQL to 9.3 | Yasuo Honda | 2018-11-25 | 2 | -2/+2 |
* | | | Homogenize rails help output | Alberto Almagro | 2018-11-19 | 1 | -9/+10 |
* | | | Merge pull request #34410 from gmcgibbon/test_support_windows | Eileen M. Uchitelle | 2018-11-19 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Windows support for parallelization and instrumenter | Gannon McGibbon | 2018-11-08 | 1 | -1/+1 |
* | | | | Fix a method call in bin/setup file | Nihad Abbasov | 2018-11-15 | 1 | -1/+1 |
* | | | | Merge pull request #34400 from gmcgibbon/rm_autoload_app_javascripts | Rafael França | 2018-11-13 | 2 | -10/+22 |
|\ \ \ \ |
|
| * | | | | Remove asset paths from eager_load_paths and autoload_paths | Gannon McGibbon | 2018-11-09 | 2 | -10/+22 |
| |/ / / |
|
* / / / | add a nice alias for the --webpack option | Alessandro Rodi | 2018-11-13 | 1 | -2/+2 |
|/ / / |
|
* | | | Merge pull request #34387 from yhirano55/rails_info_properties_json | Ryuta Kamizono | 2018-11-07 | 2 | -2/+14 |
|\ \ \ |
|
| * | | | Add JSON support to rails properties route (`/rails/info/properties`). | Yoshiyuki Hirano | 2018-11-07 | 2 | -2/+14 |
* | | | | Add `connect_src` example to content security policy initializer | yuuji.yaginuma | 2018-11-04 | 1 | -0/+4 |
|/ / / |
|
* | | | Keep new line after the last dependency | yuuji.yaginuma | 2018-11-04 | 1 | -1/+1 |
* | | | Restore `encoding: utf8mb4` in database.yml | Yasuo Honda | 2018-10-30 | 1 | -0/+1 |
| |/
|/| |
|
* | | Do not need to mention the method that is being called in the exception | Rafael Mendonça França | 2018-10-23 | 1 | -1/+1 |
* | | Merge pull request #34275 from bogdanvlviv/skip_yarn-to-skip_javascript | Rafael França | 2018-10-23 | 8 | -19/+12 |
|\ \ |
|
| * | | Remove node_modules path from assets load paths since we use webpack by default | bogdanvlviv | 2018-10-22 | 1 | -4/+0 |
| * | | Remove `--skip-yarn` in favor of `--skip-javascript` | bogdanvlviv | 2018-10-22 | 8 | -16/+13 |
* | | | Add missing dot in comment in .gitignore template | Jochem Schulenklopper | 2018-10-22 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #34279 from bogdanvlviv/remove-extra-remove_file-skip_acti... | Ryuta Kamizono | 2018-10-22 | 1 | -1/+0 |
|\ \ |
|