sikosis

Results 3 comments of sikosis

Very much looking forward to this ... even just a way to do the service blocking via command line would be good, then I can just use a cron job....

Here's the web server's output ... [29/Nov/2012 16:31:09] "GET /_cycle?duration=10 HTTP/1.1" 200 - 0.0011 Errno::ENOENT - No such file or directory - /Users/dashing/Dashboard/dashboards/favicon.ico.erb followed by a crap load of errors.

require "sinatra/cyclist" require 'dashing' configure do set :auth_token, '1234' set :default_dashboard, 'itig' helpers do def protected! # Put any authentication code you want in here. # This method is run...