public
Fork of bmizerany/sinatra
Description: Classy web-development dressed in a DSL
Homepage: http://sinatra.rubyforge.org
Clone URL: git://github.com/sr/sinatra.git
sr (author)
Sat Oct 17 17:09:23 -0700 2009
commit  71435b7d5cdc02727eb20488abd7eddc851a82cb
tree    078d93f6b1540bce9718aaba8909e7f86478b9a5
parent  47748931f932c3a538c82a42eec306031646256d
sinatra / AUTHORS
100644 42 lines (37 sloc) 2.349 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Sinatra was designed and developed by Blake Mizerany (bmizerany) in
California. Continued development would not be possible without the ongoing
financial support provided by [Heroku](http://heroku.com) and the emotional
support provided by Adam Wiggins (adamwiggins) of Heroku, Chris Wanstrath (defunkt),
PJ Hyett (pjhyett), and the rest of the GitHub crew.
 
Special thanks to the following extraordinary individuals, who-out which
Sinatra would not be possible:
 
* Ryan Tomayko (rtomayko) for constantly fixing whitespace errors 60d5006
* Ezra Zygmuntowicz (ezmobius) for initial help and letting Blake steal
  some of merbs internal code.
* Christopher Schneid (cschneid) for The Book, the blog (gittr.com),
  irclogger.com, and a bunch of useful patches.
* Markus Prinz (cypher) for patches over the years, caring about
  the README, and hanging in there when times were rough.
* Simon Rozet (sr) for a ton of doc patches, HAML options, and all that
  advocacy stuff he's going to do for 1.0.
* Erik Kastner (kastner) for fixing `MIME_TYPES` under Rack 0.5.
* Ben Bleything (bleything) for caring about HTTP status codes and doc fixes.
* Igal Koshevoy (igal) for root path detection under Thin/Passenger.
* Jon Crosby (jcrosby) for coffee breaks, doc fixes, and just because, man.
* Karel Minarik (karmi) for screaming until the website came back up.
* Jeremy Evans (jeremyevans) for unbreaking optional path params (twice!)
* The GitHub guys for stealing Blake's table.
* Nickolas Means (nmeans) for Sass template support.
* Victor Hugo Borja (vic) for splat'n routes specs and doco.
* Avdi Grimm (avdi) for basic RSpec support.
* Jack Danger Canty for a more accurate root directory and for making me
  watch [this](http://www.youtube.com/watch?v=ueaHLHgskkw) just now.
* Mathew Walker for making escaped paths work with static files.
* Millions of Us for having the problem that led to Sinatra's conception.
* Songbird for the problems that helped Sinatra's future become realized.
* Rick Olson (technoweenie) for the killer plug at RailsConf '08.
* Steven Garcia for the amazing custom artwork you see on 404's and 500's
* Pat Nakajima (nakajima) for fixing non-nested params in nested params Hash's.
 
and last but not least:
 
* Frank Sinatra (chairman of the board) for having so much class he
  deserves a web-framework named after him.