Tag Archive: Ruby

The War Room

The only fantasy sports site you will ever need. Millions of relevant posts aggregated into your own personalized FantasyFeed gives you an unfair advantage in your fantasy sports game.

Rails 3.1 and asset pipeline

When we heard the announcement of Ruby on Rails 3.1 RC, we agreed that we upgrade one of our internal applications and check out all of the new…

OAuth Disco – No fluff, just code

OAuth is really nice, but it can be quite confusing to get started with. If you’re the sort of person who likes to look at code instead of…

Correct PayPal IPN handling with Rails

While working with different PayPal payment APIs, I have read a lot of tutorials, library code and documentation about the given matter. While there are several quite competent…

Advisory locking with ActiveRecord

Not too long ago we had a problem with doing (almost) guaranteed inserts for columns with unique constraints on them (see this post). Today I was facing a…