TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How not to sync your blog to your Rails app (woes with PubSubHubbub)

4 pointsby MicahWedemeyerabout 15 years ago

4 comments

sraduabout 15 years ago
I had this problem recently. And the solution was really simple.<p>My goal was to display in an Rails App the latest entries from a wordpress blog.<p>In the end I used this <a href="http://code.google.com/apis/ajaxfeeds/documentation/" rel="nofollow">http://code.google.com/apis/ajaxfeeds/documentation/</a> which worked perfectly, without any hacks in Rails.<p>You can check it out on www.2performant.com at the bottom. It's all javascript.
评论 #1207135 未加载
JangoSteveabout 15 years ago
I mentioned it in the comments on the article, but I typically just make my Wordpress blog use the same database as my Rails app. Then in the Rails app you can create a BlogPost model or whatever to use anywhere in your rails app.<p>You can either install the WP app on the same server as your Rails app, or you can just create a custom user and SSH tunnel for your DB between the DB server and the WP server.
Qzabout 15 years ago
If you figure it out I'd like to hear more -- have a project that I want to use PuSH with but I haven't started it for this kind of reason exactly.
评论 #1208215 未加载
julienabout 15 years ago
Micah, I'm sorry the experienced wasn't as smoothed as expected. We can definetely help. I left some comments on your blog. Please get in touch.