Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-09 | Merge pull request #27 from jtheoof/master | Tyler Mauthe | |
add error string when widget not rendered | |||
2015-06-08 | Merge pull request #433 from frvi/master | Daniel Beauchamp | |
Possible to skip overwrites when installing widget. | |||
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 | |
2014-08-28 | Updated tests accordingly. | Fredrik Vihlborg | |
2014-01-26 | add error string when widget not rendered | Jeremy Attali | |
This prevents the cryptic ruby raw string being printed if no rendering template were found. Closes: #307 | |||
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 | adding simplecov for verifying test coverage | 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. | |||
2013-05-09 | Properly hyphenate css class names for widgets. | Federico Bana | |
2012-12-24 | Establish test suite. | Kevin Thompson | |