ajax-datatables-rails icon indicating copy to clipboard operation
ajax-datatables-rails copied to clipboard

fix: prevent establishing ActiveRecord connection on startup without breaking tests

Open aymeric-ledorze opened this issue 3 years ago • 0 comments
trafficstars

This PR solves the same issue as #406 but it keeps the current definition of default value. This ensures that the tests are still able to pass.

This is issue can be really annoying since it breaks the building of docker production images when compiling assets : no database can be accessible at this point.

aymeric-ledorze avatar Sep 23 '22 14:09 aymeric-ledorze