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

Best way to integrate a blog into a Rails website?

At first I looked at how to build wordpress into a Rails website.

Forget it!

Then I found this very cool-looking blog gem: https://github.com/publify/publify

What do you think? Any recommendations for how to build a sophisticated blog into a rails website? That is, to have a 'blog' page, but it has lots of functionality, similar to wordpress.

2 Answers

Hi, I am searching for a similar solution. I want to display my rails view to other Wordpress websites without using APIs or third party.
Thanks

Stone Preston
Stone Preston
42,016 Points

here is a list of blog engine gems that you might want to look at

looks like octopress is the most popular one in that list.