First let me say that this is what I was looking for and thanks for starting this project... but on these days that Rails 8.1 is already in place 😬
Do you have plans to support following versions of Rails? I just checked this quickly as sounds amazing but...
- Dynamic DB configurations like:
development:
main:
database: dev
host: localhost
# etc
ops:
database: dev_ops
host: localhost
# etc
Are not being supported
- Irreversible migrations(ActiveRecord::IrreversibleMigration) are not supported
Thanks!
First let me say that this is what I was looking for and thanks for starting this project... but on these days that Rails 8.1 is already in place 😬
Do you have plans to support following versions of Rails? I just checked this quickly as sounds amazing but...
Thanks!