Questions tagged [dashing]

A Sinatra based framework for building dashboards in simple way, it uses premade widgets, or fully create your own with scss, html, and coffeescript.

Dashing is a Sinatra based framework that lets you build dashboards in a simple way, it uses premade widgets, or fully create your own with scss, html, and coffeescript.

Questions tagged should also be tagged .


Resources


Reated tags

241 questions
0
votes
1 answer

Installing Dashing on a server

I'm looking to install the Dashing framework by Shopify on an external server, such as HostGator.com. I know Dashing runs on Ruby and you can install Ruby in the cPanel account of Hostgator servers. My question is, one I instal Ruby on the server,…
user3370902
  • 4,803
  • 3
  • 14
  • 14
0
votes
0 answers

coffeescript - Dashing dashboard not showing correct icon

I created a Dashing widget and I am having errors displaying the correct icon on the dashboard. The procedure checks for a value coming from a text file and if it's over 28 it should display a warning icon, but it ends showing a check icon. I am…
nuin
  • 607
  • 1
  • 6
  • 11
0
votes
1 answer

X-Axis on Rickshaw Graph keeps repeating itself

I am working on a Dashing project using Sinatra, and I am displaying Graphs on the dashboard. I've been having a lot of trouble with displaying Timestamps on the X-Axis, Now that I have this working, I have another problem. On my graph, the x-axis…
Joshi
  • 15
  • 5
0
votes
2 answers

Updating widget via curl

I am new to dashing, followed the instructions found here and just managed to get the "sweet_dashboard_project" up and running successfully. At the bottom of the dashboard it says: "Try this: curl -d '{ "auth_token": "YOUR_AUTH_TOKEN", "text": "Hey,…
user955732
  • 1,330
  • 3
  • 21
  • 48
0
votes
1 answer

How can check what sites thin is hosting on a windows machine?

I have installed dashing and set up a on a windows 8 machine, which uses the thin webserver. However, when I run >dashing start -p 1338 and navigate to http://localhost:1338, chrome cannot load the page. How can I see a list of everything that thin…
StuperUser
  • 10,555
  • 13
  • 78
  • 137
0
votes
1 answer

How to get RSS feed in xml format for ruby script

I am using the following ruby script from this dashing widget that retrieves an RSS feed and parses it and sends that parsed title and description to a widget. require 'net/http' require 'uri' require 'nokogiri' require 'htmlentities' news_feeds =…
user1893354
  • 5,778
  • 12
  • 46
  • 83
0
votes
2 answers

cryptic error when starting dashing

I am totally new to ruby and dashing and just installed both of them on my machine. When running dashing start it throws a cryptic error. `require': cannot load such file -- 2.0/ruby_http_parser (LoadError) Any ideas what this is all about or how…
user955732
  • 1,330
  • 3
  • 21
  • 48
0
votes
1 answer

Ruby Dashing Error

I tried to install this dashing widget and I get the following error when I run dashing start /var/lib/gems/1.9.1/gems/dashing-1.3.1/lib/dashing.rb:26:in `block (2 levels) in ': undefined method `history' for…
user1893354
  • 5,778
  • 12
  • 46
  • 83
0
votes
4 answers

Having problems with Ruby file from Dashing

I am having trouble with twitter_user.rb, which is supposed to get the number of tweets, followers, and following of a given Twitter username. I assume that I am supposed to replace TWITTER_USERNAME in line 9 with the Twitter username that I am…
user1893354
  • 5,778
  • 12
  • 46
  • 83
0
votes
1 answer

rspec with dashing in ruby

I have the below code in my index_spec.rb require '../../spec_helper' describe "Dashboards" do describe "Welcome Widget" do it "should have the content" do visit '../../dashboards/index' page.should…
user1455116
  • 2,034
  • 4
  • 24
  • 48
-1
votes
1 answer

error reading file - ENOENT: No such file or directory @ rb_sysopen

I just started exploring smashing (formerly known as dashing). Based on url here, https://github.com/Shopify/dashing/wiki/Dashing-Workshop What i am trying to do is just a simple read from local file. The local file are located in other…
realbot
  • 1
  • 1
-1
votes
1 answer

Dashing - Is it possible to run same dashboard with optional URL parameters?

I want to run dashing dashboard with optional URL parameters, e.g.: "myGreatDashboard?filter=cars" The idea is if I can reuse the same JOBS for the same dashboard with simply passing some url parameters which would change the data output. I would…
pdolinaj
  • 1,087
  • 13
  • 21
-1
votes
1 answer

sending emails on result of service status using ruby

hope someone can help me please i am fairly new to the ruby language and currently have a ruby job running that tells me the info on services running on one of my windows 2008 servers. i have written the code to display the output on a css widget…
-1
votes
1 answer

How to create a dashing like widget object in javascript

I am trying to create a widget/tile object to display on my page. Basically its a rectangular box with a background color which I would like to display some text in. To be specific I want to create widgets like the ones in dashing (dashing.io). I am…
sam
  • 1,280
  • 2
  • 11
  • 20
-2
votes
1 answer

Change Background Colour of Dashing List Widget

I'm really struggling trying to change the background image of the sample List widget in dashing. I want to be able to set a status = 'Warning' and the have the background change colour. All the examples are for a number widget not a list.
user3086854
  • 571
  • 1
  • 6
  • 8
1 2 3
16
17