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
1
vote
1 answer

Seeding a Dashing list from an External JSON file

I'm new to Dashing (and relatively new to Ruby) so I apologize in advance if this is a dumb question. Basically I'm trying to get Dashing to read a json file that I update every 10 seconds. But I can't seem to get my job to read the file or post it…
Mike
  • 785
  • 1
  • 13
  • 29
1
vote
0 answers

Dashing.io widget uninitilized constant BbcNews::Nokogiri

I am trying to get a widget from https://gist.github.com/iainjmitchell/5271830 to work in dashing. I get the error below when starting dashing. scheduler caught exception: uninitialized constant BbcNews::Nokogiri' C:/dashboard/jobs/news.rb:8:in…
tom harrison
  • 3,273
  • 11
  • 42
  • 71
1
vote
1 answer

Dashing on Heroku giving "config.ru" error

So, I am just trying to get a simple Heroku server running Dashing up. So far, I have the dashing and gemlock committed to heroku. Whenever I open the site, I get an error. My logs give me this: 2015-03-14T04:05:37.617789+00:00 heroku[api]: Deploy…
user1508174
  • 49
  • 1
  • 7
1
vote
3 answers

How do I install dashing

I am new to Ruby and am trying to download the Framework Dashing (http://dashing.io/) Here is what I have done so far: Downloaded RubyDownloader and ran it Downloaded dashing-1.3.4.gem Opened Start Command Prompt with Ruby I am now currently…
user964111
  • 21
  • 1
  • 3
1
vote
1 answer

Expanding from dashing class

I am fiddling around with Dashing until I found that it only has one dashboard-level action. [link] The Dashing project does not have the dashing.coffee file in the directory but it links to it. The reload action is contained here. class…
Marco Lau
  • 577
  • 1
  • 7
  • 15
1
vote
1 answer

Coffeescript Dashing widget backgroundcolor

Good Morning everyone, I'm currently trying to change the backgroundcolor for my widgets. Somehow it just doesn't work. This is what my job file delivers: return_array.push({value: value, label: row[0], color: color}) network = status_array[0..1]…
Fabian Fulde
  • 340
  • 3
  • 9
1
vote
1 answer

How to flip/switch Dashing widget on click

I have seen this done on several web pages (for example fitbit) where a widget is flipped to display new information when it is clicked. I was wondering whether anyone could give me some help on how to achieve this or provide a code sample of…
mpals
  • 121
  • 3
  • 15
1
vote
2 answers

How do I run an CSS animation when a Dashing Widget is updated?

I am making a Dashing widget and I would like the text to fade in/out when the widget is updated. At this point I can only get the widget to animate when the dashboard page is loaded. What do I need to add so that the animation runs every time the…
Jake
  • 625
  • 6
  • 16
1
vote
1 answer

Shopify Dashing: How do I include external Javascript? (e.g Raphael.js)

I'm putting together a Shopify Dashing widget that will use the Raphael.js library to draw SVG objects on the client (i.e. dashboard). I have the code working in a standalone manner in pure JavaScript, rendering everything I need. However, now I…
kalenwatermeyer
  • 741
  • 12
  • 24
1
vote
0 answers

getaddrinfo: A non-recoverable error occurred - ruby net/http request

I have a script that when run in the console performs a series of api calls and it works wonderfully. But when I run it on the server I get a "getaddrinfo: A non-recoverable error occurred.." error here's the piece of my code that seems to be…
TheJKFever
  • 685
  • 7
  • 25
1
vote
1 answer

Rufus scheduler Timeout::Error on Selenium Specs

I'm using dashing-rails https://github.com/gottfrois/dashing-rails in my project. It runs rufus-scheduler jobs on rails env load. When I run my integration tests (rspec, capybara, selenium-driver), some of my tests randomly fail due to…
Ace Dimasuhid
  • 1,032
  • 11
  • 33
1
vote
2 answers

Dashing - lists widget

I am using the "lists" widget in dashing to display a string and a value (in this case the name of the user and number of jobs running on the batch system). I would like this displayed sorted by value (number of jobs) in descending order. It…
user26582
  • 11
  • 1
  • 3
1
vote
2 answers

Dashing-rails: how to change a widget's background color to reflect boolean data-value?

I'm using dashing-rails and trying to change the background color of a widget to green/red depending on a boolean value I get back from an API. I have a job with: Dashing.scheduler.every '1m', first_in: 8 do Dashing.send_event('all_good', status:…
ivan
  • 6,032
  • 9
  • 42
  • 65
1
vote
0 answers

["str",[Tilt::StringTemplate]][ "erb" text appears over the dashing widget

while testing the ProgressBars widget, i get this text over the top of the widget " ["str", [Tilt::StringTemplate]]["erb", [Tilt::ErubisTemplate, Tilt::ERBTemplate]]["rhtml", [Tilt::ErubisTemplate, Tilt::ERBTemplate]]["erubis",…
1
vote
1 answer

Not able to display Month names on Rickshaw Graph on Coffeescript

I am working on a project using Sinatra based framework called Dashing. Part of my project is to create a graph using RickShaw Graph. My problem is that I am not able to display month names and dates on the X-Axis. I am using coffeescript to render…
Joshi
  • 15
  • 5