Dmitriy Molodtsov

Results 15 comments of Dmitriy Molodtsov

What if I want to handle the InvalidPage exception manually in my ApplicationController? As I can assume now, it is handled by middleware and outputs the 404 static page, without...

Looks like the problem is still here. Thanks to using SQL statements with "lower()" commands, it is highly possible that the gem will not work fine in PostgreSQL (and I...

Hi. So, are there any ways to make associated_against searches faster now? This problem is actual, because very popular 'globalize' gem creates associated tables to keep translations, so the pg_search...

Brilliant report, facing the same issues, and temporarily solve such problem using something like @ashwinputhige suggests in https://github.com/Casecommons/pg_search/issues/206#issuecomment-183816152

Btw, it is looks like exact this bug causes this https://github.com/globalize/globalize/issues/470 problem with `Globalize gem`

Sure, this is my current Gemfile.lock ``` GIT remote: https://github.com/refinery/refinerycms revision: dd547f8f217d0e35e38a82b7d79181e2a543a6fa branch: master specs: refinerycms (3.0.2) refinerycms-core (= 3.0.2) refinerycms-images (= 3.0.2) refinerycms-pages (= 3.0.2) refinerycms-resources (= 3.0.2) refinerycms-core...

How can I pass the on-the-fly proceessing in background? I mean by this: after successfully saved the original image in storage, I will never use it for showing in client`s...

> Spring should listen to the gem groups before loading. Requiring bundle install to be run in a non standard fashion is not a fix in my opinion. > I...