bogdan / datagrid

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

uninitialized constant Datagrid::Filters (NameError) #270

Closed UbuntuEvangelist closed 4 years ago

UbuntuEvangelist commented 4 years ago

I have a Rails app. when i run $ rails server it shows uninitialized constant Datagrid::Filters (NameError) Screenshot from 2019-10-01 00-21-35

bogdan commented 4 years ago

What is inside the date_time_filter.rb file? Try to add require 'datagrid' on top of it. Which version of rails do you use? How do you plug datagrid to your Gemfile ?

bogdan commented 4 years ago

No followup, closing.