Shopify / dashing

The exceptionally handsome dashboard framework in Ruby and Coffeescript.

Home Page:http://shopify.github.com/dashing/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dashing not working properly

shenbaga2016 opened this issue · comments

Hi,

I installed RailsInstaller and created a new dashing project.
While testing the "My super sweet dashboard" I get black screen with the below content only.
Try this: curl -d '{ "auth_token": "YOUR_AUTH_TOKEN", "text": "Hey, Look what I can do!" }' \http://localhost:3030/widgets/welcome
Dashing Issue.docx

What browser are you using? I.E. is not supported.

Looks like your using Internet explorer, try chrome or firefox. Dashing utilizes websockets which is not supported by internet explorer.

I check with Chrome as well and I am getting the same black screen with that content.

After installing Node.js this issue gets resolved.