aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/config/initializers
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
* | 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
* | Add info about `config.action_mailer.delivery_job` to the guide [ci skip]bogdanvlviv2019-01-111-2/+2
* | Move MailDeliveryJob default to 6.0 defaultsGannon McGibbon2019-01-071-0/+9
* | Revert "Remove node_modules path from assets load paths since we use webpack ...bogdanvlviv2019-01-061-0/+4
* | 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
* | 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
* | Add `connect_src` example to content security policy initializeryuuji.yaginuma2018-11-041-0/+4
|/
* 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
* Purpose Metadata For Signed And Encrypted CookiesAssain2018-08-121-0/+7
* Fix `new_framework_defaults_6_0.rb`bogdanvlviv2018-02-271-1/+1
* Don't enforce UTF-8 by defaultAndrew White2018-02-272-30/+10
* [ci skip] Spell out the full variable in generated code.Kasper Timm Hansen2018-02-241-1/+1
* Correctly set `content_security_policy_nonce_generator`yuuji.yaginuma2018-02-241-1/+1
* Add support for automatic nonce generation for Rails UJSAndrew White2018-02-191-1/+4
* Disable CSP by defaultRafael Mendonça França2018-01-301-10/+10
* Merge pull request #31651 from eugeneius/use_sha1_digestsSean Griffin2018-01-121-0/+3
|\
| * Use SHA-1 for non-sensitive digests by defaultEugene Kenny2018-01-081-0/+3
* | Use unsafe_inline as the default for script_src CSP until we get a nonce alte...David Heinemeier Hansson2018-01-121-1/+1
* | Add note about having to restart when modifying initializerDavid Heinemeier Hansson2018-01-121-0/+2
* | Use complete variable names rather than single-letter abbreviations for styleDavid Heinemeier Hansson2018-01-121-8/+8
|/
* Remove verbose_query_logs from new_framework_defaults_5_2.rbEugene Kenny2017-12-201-3/+0
* Update new_framework_defaults_5_2.rb.ttAnton Rieder2017-12-181-1/+1
* Log call site for all queriesOlivier Lacan2017-12-131-0/+3
* Add DSL for configuring Content-Security-Policy headerAndrew White2017-11-271-0/+20
* Use .tt extension to all the template filesRafael Mendonça França2017-11-137-0/+0
* Remove frozen_string_literal magic comment from templatesKoichi ITO2017-08-227-14/+0
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-147-0/+14
* Fix ApplicationController.renderer.defaults overriding in developmentJacopo2017-07-201-4/+6
* Set `represent_boolean_as_integer` via `configuration`yuuji.yaginuma2017-07-161-1/+1
* Change sqlite3 boolean serialization to use 1 and 0Lisa Ugray2017-07-111-0/+4
* Fix typo in method nameyuuji.yaginuma2017-07-111-1/+1
* Protect from forgery by defaultLisa Ugray2017-07-101-0/+4
* set message_encryptor default cipher to aes-256-gcmAssain2017-06-121-0/+4
* AEAD encrypted cookies and sessionsMichael Coyne2017-05-221-0/+4
* Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-182-16/+11
* Add `form_with_generates_remote_forms` config.Kasper Timm Hansen2017-04-161-0/+3
* Track the version-compatible config settings inside railtiesMatthew Draper2017-03-182-37/+13