bogdan / datagrid

Gem to create tables grids with sortable columns and filters
MIT License
1.02k stars 115 forks source link

Fix undefined method 'exists?' for File:Class (NoMethodError) in ruby 3.2.0 #307

Closed loqman closed 1 year ago

loqman commented 1 year ago

Since File.exists? has been deprecated and removed in ruby 3.2.0, running scaffold command outputs this error message:

.../lib/datagrid/scaffold.rb:127:in 'file_exists?': undefined method `exists?' for File:Class (NoMethodError)

    File.exists?(name)
        ^^^^^^^^
Did you mean?  exist?