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

Randy De Silva
Randy De Silva
10,298 Points

Database Foundations or Active Record

Hello everyone, I am on the Rails Development track and I am finishing up "Ruby Foundations. I would like your advice/opinions on deciding to which section to chose next "Database Foundations" or "Active Record" or does it even matter?

Thanks,

1 Answer

Dylan Shine
Dylan Shine
17,565 Points

You need to understand database foundations before working with Active Record. Active Record as an ORM abstracts your interaction with databases tremendously, making your life simple in terms of setting up schemas and manipulating database data. If you're in this for the long term, you should understand what Active Record is actually doing, how relational databases work and basic SQL.