Tag Archives: Ruby

Simple WordPress Posting from Ruby via XMLRPC

WordPress supports a few different XMLRPC APIs, all of which have different methods and key titles for specifying content. For a project I’m working on I was looking for the simplest Ruby code to get a post up with a … Continue reading

Posted in Uncategorized | Tagged , , , | Comments Off

Deploying with Capistrano and Git Submodules

If your using Capistrano to deploy code from a Git repository with submodules in it, you’ve likely run into empty directories where your sub-repositories should have been cloned. The reason is that Capistrano does not excute the Git clone command … Continue reading

Posted in Uncategorized | Tagged , , , | Comments Off

Getting an OAuth Token for your Twitter Bot

If you run a Twitter bot that uses a non-OAuth login pathway, you are going to be out of luck this coming August. With a web application that needs to publish or read from Twitter, OAuth is a good idea anyway … Continue reading

Posted in Uncategorized | Tagged , , , , , , , | Comments Off