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
Eliminate deprecation warnings in ActiveRecord 5.2
Starting from Rails 5.2 passing raw SQL to methods like `order` is deprecated
and in 6.0 it will be forbidden because of security concerns.
When users sure that passed string is safe, they must wrap it with `Arel.sql`.
0 commit comments