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 Generate a Rails Application

Laurence Bradford
Laurence Bradford
1,136 Points

Do I have to switch to ruby 4.0 ..... ?

Can't I just keep going on rails 4.1.4?

2 Answers

Stone Preston
Stone Preston
42,016 Points

If you want your experience to match the videos then you should use the version of rails used in the videos. If you use a newer version you might encounter some problems that the videos dont cover. So if you are ok with having to figure out some stuff on your own when something does not work because of the versions, then you can keep your newer version. If you dont want to deal with that then use the version in the videos

Jason Seifer
STAFF
Jason Seifer
Treehouse Guest Teacher

There are not a huge amount of breaking changes between Rails 4.0 and 4.1. Except for one section which is outlined as Rails 4.1 specific, things should work correctly.