mkhairi / jquery-datatables

Jquery datatables ruby gems for assets pipeline
https://datatables.net/
Other
75 stars 18 forks source link

Changed exists? to exist? to support ruby 3.2.0 #24

Closed sivakumar-converse closed 9 months ago

sivakumar-converse commented 10 months ago

rails g jquery:datatables:install fails due to undefined method exists? for File.

Ref -

Starting in Ruby 3.2.0 the exists? (pluralized) alias for exist? seems to have been removed.