Douglas F Shearer

Results 22 comments of Douglas F Shearer

CI has been intermittently failing for some Ruby/Rails versions for a while. Not sure why, they always run fine locally. The score instance variable patch is almost insta-merge, though I'm...

Fix for this later in the week. Thanks for the reports.

Pull requests are always welcome, folks. Lots of open-source project maintainers have day jobs too. Recently I have been unable to devote time to AAI. The issue here is that...

No insult taken! I do plan to look at this again, the difficulty is in replicating these exceptions as they are race conditions across multiple processes. I wrote an experimental...

WillPaginate support is only loaded when it's available, so perhaps this could be loaded as the alternate, rather than configuring it. I can't see a situation where you have WP,...

Hi Pascal. Some cool stuff in here, I especially like the Query class. I won't be adding it to the next release, but I will be looking at this more...

Ooh, that is a doozy of a bug! Definitely worthy of a new release ASAP. I'll get on that tomorrow. Thanks again.

HI Michael. There's some other root cause at play here. This sort is only supposed to act on ActiveRecord objects, so #id rather than #object_id. Do you have a failing...

Interesting, but I need to have a play with Globalize to really understand how it works.