Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby Installing a Ruby Development Environment Installing a Ruby Development Environment Installing Ruby on Windows

Problems Ruby Rails starting the server

Good day,

using ruby 2.0.0p481 X64 on windows 8.1

I installed the git, nodejs, and cmder,

I added the gems shown,

When trying "bundle exec rails server"

i get an error that recommends to install gem tzinfo-data,

however even after installing it, i still get the same error...

2 Answers

thank you,

i found an article recommending using ruby193

https://teamtreehouse.com/forum/tzinfo

however i have wanted to learn to use ubuntu, so might as well give it a try,

after installing tzinfo-data , it says could not find rake-10.3.2

i installed rake gem, but now cant find coffee-script-source-1.7.0

got it working...

Did you include the gem in your gemfile?

in the app's main directory there's a file called gemfile

gem 'tzinfo-data'

I highly recommend using the same versions they use in the videos. You can learn about verifying the versions with Google. You may want to look into RVM or manually installing and setting the version you are looking for.

I'm pretty experienced with Windows, but I always have trouble doing web development on it. I usually work from a Virtual Machine (VMWare player - free) running Ubuntu. It's also easier to follow along with the videos because they seem to always use Macs. On there RVM is super easy to use.