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

Aaron Walton
Aaron Walton
3,557 Points

Rails lessons up-to-date?

I'm finally going to have some time over the holidays to complete some lessons here. My plan was to do the Laravel track but I'm debating doing Rails instead. I know the Rails coursework has been on this site for some time. Has it been updated over time? Is it reasonably up-to-date?

1 Answer

Maciej Czuchnowski
Maciej Czuchnowski
36,441 Points

Building Simple Rails App course is quite outdated (can't be done using the newest versions of Rails and other gems), but it had the best features and was well organized. The newer Build a Todo App course uses newer version of Rails and is doable using edge versions of gems (with some tweaks in RSpec), but it mostly covers testing and does not cover lots of features compared to the aforementioned course.

Maciej Czuchnowski
Maciej Czuchnowski
36,441 Points

The only way to follow these courses step-by-step, 100%, is to download the code from the first videos to have the correct, older versions of gems in Gemfile/Gemfile.lock and to closely watch what versions of other gems, bootstrap etc. are being installed/added to Gemfile in the videos.