customink / secondbase

Seamless second database integration for Rails.
MIT License
220 stars 31 forks source link

Rails 5.1 support #45

Closed hmadison closed 7 years ago

GuskiS commented 7 years ago

Tests seem to be failing. Could this be something to do that Rails 5.1 uses Arel 8.0.0.0?

hmadison commented 7 years ago

No, this is a config loading issue.

metaskills commented 7 years ago

Hmm, I recently got an issue on the SQL Server adapter about configs and loading under v5 and upward for ActiveRecord gems. It goes back to this Rails core issue. https://github.com/rails/rails/issues/23589

I wonder if that is related?

GuskiS commented 7 years ago

Are these related #44 ?