You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've started using Rails (5.2.0.alpha) and I've been getting the following:
DEPRECATION WARNING: Dangerous query method (method whose arguments are used as raw SQL) called with non-attribute argument(s): ""ed_nodes"."lft"". 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 nested_set_scope at .rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/awesome_nested_set-3.1.3/lib/awesome_nested_set/model.rb:84)
The text was updated successfully, but these errors were encountered:
I've started using Rails (5.2.0.alpha) and I've been getting the following:
DEPRECATION WARNING: Dangerous query method (method whose arguments are used as raw SQL) called with non-attribute argument(s): ""ed_nodes"."lft"". 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 nested_set_scope at .rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/awesome_nested_set-3.1.3/lib/awesome_nested_set/model.rb:84)
The text was updated successfully, but these errors were encountered: