Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-05-14 | 1 | -35/+40 |
|\ | | | | | | | | | Conflicts: guides/source/configuring.md | ||||
| * | Document config.action_dispatch.ignore_accept_header and ↵ | Vipul A M | 2016-05-11 | 1 | -0/+4 |
| | | | | | | | | config.action_dispatch.x_sendfile_header in configuring guide | ||||
| * | More missing true literal quotings | Vipul A M | 2016-05-11 | 1 | -12/+12 |
| | | |||||
| * | Lets be consistent in the usage of true/false across this guide. It should ↵ | Vipul A M | 2016-05-11 | 1 | -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 M | 2016-05-11 | 1 | -0/+3 |
| | | |||||
| * | Asset pipeline: Remove documentation about outdated `config.assets.compress` ↵ | Prathamesh Sonpatki | 2016-05-08 | 1 | -2/+0 |
| | | | | | | | | | | | | option [ci skip] | ||||
* | | Fix link in 'Configuring Rails Applications' [ci skip] | Javier Vidal | 2016-05-06 | 1 | -1/+1 |
| | | |||||
* | | Replace ActionDispatch::LoadInterlock with ActionDispatch::Executor in ↵ | willnet | 2016-04-30 | 1 | -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 periods | Connor Shea | 2016-04-29 | 1 | -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 Shea | 2016-04-29 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #24786 from vipulnsward/document-gzip-assets | Richard Schneeman | 2016-04-29 | 1 | -0/+2 |
|\ \ | |/ |/| | Document config.assets.gzip flag. | ||||
| * | Document config.assets.gzip flag. Follow up of ↵ | Vipul A M | 2016-04-29 | 1 | -0/+2 |
| | | | | | | | | | | | | https://github.com/rails/sprockets-rails/pull/342. [ci skip] | ||||
* | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-04-29 | 1 | -7/+7 |
|\ \ | |/ |/| | | | | | Conflicts: guides/source/configuring.md | ||||
| * | Mention default values for `debug_exception_response_format` in configuring ↵ | Prathamesh Sonpatki | 2016-04-22 | 1 | -1/+1 |
| | | | | | | | | guide [ci skip] | ||||
| * | s/determins/determines/ | Vipul A M | 2016-04-20 | 1 | -1/+1 |
| | | | | | | | | [ci skip] | ||||
| * | [ci skip] Add some missing commas | Prathamesh Sonpatki | 2016-04-12 | 1 | -2/+2 |
| | | |||||
| * | [ci skip] Typo fix. `loggs` -> `logs` | Prathamesh Sonpatki | 2016-04-12 | 1 | -1/+1 |
| | | |||||
| * | - Fix typo in config guide, from config.logger section | Vipul A M | 2016-04-10 | 1 | -3/+3 |
| | | | | | | | | | | | | - Make bulleted lists, end properly [ci skip] | ||||
| * | [ci skip] Update code used for filtering passwords in the configuring guide | Prathamesh Sonpatki | 2016-04-05 | 1 | -1/+1 |
| | | |||||
* | | Fix typo in Configuration Guide [ci skip] | Erol Fornoles | 2016-04-27 | 1 | -1/+1 |
| | | |||||
* | | Fix typo in Rails Guides [ci skip] | Erol Fornoles | 2016-04-26 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #24454 from iangilfillan/master | Vipul A M | 2016-04-14 | 1 | -7/+7 |
|\ \ | | | | | | | MariaDB documentation [ci skip] | ||||
| * | | MariaDB Documentation | iangilfillan | 2016-04-14 | 1 | -7/+7 |
| |/ | |||||
* / | Clarify description of `include_all_helpers` config setting's default ↵ | James Wen | 2016-04-08 | 1 | -1/+1 |
|/ | | | | behavior [ci skip] | ||||
* | [ci skip] Parameter filter performs regular expression partial matching | Andrew Babichev | 2016-03-31 | 1 | -1/+1 |
| | |||||
* | update Active Job default adapter [ci skip] | yuuji.yaginuma | 2016-03-22 | 1 | -1/+1 |
| | | | | Follow up to 625baa69d14881ac49ba2e5c7d9cac4b222d7022 | ||||
* | Document and Match the Rails logger interface | schneems | 2016-03-16 | 1 | -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. | ||||
* | remove config that are no longer needed in sprockets-rails 3 | yuuji.yaginuma | 2016-03-05 | 1 | -1/+1 |
| | | | | | `config.assets.raise_runtime_errors` and `config.assets.digest` are enabled by default in sprockets-rails 3. | ||||
* | add `scaffold_stylesheet` method to guide [ci skip] | yuuji.yaginuma | 2016-03-04 | 1 | -0/+1 |
| | | | | `scaffold_stylesheet` was added in #20479. | ||||
* | Merge pull request #23417 from sgringwe/master | Rafael Mendonça França | 2016-03-01 | 1 | -0/+2 |
|\ | | | | | | | Add option to error on ignored order or limit | ||||
| * | Add initial support for allowing an error on order or limit of queries being ↵ | Scott Ringwelski | 2016-02-02 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ignored in batches add some documentation and add 4 tests regarding error vs. warning behavior fix a typo when referring to the message go back to default in tests so that ordering is not important. use a constant instead of method. fix assert_nothing_raised call. use self.klass to allow per class configuration remove logger warn assets as that is tested elsewhere. pass error_on_ignore through find_each and find_in_batches also. add blocks to the finds so that the code is actually executed put the setting back to default in an ensure Add a changelog entry | ||||
* | | Add small Action Cable documentation fixes | Hayley Anderson | 2016-02-27 | 1 | -2/+2 |
| | | | | | | | | | | * Fix typos/grammar errors * Make capitalization/naming consistent | ||||
* | | The tasks in the rails task namespace is deprecated in favor of app namespace. | Ryo Hashimoto | 2016-02-26 | 1 | -1/+1 |
| | | | | | | | | (e.g. `rails:update` and `rails:template` tasks is renamed to `app:update` and `app:template`.) | ||||
* | | Add config.debug_exception_response_format into configuration guide | Stan Lo | 2016-02-25 | 1 | -0/+2 |
| | | |||||
* | | Update config.force_ssl's documentation | Stan Lo | 2016-02-25 | 1 | -1/+1 |
| | | |||||
* | | Enable Action Cable routes by default | Jon Moss | 2016-02-24 | 1 | -0/+11 |
| | | | | | | | | This also marks Action Cable routes as internal to Rails. | ||||
* | | Add ActionMailer configuration options | Stan Lo | 2016-02-25 | 1 | -0/+3 |
| | | |||||
* | | Update documentation regarding initializers [ci skip] | Dave Gynn | 2016-02-09 | 1 | -4/+16 |
|/ | | | | | | | - Remove ActionController `logger` and `initialize_framework_caches` which were merged into `set_configs` in fbc9d0f4 - Rename ActiveRecord `set_reloader_hooks` changed in 283a0876 - Add missing initializers for ActionController and ActiveRecord | ||||
* | Merge pull request #23375 from prathamesh-sonpatki/fix-19835 | Rafael França | 2016-02-01 | 1 | -2/+0 |
|\ | | | | | Fix documentation related to `config.assets.cache_store` [ci skip] | ||||
| * | Fix documentation related to `config.assets.cache_store` [ci skip] | Prathamesh Sonpatki | 2016-02-01 | 1 | -2/+0 |
| | | | | | | | | | | | | | | - sprockets-rails no longer supports customizing cache store after rails/sprockets-rails@ecaeb27 using `config.assets.cache_store`. - Instead we need to configure it using block syntax. - Fixes #19835. | ||||
* | | Merge pull request #22857 from bdewater/interlock-doc | Vipul A M | 2016-02-01 | 1 | -1/+1 |
|\ \ | |/ |/| | Update middleware docs regarding ActionDispatch::LoadInterlock [ci skip] | ||||
| * | Update middleware docs regarding ActionDispatch::LoadInterlock [ci skip] | Bart de Water | 2016-01-31 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-01-22 | 1 | -1/+1 |
|\ \ | |||||
| * | | [ci skip] An internal link is an relative path | yui-knk | 2015-12-23 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #21995 from tak1n/master | Jon Moss | 2016-01-10 | 1 | -8/+35 |
|\ \ \ | | | | | | | | | Add Example for using config_for | ||||
| * | | | fix doc for rails custom configuration through config_for [skip ci] | Benny Klotz | 2015-12-03 | 1 | -2/+2 |
| | | | | |||||
| * | | | Updated existing custom configuration for rails 5 where `config.x` | Benny Klotz | 2015-10-19 | 1 | -8/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | namespace is not needed anymore. Added custom configuration through config_for which parses a yml file in config folder. | ||||
* | | | | add option for per-form CSRF tokens | Ben Toews | 2016-01-04 | 1 | -0/+2 |
| |_|/ |/| | | |||||
* | | | Fix documentation for configuring default_charset [ci skip] | Prathamesh Sonpatki | 2015-12-30 | 1 | -2/+2 |
| | | | | | | | | | | | | - Fixes #22836. | ||||
* | | | Improve RDoc documentation of ActionDispatch::SSL | Tim Rogers | 2015-12-24 | 1 | -1/+1 |
| | | |