Sneak peek: tail -f thechangelog

I wanted to give you my readers (all five of you) a sneak peek at a little something Adam and I have been working on over at The Changelog.
Read More »

Quick tip: Use APIdock to hunt down missing methods

From time to time, we all to have step into older projects and add features. Suddenly that old standby method you’d come to love is giving you a method_missing. How do you go about finding out which version of Rails introduced it so you can upgrade or monkey patch? APIdock has your back.
Read More »

The Twitter gem now supports Tumblr

On the heels of the announcement that Tumblr now supports the Twitter API, we’re happy to say the Twitter gem now supports Tumblr!
Read More »

Use JavaScript to put GitHub info on your site

In case you missed it, Adam and I launched a new blog and are six episodes into a new podcast where we bring you what’s fresh and new in open source software. Our goal is to scour the depths of GitHub (and other sources) to highlight the cool new and newly released open source projects. As the good folks at Github recently highlighted, one of my favorite features of the blog is the GitHub integration. Here’s how to use JavaScript to put GitHub info on your site.
Read More »

Speed up your API development, sniff your network calls on OSX with HTTPScoop

HTTPScoop from Tuffcode is a neat way to see what network calls are going on from all the applications in OS X. It’s perfect for debugging API calls or creating fixtures for API wrapper tests.
Read More »

Add a retweet button to your Rails app easily with the Backtweets helper

On this blog, I use the excellent Socialize plugin to easily add social sharing buttons to each post. For Twitter, I chose to configure Socialize to use Backtweets for displaying tweet counts mainly because it’s more configurable than the TweetMeme widget.

When I needed a Backtweets widget for a client Rails application, I whipped up a quick plugin that provides an easy helper for writing all those JavaScript options.
Read More »

Link LinkedIn into your next Ruby application

LinkedIn launched its new API last week, allowing any developer brave enough to implement OAuth to integrate with one of the largest social networks around. Seeking an opportunity to really understand OAuth more fully and play around with the LinkedIn API at the same time, I created the LinkedIn Ruby Gem.
Read More »

Rubyists I’m thankful for this year

Thanksgiving is one of my favorite holidays. I also like what’s become a blogging trend of stopping and giving thanks for a few things. This year, I focus on some Rubyists that I feel don’t get enough praise for the great work they do.
Read More »

Plan your Nextstop from Ruby — or Twitter!

I stumbled across Nextstop this week, a community driven travel site where users can post destination guides and recommend places to explore, eat & drink, or just sleep. Since I’m an API junkie, when they announced their new API this week, I just had to write a Ruby wrapper.
Read More »

Fork you? No, no, no – Fork Queue.

You don’t have to be a Dr. Nic with his 100+ public repos to appreciate the Github Fork Queue and how it streamlines accepting patches for your open source projects.
Read More »