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

TZInfo::DataSourceNotFound error starting Rails v4.1.0 server on Windows #7

Open
ahmedelfa opened this issue Nov 5, 2014 · 3 comments

Comments

@ahmedelfa
Copy link

make sure you add

gem 'tzinfo-data'
gem 'tzinfo'

to Gemfile

@RKushnir
Copy link
Owner

RKushnir commented Nov 5, 2014

I can't check this on Windows, can anybody confirm?
BTW, to keep your sanity, I'd rather not use Windows for Rails development.

@ahmedelfa
Copy link
Author

I had to, it was quite a challenge to make everything work correctly. But my prods are on Unix. Thanks for the advise anyway.

@jume-dev
Copy link

jume-dev commented Mar 9, 2015

Yeah, you need the tzinfo for windows. i normally use this:
gem 'tzinfo-data', platforms: [:mingw, :mswin]

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

No branches or pull requests

3 participants