Closed p-leger closed 6 years ago
Hi @p-leger, thanks for the great work!
@JonathanTron Are you planning to release a new tag that includes this new option anytime soon?
@pdifranc Yes, I plan to work on Rails 6.x compatibility next week. I'll release a new version with this change then.
Hey,
Since Sequel version 5.0.0, the Sequel#connect option 'test' is true by default. Thus sequel tries to connect to the database as soon as possible.
This causes rake tasks like
assets:precompile
to fail if there is no database present.(I forgot to add some info to the readme, I'll do that once i find the time.)Cheers.