customink / secondbase

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

fixing 5.x tests and adding 5.2.x #69

Closed Justin-Hsu-Customink closed 2 months ago

Justin-Hsu-Customink commented 3 years ago

Added rails 5.2.x for appraisal tests.

Changes

For Schemas, 5.2.x seems to use a different schema version syntax: for example from version: 20151202075826 to version: 2015_12_02_075826. There were also a couple of deprecation notices that were resolved by setting application configs in init.rb

Updated Dependencies

added rails 5.2.x