Hi, Trying to get dashing running on windows ruby 2.0 On start of dashing I get the following. Apologies if this is a user error I am an absolute Ruby noob.
C:/Ruby200/lib/ruby/gems/2.0.0/gems/rufus-scheduler-3.0.0/lib/rufus/scheduler.rb:109:in `start_new': this is rufus-scheduler 3.0, use .new instead of .start_new (RuntimeError)
from C:/Ruby200/lib/ruby/gems/2.0.0/gems/dashing-1.2.0/lib/dashing.rb:10:in `<top (required)>'
from config.ru:1:in `require'
from config.ru:1:in `block in <main>'
from C:/Ruby200/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/rack/builder.rb:55:in `instance_eval'
from C:/Ruby200/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/rack/builder.rb:55:in `initialize'
from config.ru:1:in `new'
from config.ru:1:in `<main>'
from C:/Ruby200/lib/ruby/gems/2.0.0/gems/thin-1.5.1/lib/rack/adapter/loader.rb:33:in `eval'
from C:/Ruby200/lib/ruby/gems/2.0.0/gems/thin-1.5.1/lib/rack/adapter/loader.rb:33:in `load'
from C:/Ruby200/lib/ruby/gems/2.0.0/gems/thin-1.5.1/lib/thin/controllers/controller.rb:181:in `load_rackup_config'
from C:/Ruby200/lib/ruby/gems/2.0.0/gems/thin-1.5.1/lib/thin/controllers/controller.rb:71:in `start'
from C:/Ruby200/lib/ruby/gems/2.0.0/gems/thin-1.5.1/lib/thin/runner.rb:187:in `run_command'
from C:/Ruby200/lib/ruby/gems/2.0.0/gems/thin-1.5.1/lib/thin/runner.rb:152:in `run!'
from C:/Ruby200/lib/ruby/gems/2.0.0/gems/thin-1.5.1/bin/thin:6:in `<top (required)>'
from C:/Ruby200/bin/thin:23:in `load'
from C:/Ruby200/bin/thin:23:in `<main>'
Hi, Trying to get dashing running on windows ruby 2.0 On start of dashing I get the following. Apologies if this is a user error I am an absolute Ruby noob.