Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hiddenSuffix crashes Ruby on Rails / Rack servers #208

Closed
harmdewit opened this issue Aug 19, 2013 · 1 comment
Closed

hiddenSuffix crashes Ruby on Rails / Rack servers #208

harmdewit opened this issue Aug 19, 2013 · 1 comment
Labels

Comments

@harmdewit
Copy link

I'm using Pickadate in a Rails app. Everything works fine but when i use the hiddenSuffix value the app crashes on certain servers.

Thin returns the error !! Unexpected error while processing request: expected Hash (got String) for paramdate'` and Pow server (http://pow.cx/) crashes entirely.

Apperently most ruby servers can handle form value names like this name="neighborhood_post[content]" but not name="neighborhood_post[content]_hidden"

An option to fix this issue for Ruby apps would be an hiddenPrefix option so that I get name="hidden_neighborhood_post[content]"

@amsul amsul closed this as completed in 0758995 Oct 13, 2013
@candidosales
Copy link

Thanks =D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants