aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/configuring.md
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "Merge pull request #21995 from tak1n/master"Jon Moss2016-08-261-35/+8
| | | | | This reverts commit 4973704bf56dbb0d8beba977e1053d57e346ebd0, reversing changes made to 78edeb33346e13ab33a62d2a6b553aabf5b3186a.
* Remove the SchemaDumper options and change the default behaviorRafael Mendonça França2016-08-221-3/+1
| | | | | Now the schema dumper by default doesn't align the types and arguments in the ruby format anymore.
* Option not to line up column types and attributes in schema.rbTim Petricola2016-08-171-1/+3
|
* Fix the documentation for configuring `enable_fragment_cache_logging` [ci skip]Prathamesh Sonpatki2016-08-141-8/+16
| | | | - It is Action Controller config, not Action View.
* update list of rescue_responses default [ci skip]yuuji.yaginuma2016-08-091-0/+2
| | | | Follow up to fe859a54219740fa8b4e09a592820d2ee12ba222
* Modify LogSubscriber for single partial's cache message.Stan Lo2016-08-081-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement naive partial caching mechanism. Add test for LogSubscriber Use ActionView::Base#log_payload to store log_subscriber's payload, so we can pass cache result into it. Fixed tests Remove useless settings Check if #log_payload exists before calling it. Because other classes also includes CacheHelper but don't have is attribute Use @log_payload_for_partial_reder instead of #log_payload to carry ActionView's payload. Update test's hash syntax Add configuration to enable/disable fragment caching logging Remove unless test and add new test to ensure cache info won't effect next rendering's log Move :enable_fragment_cache_logging config from ActionView to ActionPack Apply new config to tests Update actionview's changelog Update configuration guide Improve actionview's changelog Refactor PartialRenderer#render and log tests Mute subscriber's log instead of disabling instrumentation. Fix typo, remove useless comment and use new hash syntax Improve actionpack's log_subscriber test Fix rebase mistake Apply new config to all caching intstrument actions
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-08-021-1/+3
|\
| * Removed reference to callback_terminator.rb in docsIain Beeston2016-07-211-1/+1
| | | | | | | | That file has been removed and replaced with new_framework_defaults.rb
| * Add `config.assets.quiet` to configuration guide [ci skip]Prathamesh Sonpatki2016-07-101-0/+2
| |
* | Merge pull request #25438 from prathamesh-sonpatki/rm-session-store-initializerRafael Mendonça França2016-07-201-1/+1
|\ \ | | | | | | | | | Setup default session store internally, no longer through an initializer
| * | Setup default session store internally, no longer through an application ↵Prathamesh Sonpatki2016-07-171-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | initializer - By default the session store will be set to cookie store with application name as session key. - Older apps are not affected as they will have the session store initializer generated by Rails in older versions, and Rails will not overwrite the session store if it is already set or disabled. - But new apps will not have the initializer, instead the session store will be set to cookie store by default. - Based on comment by DHH here - https://github.com/rails/rails/issues/25181#issuecomment-222312764.
* / Fix documentation of `error_on_ignored_order` optionPrathamesh Sonpatki2016-07-181-4/+4
|/ | | | - Followup of https://github.com/rails/rails/commit/451437c6f57e66cc7586ec966e530493927098c7
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-07-101-1/+3
|\
| * Expand on #24071 for specifying custom locale fallbacks. [ci skip]Vipul A M2016-06-291-1/+3
| |
* | remove `-t` option from default sendmail arguments [ci skip]yuuji.yaginuma2016-07-061-1/+1
| | | | | | | | Follow up to #24436
* | Add a note about autoloading being disabled in production env in upgrade ↵Prathamesh Sonpatki2016-06-301-1/+1
| | | | | | | | | | | | guide [ci skip] - Also to_time_preserves_timezone config should be false for older apps getting upgraded to Rails 5 [ci skip]
* | update description of `test_order` [ci skip]yuuji.yaginuma2016-06-291-1/+1
|/ | | | Follow up to 5f777e4b5ee2e3e8e6fd0e2a208ec2a4d25a960d
* Update grammar for `config.enable_dependency_loading` docsJon Moss2016-06-241-1/+1
| | | | | | [ci skip] r? @rafaelfranca
* Add option to enable dependency loading in productionRafael Mendonça França2016-06-221-0/+2
| | | | | | | | This will make easier to applications that rely on having const_missing hooks in production upgrade to Rails 5. This option is going to be remove in the future and the default behavior will be to disable the dependency loading.
* Do not suggest nonsensical OpenSSL verify modes [ci skip]Jonne Haß2016-06-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | SSL_set_verify(3) explains: SSL_VERIFY_FAIL_IF_NO_PEER_CERT Server mode: if the client did not return a certificate, the TLS/SSL handshake is immediately terminated with a "handshake failure" alert. This flag must be used together with SSL_VERIFY_PEER. Client mode: ignored SSL_VERIFY_CLIENT_ONCE Server mode: only request a client certificate on the initial TLS/SSL handshake. Do not ask for a client certificate again in case of a renegotiation. This flag must be used together with SSL_VERIFY_PEER. Client mode: ignored The SMTP connection here uses a OpenSSL socket in client mode, suggesting invalid/ignored flags is rather misleading.
* Merge pull request #24071 from meinac/configuring_md_docsVipul A M2016-06-051-0/+26
|\ | | | | Added some useful configuration options into configuring.md [ci skip]
| * Added some useful configuration options into configuring.md [ci skip]Mehmet Emin İNAÇ2016-03-051-0/+26
| | | | | | | | | | Added information about inserting middlewares with indexes. I think this information useful. We can use indexes also for `insert_after` but the behavior is not same and this is not the right place to give full information about all configuration options. The configuration for I18n fallbacks is important for production environment. Especially using different fallbacks for different locales.
* | The `ActiveRecord::ConnectionAdapters::ConnectionManagement` and ↵Vipul A M2016-05-161-2/+0
| | | | | | | | | | | | | | `ActiveRecord::QueryCache` middlewares were removed with `Executor` addition on d3c9d808e3e242155a44fd2a89ef272cfade8fe8 Removes traces and reference of these from all places. [ci skip]
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-05-141-35/+40
|\ \ | | | | | | | | | | | | Conflicts: guides/source/configuring.md
| * | Document config.action_dispatch.ignore_accept_header and ↵Vipul A M2016-05-111-0/+4
| | | | | | | | | | | | config.action_dispatch.x_sendfile_header in configuring guide
| * | More missing true literal quotingsVipul A M2016-05-111-12/+12
| | |
| * | Lets be consistent in the usage of true/false across this guide. It should ↵Vipul A M2016-05-111-26/+26
| | | | | | | | | | | | be quoted as how other config options are. They are already quoted at many places. This change, makes this usage consistent. Note that, this is quoting literal values true and false, not truthy values
| * | Document missing smtp config over at configuring guide. [ci skip]Vipul A M2016-05-111-0/+3
| | |
| * | Asset pipeline: Remove documentation about outdated `config.assets.compress` ↵Prathamesh Sonpatki2016-05-081-2/+0
| | | | | | | | | | | | | | | | | | option [ci skip]
* | | Fix link in 'Configuring Rails Applications' [ci skip]Javier Vidal2016-05-061-1/+1
| | |
* | | Replace ActionDispatch::LoadInterlock with ActionDispatch::Executor in ↵willnet2016-04-301-1/+1
| | | | | | | | | | | | | | | | | | | | | guides [ci skip] Guides should be updated because ActionDispatch::LoadInterlock was replaced with ActionDispatch::Executor at #23807.
* | | Update configuring.md with colons and periodsConnor Shea2016-04-291-52/+52
| | | | | | | | | Some configuration options started with a capital letter indicating the beginning of a sentence, which didn't makes sense without the colons. Similarly, some were missing periods at the end of their descriptions. [ci skip]
* | | Consistent spelling of "gzipped" [ci skip]Connor Shea2016-04-291-1/+1
| | |
* | | Merge pull request #24786 from vipulnsward/document-gzip-assetsRichard Schneeman2016-04-291-0/+2
|\ \ \ | |/ / |/| | Document config.assets.gzip flag.
| * | Document config.assets.gzip flag. Follow up of ↵Vipul A M2016-04-291-0/+2
| | | | | | | | | | | | | | | | | | https://github.com/rails/sprockets-rails/pull/342. [ci skip]
* | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-04-291-7/+7
|\ \ \ | |/ / |/| | | | | | | | Conflicts: guides/source/configuring.md
| * | Mention default values for `debug_exception_response_format` in configuring ↵Prathamesh Sonpatki2016-04-221-1/+1
| | | | | | | | | | | | guide [ci skip]
| * | s/determins/determines/Vipul A M2016-04-201-1/+1
| | | | | | | | | | | | [ci skip]
| * | [ci skip] Add some missing commasPrathamesh Sonpatki2016-04-121-2/+2
| | |
| * | [ci skip] Typo fix. `loggs` -> `logs`Prathamesh Sonpatki2016-04-121-1/+1
| | |
| * | - Fix typo in config guide, from config.logger sectionVipul A M2016-04-101-3/+3
| | | | | | | | | | | | | | | | | | - Make bulleted lists, end properly [ci skip]
| * | [ci skip] Update code used for filtering passwords in the configuring guidePrathamesh Sonpatki2016-04-051-1/+1
| | |
* | | Fix typo in Configuration Guide [ci skip]Erol Fornoles2016-04-271-1/+1
| | |
* | | Fix typo in Rails Guides [ci skip]Erol Fornoles2016-04-261-1/+1
| | |
* | | Merge pull request #24454 from iangilfillan/masterVipul A M2016-04-141-7/+7
|\ \ \ | | | | | | | | MariaDB documentation [ci skip]
| * | | MariaDB Documentationiangilfillan2016-04-141-7/+7
| |/ /
* / / Clarify description of `include_all_helpers` config setting's default ↵James Wen2016-04-081-1/+1
|/ / | | | | | | behavior [ci skip]
* | [ci skip] Parameter filter performs regular expression partial matchingAndrew Babichev2016-03-311-1/+1
| |
* | update Active Job default adapter [ci skip]yuuji.yaginuma2016-03-221-1/+1
| | | | | | | | Follow up to 625baa69d14881ac49ba2e5c7d9cac4b222d7022
* | Document and Match the Rails logger interfaceschneems2016-03-161-2/+16
|/ | | | | | The logger interface to get all Rails features is not obvious. This change adds documentation on how to assign a logger that will use all Rails features. We are also matching the stdout logging interface to the default logger in bootstrap https://github.com/rails/rails/blob/f5a5988352b165143f0f9d622707c351c1470882/railties/lib/rails/application/bootstrap.rb#L42-L45.