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

Databases

Matthew Francis
Matthew Francis
6,967 Points

Spring vs Ruby on Rails, which is more beneficial for my situation?

I created a student database for a university through MySQL . I want the database be retrivable through my app. So now I need to create an API to do so.

My question is, should I use Spring or Ruby on Rails to create the API? I've heard Ruby on Rails is fine for simple CRUD operations. And Spring is used for more complicated back-end logic (like what? an example would be great). For my app, I need to update it every few months since the number of students keeps on changing; should I use Spring or RoR?