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 (
Expand
)
Author
2015-04-30
Remove redundant test.
Sven Dahlstrand
2015-04-29
Set public folder setting for generated project.
Sven Dahlstrand
2015-04-27
Pass `status` option to `send_file` and make sure a 404 is returned.
Sven Dahlstrand
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
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 dashboard...
Aaron Peckham
2013-05-09
Test that the Sinatra app redirects to the default dashboard; saves data post...
Aaron Peckham