aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #33962 from kaspth/restructure-environment-credentialsKasper Timm Hansen2019-01-147-114/+122
|\
| * Restructure credentials after environment overrides.Kasper Timm Hansen2019-01-147-114/+122
* | Add connection_test to app generatorVladimir Dementyev2019-01-133-0/+18
* | Add channel test generatorVladimir Dementyev2019-01-131-0/+14
|/
* Add Exim and Qmail support to Action MailboxGeorge Claghorn2019-01-122-10/+8
* Merge pull request #34913 from bogdanvlviv/docs_config_action_mailer_delivery...Gannon McGibbon2019-01-111-2/+2
|\
| * Add info about `config.action_mailer.delivery_job` to the guide [ci skip]bogdanvlviv2019-01-111-2/+2
* | Replace `secrets` with `credentials` in commentsokuramasafumi2019-01-119-9/+9
* | Move all npm packages to @rails scopeJavan Makhmali2019-01-104-9/+9
|/
* Merge pull request #34907 from wildbit/actionmailbox-postmarkGeorge Claghorn2019-01-092-33/+43
|\
| * Added Postmark ingress supportTomek Maszkowski2019-01-092-33/+43
* | Merge pull request #34692 from gmcgibbon/use_mail_delivery_job_in_6.0_defaultsRafael França2019-01-093-0/+40
|\ \ | |/ |/|
| * Move MailDeliveryJob default to 6.0 defaultsGannon McGibbon2019-01-073-0/+40
* | Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904)Ryuta Kamizono2019-01-092-5/+5
* | Preserve Bundle configuration during app generation (#34755)Marco Costa2019-01-093-9/+33
* | Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json"Kasper Timm Hansen2019-01-085-37/+2
* | Revert "Revert "Merge pull request #34387 from yhirano55/rails_info_propertie...Kasper Timm Hansen2019-01-083-0/+18
* | Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json"Kasper Timm Hansen2019-01-083-18/+0
* | Merge pull request #34132 from ConfusedVorlon/enable_fragment_cache_log_in_devRafael França2019-01-081-0/+1
|\ \ | |/ |/|
| * enable_fragment_cache_loggingRob Jonson2018-10-091-0/+1
* | Revert "Remove node_modules path from assets load paths since we use webpack ...bogdanvlviv2019-01-062-0/+9
* | Merge pull request #34865 from cbandy/node_rails_envGeorge Claghorn2019-01-051-2/+1
|\ \
| * | Respect Rails.env when running `rails yarn:install`Chris Bandy2019-01-041-2/+1
* | | Add `--skip-action-text` option to `rails new`bogdanvlviv2019-01-054-1/+27
* | | Generate Action Text's API docsGeorge Claghorn2019-01-041-0/+8
* | | 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