Hi there
I have an online survey app built in Rails.
I’ve just encountered an odd error where only one user is hitting
application errors. All other users are fine.
From the log, it seems that no form params are being sent back from a
form, which is comprised of radio buttons.
None of the params from the radio buttons are getting back to the
controller. But the controller name and method are being sent, just
not form data.
If I log on as this user, all is fine, and the logs show all params
getting posted to the controller ok.
What possible explanation is there for this? I’m totally stumped.
Could it be a browser issue?