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

Managing content with Ruby On Rails

I'd like to use Ruby on Rails to build a web app that basically holds a large library of content that I would like stored in a database and outputted dynamically on the site. What is the best way to manage this content with rails? Is it best to use an existing rails cms / build my own simple cms for my exact needs?

1 Answer

Sage Elliott
Sage Elliott
30,003 Points

Whatever you feel most comfortable with is probably the best solution. It's not too hard to complete a basic rails app that can store data in a database and then display on a page. If you're new to rails and looking to learn I'd definitely suggest just building it from scratch. However I don't know all the details of the project so again I'd do what YOU feel is the right way :)