Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Andrew Stelmach
12,583 PointsBest 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

Training Poplify
12,079 PointsHi, 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