Ask A Question

Notifications

You’re not receiving notifications from this thread.

Auto-detect User Time Zones in Rails Discussion

Great video Chris, time zones can be extremely frustating to work with. I would caution against setting time zone in a before action across all controllers. I did something similar and ended up in a default scope sort of situation where it was helpful but then I had to selectively turn that off for a lot of requests.

Reply

I guess your time zone was leaking outside of your controller actions. A common way to solve this would be to use around_action instead of the before_action.

Reply

in my app around_action yields no html view somehow.

Reply

another well explained video! I have been struggling with how to handle timezones for some time now!

Reply

Which video? Can you share the link?

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,464+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.