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
584 stars 228 forks source link

Add support for trilogy adapter for MySQL #422 #423

Closed mrudult closed 3 months ago

mrudult commented 5 months ago

Adds support for trilogy adapter in Rails >= 6 and <= 7.0.

Rails 7.1 includes trilogy as a built-in adapter and makes it default in Rails 8 - https://github.com/rails/rails/pull/47880, https://rubyonrails.org/2023/10/5/Rails-7-1-0-has-been-released

mrudult commented 5 months ago

It looks like making trilogy default (and built-in in Rails 7.1) is pushed back as it doesn't yet support caching_sha2_password password auth. Thus, adding back the dependency to rails 7.1 gemfile.

naoyanickf commented 3 months ago

plz merge this...this is very important

naoyanickf commented 3 months ago

@n-rodriguez thank you so much!