Paul Canavese

Results 6 issues of Paul Canavese

The twitter authorize_url should be set to: https://api.twitter.com/oauth/authenticate instead of: http://api.twitter.com/oauth/authenticate

We're seeing a problem case where a user initiates the OAuth flow and the session gets populated with auth_callback_method set to POST. Something keeps the full flow from completing (we're...

I'm using Nick Stakenburg's popular Lightview JS/CSS library (http://www.nickstakenburg.com/projects/lightview/) and can't include it using LESS. It chokes on a number of IE expressions: - html body #lightviewController { /\* IE6...

IE support

If we try to generate a geohash from a latitude of 90 or -89.99, it causes a segmentation fault, bringing down Ruby.

Unfortunately, it appears that the newest versions of ActiveRecord (3.2.0.rc1, at least) use: ActiveRecord::ConnectionAdapters::Mysql2Adapter::Column gems/spatial_adapter-1.2.0/lib/spatial_adapter/mysql2.rb:83:in `': uninitialized constant ActiveRecord::ConnectionAdapters::Mysql2Column (NameError) from gems/spatial_adapter-1.2.0/lib/spatial_adapter/mysql2.rb:82:in`module:ActiveRecord' from gems/spatial_adapter-1.2.0/lib/spatial_adapter/mysql2.rb:81:in `' from gems/bundler-1.0.21/lib/bundler/runtime.rb:68:in`require'

When an ApiException is returned by the Xero API, a parsing exception occurs, apparently because it is expecting JSON but getting XML. It's happening at lib/xeroizer/http_response.rb, line 130: ``` def...