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

Backend as a Service providers to use with a Rails front end?

I am about to start building a Ruby on Rails app for someone but they are wanting a clean/easy to use backend that will allow them to edit most of their content. I don't really want to build the backend from scratch, nor do I want to use the RefineryCMS gem (I find it a little ugly). What I was thinking is that I could maybe use some kind of prebuilt backend service and pull in that content to the Rails app.

I was wondering is anyone has done anything like this and if so what BaaS provider they used?

1 Answer

If you're talking about like an admin panel, you could use RailsAdmin gem found here.

If you are looking for CMS functionality like Wordpress has you could check this link for the 9 best Rails CMS gems.

Let me know if this is helpful and if I can help with anything else.