Aleksey Glukhov

Results 5 issues of Aleksey Glukhov

I have materialized_view (postgres) working perfectly in development environment, but loading test envrionment fails in initializer I defined: ``` LeaseRequestsSearch.refresh_view!(concurrent: :auto) if LeaseRequestsSearch.view_populated? ``` The error is: ``` SELECT class_name,...

Fixes bug with parsing SelectionIdentifier answers for question_form with 'checkbox' setting enabled. Parser returned only the last answer. Now returns value if there is only one answer or array if...

It would be nice to wrap gem classes into namespace module cause class names are pretty generic.

My jaw dropped when I checked resulting html after element became editable. Pure nightmare of inline css attributes should be cleaned into css rules IMO, otherwise it's very unconvenient to...

I'm hacking on highline for rails template generator of mine and want menu options to be nicely indented when printed, but I've found no easy way to do this. I...

feature request