code-and-effect / effective_datatables

An effective ActiveRecord to Datatables dsl for Ruby on Rails. Make intelligent tables quickly.
MIT License
133 stars 36 forks source link

ActionView::Template::Error (undefined method `sql_operation' for #<Effective::Resource:0x00007f91316954a0> #173

Closed yo-gen closed 1 year ago

yo-gen commented 1 year ago

Current Version of effective_datatables 4.14.2 user effective_resources 1.4.7 which throws above error. Downgrading to 4.7.16 upgrades effective_resources to 2.2.2 which works as expected.

Is something broken with the current 4.14.2 release or is this expected?

matt-riemer commented 1 year ago

Thanks for the heads up!

Yea, upgrading that dependency to latest was the right thing to do.

Cheers!