zdennis / ar-extensions

ActiveRecord::Extension (aka ar-extensions) is a plugin to extend and enhance the functionality of ActiveRecord
http://www.continuousthinking.com/tags/arext
225 stars 45 forks source link

Rails 3.1 compatibility #16

Closed dgmdan closed 12 years ago

dgmdan commented 12 years ago

In my Gemfile I have: gem 'rails', '3.1.0' gem 'ar-extensions', :git => "git://github.com/zdennis/ar-extensions.git" When I do bundle install I get: Bundler could not find compatible versions for gem "activerecord": In Gemfile: ar-extensions (>= 0) ruby depends on activerecord (~> 2.1) ruby rails (= 3.1.0) ruby depends on activerecord (3.1.0) Am I missing something or is the gem really not compatible with activerecord 3.1.0? Has anyone had success using rails 3.1.0/ruby 1.9.3 with this gem? I was using it with rails 3.0.9/ruby 1.8.7 and everything was fine.

zdennis commented 12 years ago

@dgmdan, you want to use https://github.com/zdennis/activerecord-import for Rails 3.x compatibility.