Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clarified how file naming affects load order of initializers | Rory O’Kane | 2012-05-22 | 1 | -1/+1 |
| | |||||
* | code-format italicized 'production' env [ci skip] | Mark Rushakoff | 2012-05-14 | 1 | -1/+1 |
| | |||||
* | Update guides/source/configuring.textile | Egor Homakov | 2012-05-11 | 1 | -1/+1 |
| | |||||
* | Update guides/source/configuring.textile | Egor Homakov | 2012-05-11 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-05-08 | 1 | -5/+5 |
|\ | |||||
| * | are ran -> are run | Mark Rushakoff | 2012-05-06 | 1 | -5/+5 |
| | | | | | | | | The former is grammatically incorrect. | ||||
* | | Merge pull request #6153 from carlosantoniodasilva/queue-consumer | José Valim | 2012-05-04 | 1 | -11/+15 |
|\ \ | |/ |/| | Configurable queue consumer | ||||
| * | Add some docs and changelog entry | Carlos Antonio da Silva | 2012-05-04 | 1 | -11/+15 |
| | | |||||
* | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-05-04 | 1 | -8/+0 |
|\ \ | |/ |/| | |||||
| * | Remove vestiges of the http_only! config from configuring guide | Carlos Antonio da Silva | 2012-05-03 | 1 | -8/+0 |
| | | |||||
* | | cache_store has an extra option of :null_store. | Teng Siong Ong | 2012-05-03 | 1 | -1/+1 |
|/ | |||||
* | Lazy load `default_form_builder` if it's passed as a string | Piotr Sarnacki | 2012-04-28 | 1 | -1/+1 |
| | | | | closes #3341 | ||||
* | update docs - disabling prepared statements is not connected to managing ↵ | Vijay Dev | 2012-04-28 | 1 | -1/+2 |
| | | | | connections externally [ci skip] | ||||
* | Add to guides info how to disable prepared statements | Ivan Evtukhovich | 2012-04-19 | 1 | -0/+7 |
| | |||||
* | Make controller namespace partial prefix optional | Grant Hutchins | 2012-03-28 | 1 | -2/+9 |
| | | | | | | | config.action_view.prefix_partial_path_with_controller_namespace This allows you to choose to render @post using /posts/_post.erb instead of /admin/posts/_post.erb inside Admin::PostsController. | ||||
* | config.action_view.embed_authenticity_token_in_remote_forms is true by default | Piotr Sarnacki | 2012-03-28 | 1 | -1/+1 |
| | | | | | | | Changed default value for `config.action_view.embed_authenticity_token_in_remote_forms` to `false`. This change breaks remote forms that need to work also without javascript, so if you need such behavior, you can either set it to `true` or explicitly pass `:authenticity_token => true` in form options | ||||
* | Added config.action_view.embed_authenticity_token_in_remote_forms | Piotr Sarnacki | 2012-03-28 | 1 | -0/+2 |
| | | | | | | | | | | | | There is a regression introduced in 16ee611fa, which breaks remote forms that should also work without javascript. This commit introduces config option that allows to configure this behavior defaulting to the old behavior (ie. include authenticity token in remote forms by default) Conflicts: actionpack/CHANGELOG.md | ||||
* | Update the guides and CHANGELOG | Rafael Mendonça França | 2012-03-17 | 1 | -2/+2 |
| | |||||
* | moves the guides up to the root directory | Xavier Noria | 2012-03-17 | 1 | -0/+762 |