assaf / vanity

Experiment Driven Development for Ruby
http://vanity.labnotes.org
MIT License
1.55k stars 270 forks source link

Do not build a connection to see if its connected. #288

Closed peterkovacs closed 8 years ago

peterkovacs commented 8 years ago

This avoids trying to require redis into Rails when you're using active_record as your data source.

peterkovacs commented 8 years ago

This isn't the fix i was looking for.