aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/config
Commit message (Expand)AuthorAgeFilesLines
* Let the generated initializers/backtrace_silencers.rb code use Regexp#match?Akira Matsuda2019-07-291-1/+1
* Merge pull request #36747 from y-yagi/add_mention_about_collection_cache_vers...y-yagi2019-07-261-0/+5
|\
| * Add mention about `active_record.collection_cache_versioning` to the `new_fra...yuuji.yaginuma2019-07-241-0/+5
* | Merge pull request #34218 from eliotsykes/filter-common-sensitive-paramsRafael França2019-07-241-1/+3
|\ \
| * | Add common sensitive names to generated filter parametersEliot Sykes2018-11-201-1/+3
| * | Add secret to generated filter parametersEliot Sykes2018-11-201-1/+1
* | | Merge pull request #36542 from spk/add-pidfile-option-to-puma-confRafael França2019-07-231-0/+3
|\ \ \ | |_|/ |/| |
| * | Add pidfile option to puma config templateLaurent Arnoud2019-06-231-0/+3
* | | Preserve existing attachment assignment behavior for upgraded appsGeorge Claghorn2019-07-201-0/+4
* | | Use reserved domain for example configurationJacob Bednarz2019-07-151-1/+1
* | | Adds support for configuring HTTP Feature Policy (#33439)Jacob Bednarz2019-07-101-0/+11
* | | Add the ability to set the CSP nonce only to the specified directivesyuuji.yaginuma2019-06-221-0/+3
|/ /
* | Make `ActionDispatch::Response#content_type` behavior configurableyuuji.yaginuma2019-06-211-0/+3
* | Update the sqlite db yaml template to match others and mention proper support...Vipul A M2019-05-122-2/+2
* | Remove action_controller.perform_caching from api app's configsst00122019-04-242-0/+4
* | generate config.cache_classes = false if SpringXavier Noria2019-04-141-5/+10
* | Rename database_operations config to *_contextJohn Hawthorn2019-02-071-4/+5
* | Remove finalizer and configurationAaron Patterson2019-02-061-3/+0
* | Adds basic automatic database switching to RailsEileen Uchitelle2019-01-301-0/+20
* | Changed webserver to web server.alkesh262019-01-221-1/+1
* | 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
|/ /
* | Merge pull request #34692 from gmcgibbon/use_mail_delivery_job_in_6.0_defaultsRafael França2019-01-091-0/+9
|\ \
| * | Move MailDeliveryJob default to 6.0 defaultsGannon McGibbon2019-01-071-0/+9
* | | Revert "Revert "Merge pull request #34387 from yhirano55/rails_info_propertie...Kasper Timm Hansen2019-01-081-0/+4
* | | Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json"Kasper Timm Hansen2019-01-081-4/+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-061-0/+4
* | | Add `--skip-action-text` option to `rails new`bogdanvlviv2019-01-051-0/+1
* | | Fix `new_framework_defaults_6_0.rb` filebogdanvlviv2019-01-041-1/+1
* | | Send Active Storage jobs to dedicated queues by defaultGeorge Claghorn2019-01-041-2/+6
* | | Don't load Action Mailbox when Active Record is skippedGeorge Claghorn2018-12-281-1/+1
* | | Load Action Mailbox when other components are skippedGeorge Claghorn2018-12-281-0/+1
* | | 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
* | | | Bump the minimum version of PostgreSQL to 9.3Yasuo Honda2018-11-252-2/+2
| |_|/ |/| |
* | | Add `connect_src` example to content security policy initializeryuuji.yaginuma2018-11-041-0/+4
* | | Restore `encoding: utf8mb4` in database.ymlYasuo Honda2018-10-301-0/+1
|/ /
* | Remove node_modules path from assets load paths since we use webpack by defaultbogdanvlviv2018-10-221-4/+0
* | Remove `--skip-yarn` in favor of `--skip-javascript`bogdanvlviv2018-10-221-1/+1
|/
* Make Webpacker the default JavaScript compiler for Rails 6 (#33079)David Heinemeier Hansson2018-09-301-6/+1
* Bump MySQL version requirement to 5.5.8 in the template filesYasuo Honda2018-09-132-2/+2
* Validate if `utf8mb4` character set and longer index key prefix is supportedYasuo Honda2018-09-131-1/+0
* Use utf8mb4 character set by default for MySQL database (#33608)Yasuo Honda2018-09-111-1/+1
* Merge pull request #33773 from mcnelson/null_cache_store_for_test_envGeorge Claghorn2018-09-021-0/+1
|\
| * Set cache store as null_store for test environmentMichael Nelson2018-08-021-0/+1
* | Set the test adapter for the test environment by default in `config/cable.yml`bogdanvlviv2018-08-231-1/+1
* | Purpose Metadata For Signed And Encrypted CookiesAssain2018-08-121-0/+7