aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Import Action TextGeorge Claghorn2019-01-042-4/+5
* Merge pull request #34867 from bogdanvlviv/test-actionmailbox-configurationsGeorge Claghorn2019-01-041-0/+71
|\
| * Test Action Mailbox configurationsbogdanvlviv2019-01-041-0/+71
* | Fix `new_framework_defaults_6_0.rb` filebogdanvlviv2019-01-041-1/+1
|/
* Send Active Storage jobs to dedicated queues by defaultGeorge Claghorn2019-01-044-2/+47
* Merge pull request #34816 from bogdanvlviv/add-skip-action-mailbox-option-to-...Rafael Mendonça França2019-01-033-1/+13
|\
| * Add `--skip-action-mailbox` option to `rails new`bogdanvlviv2018-12-283-1/+18
* | Merge pull request #33985 from eugeneius/attribute_methods_schema_cacheKasper Timm Hansen2019-01-031-1/+63
|\ \
| * | Only define attribute methods from schema cacheEugene Kenny2018-09-281-1/+63
* | | Capistrano is no longer a dominant force in the deployment strategy for new appsDavid Heinemeier Hansson2019-01-031-3/+0
* | | Bump license years for 2019Arun Agrawal2018-12-311-1/+1
* | | Add Rake task for testing mailboxesGeorge Claghorn2018-12-303-3/+19
* | | Don't load Action Mailbox when Active Storage is skippedGeorge Claghorn2018-12-292-1/+6
* | | Do not show suggestion message when not exist suggestionyuuji.yaginuma2018-12-294-2/+12
* | | Ensure that the app generator skips action mailbox when `--skip-active-record...bogdanvlviv2018-12-281-0/+5
| |/ |/|
* | Don't load Action Mailbox when Active Record is skippedGeorge Claghorn2018-12-282-2/+7
* | Load Action Mailbox when other components are skippedGeorge Claghorn2018-12-281-0/+1
* | Generate Action Mailbox's API docsGeorge Claghorn2018-12-261-0/+8
* | Import Action MailboxGeorge Claghorn2018-12-255-124/+237
* | No need to handle if FrozenError is availableYasuo Honda2018-12-232-5/+1
* | Fix app boot for Ruby 2.4Eileen Uchitelle2018-12-211-2/+6
* | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-2110-101/+77
* | Module#{attr,attr_accessor,attr_reader,attr_writer} become public since Ruby 2.5Ryuta Kamizono2018-12-212-4/+4
* | Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-211-1/+1
* | Require Ruby 2.5 for Rails 6.Kasper Timm Hansen2018-12-193-6/+6
* | Clarify implicit meaning of 'workers: 2' in parallelization tests.Kasper Timm Hansen2018-12-191-6/+8
* | Add option to set parallel test worker count to the physical core count of th...Bogdan2018-12-182-7/+16
* | Introduce a guard against DNS rebinding attacksGenadi Samokovarov2018-12-157-9/+52
* | Ruby can show a little bit more detailed info in shorter codeAkira Matsuda2018-12-151-1/+1
* | http://localhost:3000/rails/info/properties shows more details for ease of bu...ujihisa2018-12-141-1/+1
* | Do not show post install message on rails newRafael Mendonça França2018-12-132-5/+5
* | Use string for arguments in server testyuuji.yaginuma2018-12-131-2/+2
* | Fix warning: shadowing outer local variable - attributeRyuta Kamizono2018-12-131-1/+1
* | Merge pull request #34691 from gmcgibbon/rm_helper_generator_suffixRyuta Kamizono2018-12-133-0/+16
|\ \
| * | Remove redundant suffixes on generated helpers.Gannon McGibbon2018-12-123-0/+16
* | | Remove redundant suffixes on generated integration tests.Gannon McGibbon2018-12-123-0/+17
|/ /
* | Fix boolean interaction in scaffold system testsGannon McGibbon2018-12-124-3/+22
* | Remove redundant suffixes on generated system tests.Gannon McGibbon2018-12-113-0/+23
* | Upgrade Rubocop to 0.61.1 and fix offensesVinicius Stock2018-12-101-16/+16
* | Add test for reads environment credential file with environment variable keyyuuji.yaginuma2018-12-091-1/+17
* | Abort early if generator command fails (#34420)David Rodríguez2018-12-074-4/+25
* | Improve deprecation message for enqueue returning falseRafael Mendonça França2018-12-052-0/+31
* | Merge pull request #33992 from kirs/enqueue-return-falseRafael França2018-12-051-0/+3
|\ \
| * | Make AJ::Base#enqueue return false if the job wasn't enqueuedKir Shatrov2018-10-281-0/+3
* | | Merge pull request #33882 from mberlanda/mberlanda/as-inheritable-options-int...Rafael França2018-11-302-29/+59
|\ \ \
| * | | chore: implement config_for as ActiveSupport::OrderedOptionsMauro Berlanda2018-10-192-29/+59
* | | | Bump the minimum version of PostgreSQL to 9.3Yasuo Honda2018-11-252-2/+2
* | | | Compile packs before run testyuuji.yaginuma2018-11-221-1/+4
* | | | Homogenize rails help outputAlberto Almagro2018-11-191-9/+10
* | | | Merge pull request #34410 from gmcgibbon/test_support_windowsEileen M. Uchitelle2018-11-191-1/+1
|\ \ \ \