Closed lorint closed 1 year ago
This is pursuant to @tmimura39's finding that when running rails dbconsole, ARTA currently errors with:
rails dbconsole
`require': cannot load such file -- trilogy_adapter/rails/dbconsole
As such, here is an implementation of dbconsole that strives to adhere as closely as possible with how it is implemented in Rails 7.1.
This is pursuant to @tmimura39's finding that when running
rails dbconsole
, ARTA currently errors with:As such, here is an implementation of dbconsole that strives to adhere as closely as possible with how it is implemented in Rails 7.1.