summaryrefslogtreecommitdiff
path: root/lib/dashing.rb
AgeCommit message (Collapse)Author
2013-05-18Persist history at exit and load on start, so that server restarts don't ↵Nathan Broadbent
lose all pushed events
2013-05-09allow send_event to be called from within modulesZachary Salzbank
resolves the error: undefined local variable or method `settings' when send_event is called from in a module
2013-04-03Send an X-Accel-Redirect in /events to disable nginx buffering.Jean Boussier
2013-02-13Added the public directory for serving static assets. This allows for stuff ↵Daniel Beauchamp
like favicons and custom 404/500 pages.
2013-01-24Allow overriding the 'updatedAt' field. This is useful if you want to show ↵Daniel Beauchamp
the freshness of the data instead of when the job was last run.
2012-12-04Display 'last updated' using user's locale. Closes #10Scott Gerring
2012-08-28Added in a fix that forces your json codec to initialize before jobs are run.Daniel Beauchamp
2012-08-24Keep track of updatedAt server side, instead of on widgets.Daniel Beauchamp
2012-08-13Updated to use sprockets! Ah, much cleaner.Daniel Beauchamp
2012-08-08Rename project to 'Dashing', and do some other cleanupsDaniel Beauchamp