| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | Merge pull request #34867 from bogdanvlviv/test-actionmailbox-configurations | George Claghorn | 2019-01-04 | 1 | -0/+71 |
|\ \ \ \ |
|
| * | | | | Test Action Mailbox configurations | bogdanvlviv | 2019-01-04 | 1 | -0/+71 |
| |/ / / |
|
* / / / | Fix `new_framework_defaults_6_0.rb` file | bogdanvlviv | 2019-01-04 | 1 | -1/+1 |
|/ / / |
|
* | | | Send Active Storage jobs to dedicated queues by default | George Claghorn | 2019-01-04 | 4 | -2/+47 |
* | | | Merge pull request #34816 from bogdanvlviv/add-skip-action-mailbox-option-to-... | Rafael Mendonça França | 2019-01-03 | 3 | -1/+13 |
|\ \ \ |
|
| * | | | Add `--skip-action-mailbox` option to `rails new` | bogdanvlviv | 2018-12-28 | 3 | -1/+18 |
* | | | | Merge pull request #33985 from eugeneius/attribute_methods_schema_cache | Kasper Timm Hansen | 2019-01-03 | 1 | -1/+63 |
|\ \ \ \ |
|
| * | | | | Only define attribute methods from schema cache | Eugene Kenny | 2018-09-28 | 1 | -1/+63 |
* | | | | | Capistrano is no longer a dominant force in the deployment strategy for new apps | David Heinemeier Hansson | 2019-01-03 | 1 | -3/+0 |
* | | | | | Bump license years for 2019 | Arun Agrawal | 2018-12-31 | 1 | -1/+1 |
* | | | | | Add Rake task for testing mailboxes | George Claghorn | 2018-12-30 | 3 | -3/+19 |
* | | | | | Don't load Action Mailbox when Active Storage is skipped | George Claghorn | 2018-12-29 | 2 | -1/+6 |
* | | | | | Do not show suggestion message when not exist suggestion | yuuji.yaginuma | 2018-12-29 | 4 | -2/+12 |
* | | | | | Ensure that the app generator skips action mailbox when `--skip-active-record... | bogdanvlviv | 2018-12-28 | 1 | -0/+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 | 5 | -124/+237 |
| |_|/
|/| | |
|
* | | | No need to handle if FrozenError is available | Yasuo Honda | 2018-12-23 | 2 | -5/+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 | 10 | -101/+77 |
* | | | Module#{attr,attr_accessor,attr_reader,attr_writer} become public since Ruby 2.5 | Ryuta Kamizono | 2018-12-21 | 2 | -4/+4 |
* | | | Module#{define_method,alias_method,undef_method,remove_method} become public ... | Ryuta Kamizono | 2018-12-21 | 1 | -1/+1 |
* | | | Require Ruby 2.5 for Rails 6. | Kasper Timm Hansen | 2018-12-19 | 3 | -6/+6 |
* | | | Clarify implicit meaning of 'workers: 2' in parallelization tests. | Kasper Timm Hansen | 2018-12-19 | 1 | -6/+8 |
* | | | Add option to set parallel test worker count to the physical core count of th... | Bogdan | 2018-12-18 | 2 | -7/+16 |
* | | | Introduce a guard against DNS rebinding attacks | Genadi Samokovarov | 2018-12-15 | 7 | -9/+52 |
* | | | 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 | 2 | -5/+5 |
* | | | Use string for arguments in server test | yuuji.yaginuma | 2018-12-13 | 1 | -2/+2 |
* | | | 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 | 3 | -0/+16 |
|\ \ \ |
|
| * | | | Remove redundant suffixes on generated helpers. | Gannon McGibbon | 2018-12-12 | 3 | -0/+16 |
* | | | | Remove redundant suffixes on generated integration tests. | Gannon McGibbon | 2018-12-12 | 3 | -0/+17 |
|/ / / |
|
* | | | Fix boolean interaction in scaffold system tests | Gannon McGibbon | 2018-12-12 | 4 | -3/+22 |
* | | | Remove redundant suffixes on generated system tests. | Gannon McGibbon | 2018-12-11 | 3 | -0/+23 |
* | | | Upgrade Rubocop to 0.61.1 and fix offenses | Vinicius Stock | 2018-12-10 | 1 | -16/+16 |
* | | | Add test for reads environment credential file with environment variable key | yuuji.yaginuma | 2018-12-09 | 1 | -1/+17 |
* | | | Abort early if generator command fails (#34420) | David Rodríguez | 2018-12-07 | 4 | -4/+25 |
* | | | Improve deprecation message for enqueue returning false | Rafael Mendonça França | 2018-12-05 | 2 | -0/+31 |
* | | | 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 | 2 | -29/+59 |
|\ \ \ \ |
|
| * | | | | chore: implement config_for as ActiveSupport::OrderedOptions | Mauro Berlanda | 2018-10-19 | 2 | -29/+59 |
* | | | | | Bump the minimum version of PostgreSQL to 9.3 | Yasuo Honda | 2018-11-25 | 2 | -2/+2 |
* | | | | | Compile packs before run test | yuuji.yaginuma | 2018-11-22 | 1 | -1/+4 |
* | | | | | 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 |