When you are deploying code left-and-right, even in a test-driven development cycle, sometimes you still want the piece of mind that your
When deploying on Heroku, you can piggy back on their SSL certificate, which allows you to have a secure connection right away
We have been using tddium as a deployment tool for our Ruby Sinatra API for some time now. It has been working
I have been spending a lot of time writing Ruby programs that take in data through the terminal. One of the problems
*code examples are based in ruby The problem Consider you are scraping web articles building a list of contacts for a PR
This is about as structurally simple as it could get to interact with the new Basecamp API (using HTTParty for the RESTful
A great couple of lines that add a `to_bool` method to the Ruby String class. This is really helpful when passing in
def time_ago time, append = ' ago' return time_ago_in_words(time).gsub(/about|less than|almost|over/, '').strip << append end I love the time_ago_in_words method that comes bundled
The most common way to make files publicly accessible for an Amazon S3 bucket is to add a bucket policy (Bucket Properties
This technique is helpful if you are using Amazon S3 as a file repository and want to detect duplicate files as they