aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/configuring.textile
Commit message (Collapse)AuthorAgeFilesLines
* Add to guides info how to disable prepared statementsIvan Evtukhovich2012-04-191-0/+7
|
* Make controller namespace partial prefix optionalGrant Hutchins2012-03-281-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 defaultPiotr Sarnacki2012-03-281-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_formsPiotr Sarnacki2012-03-281-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 CHANGELOGRafael Mendonça França2012-03-171-2/+2
|
* moves the guides up to the root directoryXavier Noria2012-03-171-0/+762