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

Get dashboard name using Dahing ruby framework

I'm using dashing to create some dashboards, but now I want to create for example 2 dashboards, basic job code is the same, only source differs, is there a way get name of the dashboard. I've tried request.request_uri, but I'm getting exception…
Wojciech Szabowicz
  • 3,646
  • 5
  • 43
  • 87
0
votes
2 answers

NoMethodError after integrating google-api-client 0.9.pre3 in dashing

I installed shopify dashing on my localhost and it is working fine prior to google client api installation but after doing bundle for google-api-client version 0.9.pre3 it is showing error as in attached images. For rectifying this issue I installed…
hmjha
  • 491
  • 2
  • 6
  • 18
0
votes
1 answer

Pulling data from a widget in Dashing

I created a widget with a drop down menu and i want to update my ruby query with the value selected in the HTML drop down menu. I am currently using nokogiri to pull the localhost dashboard. nokogiri is able to pull the data from the sample.erb. …
0
votes
1 answer

How to add a new Sinatra endpoint to a dashing.io server?

Is there an easy way to add a new Sinatra endpoint to a dashing.io server? I'd like to incorporate a Dropbox webhook so that I can update a widget whenever a certain file changes in Dropbox. For that to work I have to add a new endpoint (e.g.…
RobertJoseph
  • 7,968
  • 12
  • 68
  • 113
0
votes
1 answer

Dashing: Widget not updated on load/reload until job refreshes data (CSS Transition not initilized)

I have no understanding of this html/coffee/scss stuff. (ruby is ok) I'm using this hotlist widget from here: https://gist.github.com/andre-morassut/8705385 It works but when loading/reloading the page in the browser I get empty widgets until the…
Fookiee
  • 156
  • 1
  • 12
0
votes
0 answers

Sinatra error with dashingio and rest-client

I'm using rest-client in a dashingio job. Since adding code for rest-client I get the following error on dashing start /Users/emcevoy/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:1595:in `define_method': tried to…
Eamonn McEvoy
  • 8,876
  • 14
  • 53
  • 83
0
votes
2 answers

Dynamic Widgets in Dashing

I'm new to using ruby and Coffee script but I have managed to get as far as displaying data within a single widget. I am trying to think logically how would one go about creating a widget for each entry from a collection. Does anyone know how to go…
0
votes
1 answer

Dashing set status of widget using curl

I'm not sure if this is a possibility but I am trying to update the status of a text widget in Dashing using curl. The status I would like to update is 'warning' or 'danger' to reflect if a server has gone down or become unresponsive. My idea is…
Garreth
  • 1,057
  • 2
  • 9
  • 24
0
votes
0 answers

Dashing framework: defer rendering until DOM is loaded

---edit--- I asked this question over on the project's Github, and it's been indicated that they're not set up to do what I want: https://github.com/Shopify/dashing/issues/617#issuecomment-142762194 You can't really do that with the DOM, some…
laffoyb
  • 1,540
  • 3
  • 22
  • 35
0
votes
1 answer

Filter Dashing API call

We have a Teamcity build server which publishes updates to Dashing through Webhooks. But we don't want to display every update as we are only interested in the status of the main branch. Is there a way to intercept the API call, and then stop the…
J_men
  • 387
  • 1
  • 4
  • 14
0
votes
1 answer

Dashing - reorder/sorting widgets

is it possible to reorder/move widgets by given property on the dashboard ? i am adding widgets dynamically to the dashboard by pushing data from a job to the erb file:
    <% settings.servers.each do |data| %> …
lielran
  • 189
  • 1
  • 9
0
votes
1 answer

Dashing - dynamically delete widgets

how can i dynamically delete widgets from a job(rb) in Dashing? I am building the dashboard dynamically by sending a data to the erb file:
    <% settings.servers.each do |data| %>
  • lielran
    • 189
    • 1
    • 9
0
votes
1 answer

How to make an ajax call from erb file in Dashing framework?

I want to get value of my variable(ruby array) dynamically in erb file. I am able to call the value in erb page, but as my job keeps running and the value of the variable keeps changing and I want its changes to be reflected on my erb file.
0
votes
1 answer

dashing rufus scheduler updating two different values

I'm using dashing to display some information taken from Jira bug tracking system. Using the plugin: https://gist.github.com/christiangalsterer/1b24f2b42aa39ba63a92 I have a ruby script that gets the number of Jira issues based on a filter, for each…
0
votes
1 answer

Could not find 'eventmachine'

I'm trying to install Dashing on my Linux mint. I'm having trouble with the gems it requires. I've installed the Dashing gem, but when I try to run dashing I get this error about eventmachine: …
ed_is_my_name
  • 601
  • 3
  • 9
  • 24