Henrique Gubert
Results
6
issues of
Henrique Gubert
With ActiveRecord you can specify query terms by using the question mark notation and interpolation. Example: Post.where('id IN (?)', [1,2,3])
enhancement
Great gem! I'm really missing the "default value" feature the ruby hash has: `hash = Hash.new(default_value)` I would love to contribute to the gem, but I could not undestand the...