| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ \ |
|
| * | | 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 |
* | | | 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 |
* | | | Improve RDoc documentation of ActionDispatch::SSL | Tim Rogers | 2015-12-24 | 1 | -1/+1 |
* | | | Improve documentation of config.force_ssl in guides | Tim Rogers | 2015-12-24 | 1 | -2/+2 |
* | | | Merge pull request #22709 from jonatack/clarify-explanation-for-new-config-ha... | Rafael França | 2015-12-21 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Clarify config settings for AS::halt_callback_chains_on_return_false | Jon Atack | 2015-12-21 | 1 | -1/+1 |
* | | | | Remove legacy mysql adapter | Ryuta Kamizono | 2015-12-21 | 1 | -1/+1 |
|/ / / |
|
* | / | mysql2 adapter instead of mysql [ci skip] | Rajarshi Das | 2015-12-20 | 1 | -1/+1 |
| |/
|/| |
|
* | | debug_missing_translation configuration added to action_view | Sameer Rahmani | 2015-12-18 | 1 | -0/+2 |
* | | let config.file_watcher be the way to enable the evented file watcher | Xavier Noria | 2015-12-13 | 1 | -1/+1 |
* | | Merge pull request #22315 from takatoshiono/fix-configuring-doc | Arthur Nogueira Neves | 2015-11-28 | 1 | -2/+2 |
|\ \ |
|
| * | | Fix set_autoload_paths and set_load_path document | Takatoshi Ono | 2015-11-17 | 1 | -2/+2 |
* | | | Merge pull request #22263 from mastahyeti/csrf-origin-check | Rafael França | 2015-11-26 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | Add option to verify Origin header in CSRF checks | Ben Toews | 2015-11-25 | 1 | -0/+2 |
* | | | | Change configuration-guide example | rbr | 2015-11-19 | 1 | -1/+1 |
* | | | | Revert "Fixed a few grammar issues." | Rafael Mendonça França | 2015-11-18 | 1 | -1/+1 |
* | | | | Fixed a few grammar issues. | David Chen | 2015-11-18 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | Make the `static_index` config part of the `config.public_server` config | Yuki Nishijima | 2015-11-16 | 1 | -1/+1 |
* | | | upgrade listen to 3.0.4 | Xavier Noria | 2015-11-08 | 1 | -1/+1 |
* | | | document the evented file system monitor opt-in in the config guide [ci skip] | Xavier Noria | 2015-11-08 | 1 | -0/+22 |
|/ / |
|
* | | Replace `serve_static_files` mentions in docs. | Kasper Timm Hansen | 2015-11-04 | 1 | -2/+2 |
* | | Merge pull request #19686 from tsun1215/index_errors | Sean Griffin | 2015-10-26 | 1 | -0/+4 |
|\ \ |
|
| * | | Errors can be indexed with nested attributes | Michael Probber | 2015-04-17 | 1 | -0/+4 |
* | | | Update #20768 to address feedback | Sean Griffin | 2015-10-20 | 1 | -3/+3 |
* | | | [Rails Guides] Clarify `belongs_to_required_by_default` option | Vladimir Rybas | 2015-10-20 | 1 | -1/+3 |
| |/
|/| |
|
* | | Fixed deprecated string to specify the middleware [ci skip] | amitkumarsuroliya | 2015-10-03 | 1 | -1/+1 |
* | | Refactor AS::Callbacks halt config and fix the documentation | Roque Pinel | 2015-10-01 | 1 | -1/+1 |
* | | Make fuzzy sentence more clear | David Verhasselt | 2015-09-28 | 1 | -1/+1 |
* | | mostly remove the ParamsParser middleware | Aaron Patterson | 2015-09-18 | 1 | -1/+0 |
* | | Merge pull request #21512 from X0nic/guides-clarify-timeout-error | Yves Senn | 2015-09-08 | 1 | -1/+1 |
|\ \ |
|
| * | | [Rails Guides] clarify `ActiveRecord::ConnectionTimeoutError` | Nathan Lee | 2015-09-05 | 1 | -1/+1 |
* | | | Merge pull request #21534 from Vratislav/clarify-custom-config-guide | Rafael Mendonça França | 2015-09-07 | 1 | -1/+1 |
|/ / |
|
* | | Fix Configuring Active Record [ci skip] | Alexey Markov | 2015-08-27 | 1 | -2/+2 |
* | | Make disable_with default in submit_tag | Justin Schiff | 2015-08-11 | 1 | -0/+3 |
* | | [ci skip] `field_error_proc` is used in `ActionView::Helpers::ActiveModelInst... | yui-knk | 2015-07-29 | 1 | -1/+1 |
* | | [skip ci] Improve grammar/style in DB pooling guide. | Tim Wade | 2015-07-16 | 1 | -7/+7 |
* | | Merge pull request #20736 from antoine-lizee/docs | Robin Dupret | 2015-07-13 | 1 | -1/+1 |
|\ \ |
|
| * | | [ci skip] doc: making clear that perform_caching has a limited impact | antoine.lizee | 2015-07-13 | 1 | -1/+1 |
* | | | Merge pull request #20741 from radar/integration_tool_doc | Rafael Mendonça França | 2015-06-30 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | integration_tool defaults to :test_unit | Ryan Bigg | 2015-06-30 | 1 | -1/+1 |
| |/ |
|
* | | Tiny documentation edits [ci skip] | Robin Dupret | 2015-06-07 | 1 | -1/+2 |
* | | A few documentation tweaks [ci skip] | Robin Dupret | 2015-06-07 | 1 | -1/+2 |
* | | Merge pull request #20423 from Erol/remove-assets-version-documentation | Rafael Mendonça França | 2015-06-06 | 1 | -2/+0 |
|\ \ |
|
| * | | Remove reference to assets version option. | Erol Fornoles | 2015-06-03 | 1 | -2/+0 |
* | | | Document config.action_mailer.deliver_later_queue_name | Rafael Mendonça França | 2015-06-03 | 1 | -0/+2 |
|/ / |
|