PayPal Recurring Payments
A quick overview of integrating PayPal’s Recurring Payments into Ruby on Rails. With companies developing more and more software-as-a-service applications, developers are needing to accept and bill credit cards on a recurring basis (monthly, yearly, etc.). With PayPal’s new recurring payment API it has become much easier to integrate recurring payments into any Ruby on Rails application.
Sparklines
Sparklines are a great way to show a large array of numbers quickly. Even without references these tiny graphs can give the user a quick history in a glance. Here is a Ruby on Rails script I wrote that renders a sparkline graph from a URL.