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

Grant Iverson
Grant Iverson
3,520 Points

How can I prepare for "Build a Todo List Application with Rails 4"?

I have been doing the Rails Development track and understanding everything so far... Then I got to "Build a Todo List Application with Rails 4". This course doesn't make much sense to me. Is there another course I could do to help me prepare more for building this app? Should I complete another track before doing this one? Please help!

1 Answer

Michael Hess
Michael Hess
24,512 Points

Hi Grant,

The Build a Todo List is heavy on test driven development. Which is a great thing to know, but IMHO, it's overkill for people that are new to programming -- it should probably be an advanced course. Although I'm glad Jason decided to cover Test Driven Development.

The Rails course Building a Simple Ruby Application was the course that really helped me understand rails and git -- the course is slightly out of date though. In this course you make a simple rails application called Treebook. One caveat I should mention, the Treebook course was created with Rails version 3, so it's possible to use Rails version 4, but you have to make some modifications that are different from what is shown in the videos. It's probably easier to create the Treebook application using rails version 3.

Hope this helps!