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 Todo List Application with Rails 4 Build a Todo List Application with Rails 4 Write Our First Tests

Am I missing something?

Was there a prerequisite course that we should have completed before attempting this one?

I've already completed Ruby Foundations, but the pace of this course seems unbelievably fast, and Jason is just going through all the steps without explaining much.

For example, when writing code in create_rspec.rb (I don't know what this file does, btw), he does things like visit "/todo_lists", etc. which is a completely foreign syntax and these methods(?) are not explained at all...

3 Answers

I found that I was asking myself the same thing. It seemed like it went from 0 to 100 from the previous course. I expected some kind of segue from one course to another. The only advice I can give is to watch each video once or twice before you actually code along. I helps me understand the concept of what's going on. The question is whether I will retain it,

UUUUUUUUUUUuuuuuuuuuuuuugghhhhhh !!!!!!! it f************************ing frustraaaaaaaaaaaaaaaaaatess meeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Jason Seifer Can You like STTTTTTTTOPPP for one second and explain what are you doing exactly on each line and each command, THIS IS THE FIRST LESSON WE RE HAVING ON RAILS AND YOU RE LIKE GOING WITH FERRARI SPEEED !!!!!

:@ :@ :@ :@ :@ :@ DOES ANYONE CAAAAAAAAAAARE OF ALLL THOSE STUDENTS BACKFEEEEEEEEEDS !

Steven Deutsch
Steven Deutsch
21,046 Points

Hey there Kyle,

I'm assuming you're following the Ruby on Rails track. As long as you've completed Ruby Foundations and the other previous courses in the track you should be good to go with building the To Do List application. However, this doesn't mean that while building the To Do List application you won't come across something new or at the very least expand on content learned earlier in the track. It's more difficult to apply information than to gain it. This is where your skills will really develop :)

I recommend reviewing the later achievements in Ruby Foundations course, specifically the Testing section if you are confused by this. Tests are code written to check if the program is behaving in the way that we want it to and certain features work. The create_spec.rb file you create in the video will one of the test files where you write code to test the features of your application.

Good luck!