customink / secondbase

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

Respect Rails config for migrations path when generating migration. #52

Closed MrJoy closed 6 years ago

MrJoy commented 6 years ago

If the user has customized where migrations live for the primary DB, the generator fails to replace that path with the one for the secondary DB. This ensures that the substitution is properly applied.

This fixes #51

MrJoy commented 6 years ago

Thank you! Any idea yet when it will make it into a proper release? (I hate having github: in my Gemfile...)

metaskills commented 6 years ago

Just released v2.1.5 earlier this morning.

MrJoy commented 6 years ago

Awesome! Thank you!