I\'m trying to communicate with urban airship API using a ROR web application.
In my controller I\'ve the following code:
require \'net/http\' requir
Solved!
There is a bug related to the 'pg' gem and the use of HTTPS connections.
The fix is trivial: just move the gem 'pg' line of your Gemfile to the bottom!
gem 'pg'