public
Description: a pomodoro timer app
Homepage: http://tomatoist.com
Clone URL: git://github.com/voxdolo/ding.git
Click here to lend your support to: ding and make a donation at www.pledgie.com !
ding /
name age message
file .gems Sat Oct 17 14:47:10 -0700 2009 add datamapper gem dependency [voxdolo]
file .gitignore Thu Aug 13 18:28:14 -0700 2009 Move database configuration to its own file [voxdolo]
file COPYING Thu May 21 07:36:35 -0700 2009 Add WTFPL [voxdolo]
file README Fri Jun 12 11:46:28 -0700 2009 Add to list of required gems [Les Hill and Wes Gibbs]
file Rakefile Thu Aug 13 11:36:13 -0700 2009 Initial re-organization [voxdolo]
file config.ru Thu Aug 13 11:36:13 -0700 2009 Initial re-organization [voxdolo]
directory config/ Thu Oct 15 18:00:08 -0700 2009 Move DingHelpers to their own file (and load it) [voxdolo]
directory lib/ Sun Oct 18 13:13:53 -0700 2009 Show timer created via distance_ago_in_words [voxdolo]
directory public/ Mon Oct 26 18:49:05 -0700 2009 Show remaining time in icon badge [voxdolo]
directory script/ Thu Aug 13 11:54:18 -0700 2009 Fix console script [voxdolo]
directory spec/ Sat Oct 17 14:36:57 -0700 2009 Don't store offset or manipulate TZ rely on jq... [voxdolo]
directory views/ Thu Oct 22 18:50:44 -0700 2009 Provide growl and dock support for Prism [voxdolo]
README
Setup
===========================

Install Gems
-------
sinatra
datamapper
do_sqlite
tzinfo
rack_hoptoad
dm-sweatshop
json_pure
rack-test
haml

Database
---------
rake db:migrate

Test
---------
rake spec

Server
---------
rackup
visit http://localhost:9292