Results 45 comments of Ian Young
trafficstars

Uh oh, thanks for the bug report! Is it related to that DB already existing? I see the message about that, but I can't tell if that's affecting the error...

:+1:. 10% sounds about right. I can't see any sort of pattern to what gets dropped and what gets through, either.

@letiesperon I was able to monkey-patch this behavior with the following: ``` # config/initializers/ransack.rb Ransack.configure do |config| config.add_predicate "gteq_datetime", arel_predicate: "gteq", formatter: ->(v) { v.beginning_of_day } config.add_predicate "lteq_datetime", arel_predicate: "lt",...

That said, I would certainly prefer to see this behavior reinstated without a monkey patch. It looks to me like the removal in #8010 was a mistake--that was meant to...

I am upgrading my small app to 1.7.0-rc.2 at the moment. I'm dropping `View` entirely, so I wanted to get emails using the new component rendering as well. It didn't...