jasonmk / datastax_rails

A Ruby-on-Rails interface to Datastax Enterprise. Replaces the majority of ActiveRecord functionality.
MIT License
23 stars 9 forks source link

Started compatibility for rails4 support #12

Closed cattywampus closed 10 years ago

cattywampus commented 10 years ago

Signed-off-by: Keith Walters keith.walters@cattywamp.us

cattywampus commented 10 years ago

This should be ready to go. You can use Appraisal to test with rails 3 and rails 4. To use appraisal, you need to install the gem and then use it to generate the gem lock files for each version of rails. Then you can wrap your commands much like bundle exec.

$ bundle install
$ appraisal install
$ appraisal rails32 rake spec
$ appraisal rails40 rake spec