flexera-public / right_aws

RightScale Amazon Web Services Ruby Gems
MIT License
449 stars 175 forks source link

camelize misbehaves with Rails 3 #61

Closed enriquez closed 13 years ago

enriquez commented 13 years ago

The currently published gem (2.0.0) tries to add ActiveSupport's camelize if ActiveSupport is not there, but it assumes Rails 2's version of ActiveSupport. See http://yehudakatz.com/tags/ruby-2-0/ for more explanation.

I'd be willing to offer a patch if I can find where the 2.0.0 commit left off. It'd be nice to have a 2.0.1 release with the patch so that the gem works with the current version of Rails.

konstantin-dzreev commented 13 years ago

Hi,

Plz try right_aws 2.1.0 at https://github.com/rightscale/right_aws

It has the issue fixed.

enriquez commented 13 years ago

right_aws 2.1.0 requires right_http_connection >= 1.2.5. The current version of right_http_connection on RubyGems is 1.2.4 http://rubygems.org/gems/right_http_connection.

konstantin-dzreev commented 13 years ago

oh, plz find that new right_http_connection here: https://github.com/rightscale/right_http_connection

enriquez commented 13 years ago

Thanks, any plans to publish these new gem versions?

konstantin-dzreev commented 13 years ago

It should be pushed to the rubugems today