Files
danbooru/app/logical
evazion 6196f7ba67 BURs: fix exception when estimating post counts of category changes.
Fix an error in operator precedence:

> sum + Tag.find_by_name(token[1]).try(:post_count) || 0

This was treated as `(sum + X) || 0` not `sum + (X || 0)` as intended.
This failed when X was nil.
2019-12-10 01:43:05 -06:00
..
2014-02-28 16:40:11 -08:00
2019-09-27 21:12:53 -05:00
2019-11-09 14:42:30 -06:00
2019-08-01 00:06:18 -05:00
2018-09-11 14:19:17 -07:00
2018-08-24 12:10:51 -07:00
2018-08-24 12:10:51 -07:00
2017-10-12 16:36:17 -07:00
2019-12-03 10:45:18 -06:00