As an example, the following
User.all(':email '=> {':id' => '1"'})
ArgumentError: condition ":email " does not map to a property or relationship in User because of the space before any SQL request is performed.
Query SELECT `id`, `email`, `password` FROM `users` WHERE `email` IN ('[":id", "1\""]') ORDER BY `id` 120602 8:41:03 3 Quit
As an example, the following
will throw and will create the following query: