Vladislav Merkulov

Results 3 issues of Vladislav Merkulov

Is it possible to delete vertical "page breaks" in `page_break_preview` mode (blue doted lines)? I only need horizontal "page breaks", but vertical "page breaks" are in the page by default...

stale

This PR introduces a Pundit generator for Rails scaffolds and adds `authorize` and `policy_scope` Pundit's methods to scaffolded controllers. It modifies the scaffold generator to include a hook for Pundit...

What about adding `timeout` on `every` or job level to prevent overlapping cron jobs? https://man7.org/linux/man-pages/man1/timeout.1.html Examples: ``` every :day, at: '12:20am', timeout: 10.minutes do rake "app_server:task" end ``` ``` every...