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?
If you really need it badly try increasing the key_space_limit
Rack::Utils.key_space_limit = 262144
But 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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With