Basically I have a text_field
in RoR application that has required: 'true'
.
The validation works in both development and production, but for some reason on Heroku I don't get the popup for a required field. ("please fill out the field")
If I run the server locally in production mode every thing fine.
Any ideas?
Thanks :)