Hi Sergio, I noticed that Date searches were not working in one of my older applications (upgraded to Rails 6.0.3.x, ) and that the search UI widget was different. The newer application, which uses the 'jquery-ui-rails' GEM renders a search select which allows a user to select PAST or FUTURE for a date search, and specify days/weeks, which is much easier than picking a date for the calendar picker. Without the 'jquery-ui-rails', Date search ignores the date range.
I know this is a confusing problem to remotely diagnose, but any advice? Screen shot shows the behavior with Search working, using jquery-ui-rails. If jquery-ui-rails is need by AS, would like to update the wiki. Partial Gemfile List: gem 'active_scaffold', '3.6.0.rc2' gem 'jquery-rails' gem 'jquery-ui-rails'#needed for Date field searches to work gem 'activemodel-serializers-xml', '~>1.0' #Used by Link Rules & Cradle Item Types services gem 'rails', '~> 6.0.3', '>= 6.0.3.4' gem 'mysql2', '>= 0.4.4' # Use Puma as the app server gem 'puma', '~> 4.1' -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails Gem" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/activescaffold/1cc61b5a-126f-43db-b919-140f9a394d48n%40googlegroups.com.
