In my rails application, after form post, getting error exceeded available parameter key space. there are too many form fields inside form. Is that reason for error?
Any views?
In my rails application, after form post, getting error exceeded available parameter key space
Share
If you really need it badly try increasing the
key_space_limitBut this can be dangerous as per this “A higher exposure to POST parsing DOS attacks.”
Check this
https://github.com/rack/rack/issues/318
Rails / javascript: "too many parameter keys" – what's a good way to normalize form data?
http://myrailsway.blogspot.in/2012/04/rangeerror-exceeded-available-parameter.html