When developing, file change causes ROM-Rails to rebuild the container, this leads to a database reload.
It works well with a small database, but when you stack up more and more tables, it takes more and more time.
This allows to only load the database container at launch.
When developing, file change causes ROM-Rails to rebuild the container, this leads to a database reload. It works well with a small database, but when you stack up more and more tables, it takes more and more time.
This allows to only load the database container at launch.
It's disabled by default.
Possible errors :