1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/guides
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
..
assets [getting started] Add images 2012-03-17 20:40:05 -06:00
code/getting_started
rails_guides
source config.action_view.embed_authenticity_token_in_remote_forms is true by default 2012-03-28 18:03:16 +02:00
rails_guides.rb
Rakefile
w3c_validator.rb