1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

17 commits

Author SHA1 Message Date
Egor Homakov
d4f4b858d3 Update guides/source/configuring.textile 2012-05-11 15:40:03 +04:00
Egor Homakov
c9a4e65217 Update guides/source/configuring.textile 2012-05-11 14:48:02 +04:00
Vijay Dev
7918d7bf5c Merge branch 'master' of github.com:lifo/docrails 2012-05-08 23:56:25 +05:30
Mark Rushakoff
552f535796 are ran -> are run
The former is grammatically incorrect.
2012-05-06 20:40:48 -07:00
José Valim
ffad3600ea Merge pull request #6153 from carlosantoniodasilva/queue-consumer
Configurable queue consumer
2012-05-04 05:44:21 -07:00
Vijay Dev
3d9673d8f6 Merge branch 'master' of github.com:lifo/docrails 2012-05-04 17:51:15 +05:30
Carlos Antonio da Silva
7a6116b633 Add some docs and changelog entry 2012-05-04 09:11:45 -03:00
Carlos Antonio da Silva
026e0d1c4d Remove vestiges of the http_only! config from configuring guide 2012-05-03 22:16:04 -03:00
Teng Siong Ong
7273adabed cache_store has an extra option of :null_store. 2012-05-03 03:28:32 -05:00
Piotr Sarnacki
e6ab0d56cf Lazy load default_form_builder if it's passed as a string
closes #3341
2012-04-28 22:32:46 -07:00
Vijay Dev
50b1399b31 update docs - disabling prepared statements is not connected to managing connections externally [ci skip] 2012-04-28 00:36:14 +05:30
Ivan Evtukhovich
c6663235f6 Add to guides info how to disable prepared statements 2012-04-19 11:27:26 +04:00
Grant Hutchins
18d275ada1 Make controller namespace partial prefix optional
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.
2012-03-28 20:21:46 -04:00
Piotr Sarnacki
128cfbdf4d config.action_view.embed_authenticity_token_in_remote_forms is true by default
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
2012-03-28 18:03:16 +02:00
Piotr Sarnacki
805b15ff35 Added config.action_view.embed_authenticity_token_in_remote_forms
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
2012-03-28 18:03:15 +02:00
Rafael Mendonça França
da5a47e7b9 Update the guides and CHANGELOG 2012-03-17 13:44:56 -03:00
Xavier Noria
6d87cd028b moves the guides up to the root directory 2012-03-17 08:32:49 -07:00
Renamed from railties/guides/source/configuring.textile (Browse further)