public
Description: My Montreal on Rails 7 presentation of Thin
Homepage: http://www.montrealonrails.com/2008/01/22/announcing-mor-7-presenters-that-was-fast/
Clone URL: git://github.com/macournoyer/mor7.git
Search Repo:
macournoyer (author)
Wed Feb 20 11:01:31 -0800 2008
commit  ef4721aaf5b2717610675c092ce0e166199642f8
tree    6898fe2dfe2ea9e37057d38e11f024d328d3f090
parent  550e63a97ea75df8b32c3d2e0dc625519282d613
mor7 / blank.rb
100644 3 lines (2 sloc) 0.087 kb
1
2
3
%w(rubygems eventmachine thin thin_parser rack rack/lobster).each { |f| require f }
 
EM