nkallen / cache-money

A Write-Through Cacheing Library for ActiveRecord
Apache License 2.0
994 stars 107 forks source link

require 'activerecord' and 'activesupport' #12

Closed IvanUkhov closed 7 years ago

IvanUkhov commented 14 years ago

Please replace those requirements with 'active_record' and 'active_support'. They are deprecated from Rails 2.3.5.

smtlaissezfaire commented 14 years ago

Fixed on this branch:

http://github.com/smtlaissezfaire/cache-money/tree/fix_test_suite

I've sent a pull request.

jamiew commented 14 years ago

Are all these pull requests going anywhere? :x

It'd be great to point people at repositories that are actually being maintained, since this is an awesome library.