public
Description: a simple piglatin app to show off sinatra + DJ
Homepage: http://sinatra-dj.heroku.com/
Clone URL: git://github.com/bmizerany/sinatra-dj.git
name age message
file .gems Thu Apr 30 17:28:42 -0700 2009 install rack-cache [bmizerany]
file .gitignore Wed Apr 29 18:20:07 -0700 2009 init add [bmizerany]
file README Thu Apr 30 02:07:33 -0700 2009 more verbose README [bmizerany]
file Rakefile Tue Oct 20 12:00:51 -0700 2009 rake create [bmizerany]
file config.ru Wed Apr 29 18:20:07 -0700 2009 init add [bmizerany]
directory db/ Wed Apr 29 18:20:07 -0700 2009 init add [bmizerany]
file sinatra-dj.rb Thu Apr 30 02:12:26 -0700 2009 docn' the site [bmizerany]
directory vendor/ Thu Apr 30 17:28:13 -0700 2009 vendor rack-esi [bmizerany]
README
A simple example of Sinatra + DJ (Delayed Job http://github.com/tobi/delayed_job)

You can see it in action @ http://sinatra-dj.heroku.com

Original concept by Adam Wiggins (http://adam.blog.heroku.com/)