index
:
dashboard.git
ci
master
[dashboard]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
app_test.rb
Age
Commit message (
Collapse
)
Author
2013-12-19
light refactoring for better test coverage
pseudomuto
2013-12-18
moving app to it's own file under lib/dashing
pseudomuto
2013-12-18
moving cli to lib and updating bin file
pseudomuto
2013-12-18
switching from test unit to minitest
pseudomuto
2013-12-18
adding haml to dev dependencies so all tests run
pseudomuto
2013-07-29
Merge remote-tracking branch 'cjolly/cjolly-application-messages'
David Underwood
* cjolly/cjolly-application-messages: only fire dashboard events when target is current dashboard dashboard events - use SSE event names Adding application messaging. Conflicts: test/app_test.rb
2013-07-14
use tmp dir for history file when running tests
Chad Jolly
2013-07-14
dashboard events - use SSE event names
Chad Jolly
2013-06-25
render titles correctly
David Underwood
2013-05-20
allow widget views to be written in any Tilt-supported template language
Aaron Peckham
2013-05-09
use any Tilt-supported view engine for dashboards, including Haml
Aaron Peckham
2013-05-09
add test for redirecting to first dashboard, and returning a 404 if ↵
Aaron Peckham
dashboard doesn't exist
2013-05-09
Test that the Sinatra app redirects to the default dashboard; saves data ↵
Aaron Peckham
posted to /widgets/X, and requires auth; returns data on /events; returns the sample dashboards; and returns sample widgets.