ajax-datatables-rails
ajax-datatables-rails copied to clipboard
fix: prevent establishing ActiveRecord connection on startup without breaking tests
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.