This dashboard framework is fantastic -> Dashing.
Here's how to create a dashboard very easily...
$ gem install dashing $ dashing new sweet_dashboard_project $ cd sweet_dashboard_projec $ bundle install $ dashing startLet's create our own dashboard
$ dashing generate dashboard monweb
exist dashboards
create dashboards/monweb.erb
Create our monitor widget
$ dashing generate widget monitor
exist widgets
create widgets/monitor/monitor.coffee
create widgets/monitor/monitor.html
create widgets/monitor/monitor.scss