I hereby claim:
- I am wolfspyre on github.
- I am wolfspyre (https://keybase.io/wolfspyre) on keybase.
- I have a public key whose fingerprint is 7AB7 8035 9E1E 3CC9 7F39 AF1F B7F4 9854 C2D3 3281
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# Dashing service | |
# Add this file to /etc/init.d/ | |
# $ sudo cp dashboard /etc/init.d/ | |
# Update variables DASHING_DIR, GEM_HOME, & PATH to suit your installation | |
# $ sudo nano /etc/init.d/dashboard | |
# Make executable | |
# $ sudo chmod 755 /etc/init.d/dashboard | |
# Update rc.d | |
# $ sudo update-rc.d dashboard defaults |
IFrame plugin for dashing
Dashing widget to display an iframe with specified src
Create the folder iframe
in the /widgets/
directory. Put the files iframe.coffee
, iframe.html
and iframe.scss
in that folder.
The graphing widget shows graphs using the Rickshaw graphing library. The names of data fields should be (vaguely) familiar if you've used Rickshaw before.
It's recommended that you replace the /assets/javascripts/rickshaw.min.js from your dashboard with the latest from here.
#!/usr/bin/env rspec | |
require 'spec_helper' | |
describe ' mymodule::mydefine', :type => :define do | |
context 'input validation' do | |
let (:title) { 'my_title'} | |
# ['path'].each do |paths| | |
# context "when the #{paths} parameter is not an absolute path" do | |
# let (:params) {{ paths => 'foo' }} | |
# it 'should fail' do |