TalentBox / sequel-rails

A gem for using Sequel with Rails 5.x, 6.x, 7.x
http://talentbox.github.io/sequel-rails/
MIT License
326 stars 81 forks source link

Remove references to removed SpringSupport #181

Closed janko closed 4 years ago

janko commented 4 years ago

We had removed the SpringSupport module, but it's still being referenced on initialization. We remove this code, and move the Sequel.after_fork call to the "sequel.spring" initializer.

Thanks to @xymbol for pointing it out.

JonathanTron commented 4 years ago

Hi @janko thanks for fixing it. And thanks to @xymbol for pointing it out.