pkgsrc/databases/ruby-activerecord31
taca eccf80f4c8 Update ruby-activerecord31 to 3.1.11.
## Rails 3.1.11 (unreleased) ##

*   Quote numeric values being compared to non-numeric columns. Otherwise,
    in some database, the string column values will be coerced to a numeric
    allowing 0, 0.0 or false to match any string starting with a non-digit.

    Example:

        App.where(apikey: 0) # => SELECT * FROM users WHERE apikey = '0'

    *Dylan Smith*
2013-02-12 14:21:05 +00:00
..
DESCR
distinfo Update ruby-activerecord31 to 3.1.11. 2013-02-12 14:21:05 +00:00
Makefile Update ruby-activerecord31 to 3.1.6. 2012-06-14 14:55:35 +00:00
PLIST