mailboxer-app
mailboxer-app copied to clipboard
TZInfo::DataSourceNotFound error starting Rails v4.1.0 server on Windows
make sure you add
gem 'tzinfo-data' gem 'tzinfo'
to Gemfile
I can't check this on Windows, can anybody confirm? BTW, to keep your sanity, I'd rather not use Windows for Rails development.
I had to, it was quite a challenge to make everything work correctly. But my prods are on Unix. Thanks for the advise anyway.
Yeah, you need the tzinfo for windows. i normally use this: gem 'tzinfo-data', platforms: [:mingw, :mswin]