I'm not a rails guy....why does something so cool looking have to be so closely coupled to a rails backend?
That being said, I'm working on decoupling the frontend and backend, which will see implementations in other languages.
21–30 of 85 posts
I'm not a rails guy....why does something so cool looking have to be so closely coupled to a rails backend?
That being said, I'm working on decoupling the frontend and backend, which will see implementations in other languages.
We're using dashing to present some internal information about our company's cashflow. We built a second application (in Rails) that collects data from various sources, stores and transforms it, and then exposes it via API for dashing to use. So in our case, dashing is a neat presentation layer and it serves its role very well.
Both of your demos are returning errors...
I'm not a rails guy....why does something so cool looking have to be so closely coupled to a rails backend?
Not a rails backend. It's sinatra, so there's WAY less magic going on. A beginner rubyist should be able to grok most of the (tiny) source. That being said, I'm working on decoupling the frontend and backend, which will see implementations in other languages.
Points from me even if just for the name alone :) Looks great, wish I could think of a use for it!
Hey everyone! Dashing creator here. Thanks for the frontpage :) I have good news for you all. Dashing will be evolving soon to support multiple backends. Already there are ports being written for python, perl, .net, and also better rails integration. Stay tuned! P.S: Sorry for the downtime. Was not expecting frontpage. While I work on getting it stable, enjoy this screenshot: http://cl.ly/image/321Y2V361X1r
Is batman.js supposed to be an alternative to angular? If so, what advantages does it have?
This popped up a few months ago. Unfortunately, not much discussion: https://news.ycombinator.com/item?id=4718311
Well, maybe you can take a look at another dashboard framework I wrote. It uses PHP, pulls data directly from MySQL and works seamlessly on mobile browsers, tablets. :) http://razorflow.com Adding support for Google Analytics and Excel in the next two weeks!
Is batman.js supposed to be an alternative to angular? If so, what advantages does it have?
It's an alternative to ember, angular, knockout, backbone, and all those other client side MVC frameworks.
Its main advantage is that it should be very familiar to a Rails developer. The APIs are very close to what you'd find in Rails, so it should be quick to get into it. Shopify, which is built in RoR, now is completely client-side powered by Batman.js. The project was extracted from that.