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

False positive on Rails 4.0.3 when checking for Rails 3 #16

Closed sethschroeder closed 10 years ago

sethschroeder commented 10 years ago

The regex wasn't anchored on the major version number. I looked for other such instances and all the others were anchored.