Skip to content

Enable using ActiveRecords's rake tasks.

paz requested to merge paz/rake-env into main

With this we can use rake db:prepare etc. on the command line, too. Previously those ran into an error, that the database config would be missing for the "default_env".

Also with this we can now run rake db:init repeatedly without error, even if the database already exists (helps with scripts).

Edited by paz

Merge request reports