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

euccaschen
euccaschen
461 Points

Which rails version is used for building the API?

Is rails 5 required?

2 Answers

Rails 5 is still in beta, so go with the latest version of Rails 4.

nulled
nulled
1,890 Points

Edit: I say it's best to go with a Rails version less than 5 but greater than 4.0 for now. Otherwise, you can always change the Rails version in the gemfile and run bundle install.