patricklindsay / wice_grid

A Rails grid plugin to create grids with sorting, pagination, and (automatically generated) filters
http://wicegrid.herokuapp.com/
MIT License
33 stars 29 forks source link

Use sqlite for test app #13

Closed JasonBarnabe closed 6 years ago

JasonBarnabe commented 6 years ago

Use sqlite3 for the test app so that it's easier to set up and run tests (don't need to install postgres dev packages and such). The rest of the tests use sqlite3 too.