yamldb / yaml_db

Rails plugin for a database-independent dump format, data.yml .......... Seeking new maintainers! See https://github.com/yamldb/yaml_db/issues/143
https://rubygems.org/gems/yaml_db
949 stars 200 forks source link

remove deprecated query method #29

Closed lostapathy closed 12 years ago

lostapathy commented 12 years ago

These changes remove the deprecated ActiveRecord::Base.connection.add_limit_offset! and instead use an Arel query.

lostapathy commented 12 years ago

This fix provides Rails 3.2 compatibility.

ludicast commented 12 years ago

thanks!