jbox-web / ajax-datatables-rails

A wrapper around DataTable's ajax methods that allow synchronization with server-side pagination in a Rails app
MIT License
585 stars 228 forks source link

Improve query performance when nulls_last option is enabled #317

Closed natebird closed 5 years ago

natebird commented 5 years ago

The separate syntax per database driver allows indices to give performance improvements.

natebird commented 5 years ago

The ENV variable for the database adapter seems to be interfering with the tests I created. Any ideas on how to work around that?

natebird commented 5 years ago

@antillas21 - can you review this again? It looks like a couple of failed tests due to not finding bundler. Anything you want me to do or is this ready to be merged?

natebird commented 5 years ago

@n-rodriguez Can you look this over again? The Travis failures are related to not finding bundler.