Ruby on Rails
Monday, December 16, 2019
Is your form using GET or POST?
-- Normally when forms use GET all the fields are passed in the URL and are URI encoded. so "this is my text" turn into "this+is+my+text"
On Sunday, December 15, 2019 at 7:55:03 PM UTC-5, fugee ohu wrote:
On Sunday, December 15, 2019 at 7:55:03 PM UTC-5, fugee ohu wrote:
My form has a text_area field but whether or not it passes submission without error depends on the data I populate it with My preference is I wanna be able to put whatever I want in the field Now I'm trying to submit and all the request shows the data in the textarea field a series of double quoted strings separated by + signs
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/f88889fb-65fd-463c-a716-bf147077777e%40googlegroups.com.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment