My app has a form with several dates and datetimes in it in the format
dd/mm/yyyy or dd/mm/yyyy HH:MM. These worked fine in my local
development environment (using postgresql) but it causes 500 errors
once posted to heroku.

I've come across a few suggestions for how to deal with this on the
web such as using a before filter in the controller to reformat the
date before passing it to the database but all of the solutions I've
read seem clumsy.

Is there a recommended way of dealing with this issue?

Also, why does this work on my local system but not on heroku?

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to