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

David Jarrin
PLUS
David Jarrin
Courses Plus Student 11,182 Points

trouble with testapp

I am trying to get ruby on rails working. I get through the process of installing ruby and sqllite and I am trying to test if ruby is running. I get to the part where I run the command C:\user\david\documents\testapp> bundle exec rails server and I get this error message

DL is deprecated, please use Fiddle
Could not find gem 'tzinfo-data <>= 0> x86-mingw32' in the gems available on this machine.
Run 'bundle install' to install missing gems.

So I run bundle install and get this

An error occured while installing json <1.8.1>, and Bundle cannot continue. 
Make sure that 'gem install json -v '1.8.1' ' succeeds before bundling

what should be my next step to make sure ruby is up and running?

p.s. I also have XAMPP running on my computer, will this be a problem?