Hi Sergio,
I've got this message : DEPRECATION WARNING: Dangerous query method (method whose arguments are used as raw SQL) called with non-attribute argument(s): "`pers_sports`.`id` ASC". Non-attribute arguments will be disallowed in Rails 6.0. This method should not be called with user-provided values, such as request parameters or model attributes. Known-safe values can be passed by wrapping them in Arel.sql(). (called from block in append_to_query at /vendor/bundle/ruby/2.6.0/bundler/gems/active_scaffold-d6756e1f3eb5/lib/active_scaffold/finder.rb:539) And I'm testing to migrate to rails 6, and I think it will not work... :) Thank for your help (again) Gloufy -- 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/e2a2fc1f-99d2-42ec-8722-ec276c0c5cca%40googlegroups.com.
