mhgbrown / cached_resource

Caching for ActiveResource
MIT License
80 stars 28 forks source link

Spec updates #10

Closed ianejames closed 11 years ago

ianejames commented 11 years ago

Various updates to the code and spec to work with newer versions of Ruby & Rails. It has been tested with:

Ruby 1.9.2 / Rails 3.2 Ruby 1.9.3 / Rails 3.2 Ruby 1.9.3 / Rails 4.0 Ruby 2.0.0 / Rails 3.2 Ruby 2.0.0 / Rails 4.0

mhgbrown commented 11 years ago

Yessssss! Looks like we may have to officially deprecate support for 1.8.7 and 1.9.2. I'll just merge this then update the other business/release a new version.

ianejames commented 11 years ago

No need to deprecate 1.9.2, unless you're deprecating Rails 3 as well (which a lot of people are still on).

mhgbrown commented 11 years ago

Right right, definitely don't want to do that. I was thinking 1.9.2 with Rails 4...but then realized that Rails 4 requires 1.9.3+. Ooops!