Timothy N. Tsvetkov
2011-Feb-02 14:56 UTC
[PATCH][FEATURE] Added disable_authenticity_token option to form helper
Hello. I''ve added a new option to the form helper. With this option we can generate forms without authenticity_token tag. It is useful when we generate forms for some external resources like payment gayteways where names of fields are often restricted so forms with authenticity_token are not valid. Usage example: form_for(@survey, :disable_authenticity_token => true) Ticket with patch with tests: https://rails.lighthouseapp.com/projects/8994/tickets/6228-added-disable_authenticity_token-option-to-form-helper -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.