Remove a specific ActiveRecord error message from a models errors collection
Example (where user is an instance variable of my User model):
Blog of hacker, inventor, and serial entrepreneur Noel Geren. Software/hardware, we don't discriminate. How-to's and how-not's.
Example (where user is an instance variable of my User model):
I recently needed to pull down monthly search totals for a number of keywords, after a quick search, that came up empty, I decided to whip one out and post the code (simplified of course), which uses the Google Ads API, Ruby and the Ruby Google Ads API client library (http://code.google.com/p/google-api-ads-ruby/). In order to run this example, you must first initialize your sandbox accounts, described in my previous posting, as well as have ruby and the Ads API libraries installed.