Andrew Kumanyaev

Results 21 comments of Andrew Kumanyaev

As can you see in Readme - you can setup any ruby with this role. ``` - hosts: all vars: rbenv: env: user version: v0.4.0 ruby_version: 2.0.0-p353 roles: - role:...

@dmitrym0 Sorry, can you explain your question?

Hey folks! I'm wondering if any progress there?

@PlugIN73 я сам в ступоре )))

@PlugIN73 закрывать? )

+1 for me (gem 'resque-scheduler', '~> 3.0.0')

@melalj this solve my problem ``` ruby require 'resque/scheduler/server' Awesome::Application.routes.draw do # ... constraint = lambda { ... } constraints constraint do mount Resque::Server.new, at: '/resque_web', as: :resque_web end end...

Actual for me too. @sconover can you review?