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 Build a Simple Ruby on Rails Application Getting Started with Rails Installing Rails (Windows)

jemelleesantos
jemelleesantos
3,495 Points

Alternative for Ruby on Rails installer?

Unfortunately my PC needs repair and I'm not sure when it will get done.

Currently using my chromebook, so is there an alternative to continue this track? Like an in-browser program?

2 Answers

Hi Jemellee,

Yes, there are better way to use in-browser program without installation.

My favorite is Cloud9 and Nitrous Pro, they are free to use while you can watch videos here. :)

Maciej Czuchnowski
Maciej Czuchnowski
36,441 Points

Agreed. Cloud9 and Nitrous.io are your best choices. You can develop Rails from ANY browser that can open these sites, on any computer.

jemelleesantos
jemelleesantos
3,495 Points

Thank you so much! Much appreciated :)

Maciej Czuchnowski
Maciej Czuchnowski
36,441 Points

Also, some tips if you haven't read through the forum yet: Pro Tip 1: as soon as you get your computer back, don't develop Rails under pure Windows :). Make sure you use Cloud9/Nitrous or a virtual machine with Linux (Mac is also OK). Rails development in Windows is...painful. Pro top 2: this course is outdated, uses Rails 3 and some old gems/libraries, so you will encounter problems on the way when using the newest versions.