mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
b80d304f11
Before: ``` SELECT 1 AS one FROM "topics" WHERE "topics"."title" = 'abc' LIMIT $1 [["LIMIT", 1]] ``` After: ``` SELECT 1 AS one FROM "topics" WHERE "topics"."title" = $1 LIMIT $2 [["title", "abc"], ["LIMIT", 1]] ``` |
||
---|---|---|
.. | ||
absence.rb | ||
associated.rb | ||
length.rb | ||
presence.rb | ||
uniqueness.rb |