~l3on/ubuntu/precise/ruby-sinatra/version-for-843734

« back to all changes in this revision

Viewing changes to AUTHORS

  • Committer: Bazaar Package Importer
  • Author(s): Lucas Nussbaum
  • Date: 2011-04-26 15:41:55 UTC
  • Revision ID: james.westby@ubuntu.com-20110426154155-vn2r1ery5rj8249b
Tags: upstream-1.2.3
Import upstream version 1.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Sinatra was designed and developed by Blake Mizerany (bmizerany) in
 
2
California. Continued development would not be possible without the ongoing
 
3
financial support provided by [Heroku](http://heroku.com) and the emotional
 
4
support provided by Adam Wiggins (adamwiggins) of Heroku, Chris Wanstrath (defunkt),
 
5
PJ Hyett (pjhyett), and the rest of the GitHub crew.
 
6
 
 
7
Special thanks to the following extraordinary individuals, who-out which
 
8
Sinatra would not be possible:
 
9
 
 
10
* Ryan Tomayko (rtomayko) for constantly fixing whitespace errors 60d5006   
 
11
* Ezra Zygmuntowicz (ezmobius) for initial help and letting Blake steal
 
12
  some of merbs internal code.
 
13
* Ari Lerner (http://xnot.org/) for his evangelism, spirit, and gumption
 
14
  that got Sinatra recognized from Day 1.
 
15
* Christopher Schneid (cschneid) for The Book, the blog (gittr.com),
 
16
  irclogger.com, and a bunch of useful patches.
 
17
* Markus Prinz (cypher) for patches over the years, caring about
 
18
  the README, and hanging in there when times were rough.
 
19
* Simon Rozet (sr) for a ton of doc patches, HAML options, and all that
 
20
  advocacy stuff he's going to do for 1.0.
 
21
* Erik Kastner (kastner) for fixing `MIME_TYPES` under Rack 0.5.
 
22
* Ben Bleything (bleything) for caring about HTTP status codes and doc fixes.
 
23
* Igal Koshevoy (igal) for root path detection under Thin/Passenger.
 
24
* Jon Crosby (jcrosby) for coffee breaks, doc fixes, and just because, man.
 
25
* Karel Minarik (karmi) for screaming until the website came back up.
 
26
* Jeremy Evans (jeremyevans) for unbreaking optional path params (twice!)
 
27
* The GitHub guys for stealing Blake's table.
 
28
* Nickolas Means (nmeans) for Sass template support.
 
29
* Victor Hugo Borja (vic) for splat'n routes specs and doco.
 
30
* Avdi Grimm (avdi) for basic RSpec support.
 
31
* Jack Danger Canty for a more accurate root directory and for making me
 
32
  watch [this](http://www.youtube.com/watch?v=ueaHLHgskkw) just now.
 
33
* Mathew Walker for making escaped paths work with static files.
 
34
* Millions of Us for having the problem that led to Sinatra's conception.
 
35
* Songbird for the problems that helped Sinatra's future become realized.
 
36
* Rick Olson (technoweenie) for the killer plug at RailsConf '08.
 
37
* Steven Garcia for the amazing custom artwork you see on 404's and 500's
 
38
* Pat Nakajima (nakajima) for fixing non-nested params in nested params Hash's.
 
39
* Konstantin Haase for his hard work and ongoing commitment to improving
 
40
  Sinatra, for 1.1.0, 1.2.0 and beyond..
 
41
* Zachary Scott for adding Konstantin to the AUTHORS file. He also did help
 
42
  writing the book, but mainly for adding Konstantin.
 
43
* Gabriel Andretta for having people wonder whether our documentation is
 
44
  actually in English or in Spanish.
 
45
* Vasily Polovnyov, Nickolay Schwarz, Luciano Sousa, Wu Jiang, Mickael Riga,
 
46
  Bernhard Essl, Janos Hardi, Kouhei Yanagita and "burningTyger" for willingly
 
47
  translating whatever ends up in the README.
 
48
* [Wordy](http://www.wordy.com/) for proofreading our README. 73e137d
 
49
* cactus for digging through code and specs, multiple times.
 
50
* Nicolás Sanguinetti (foca) for strong demand of karma and shaping
 
51
  helpers/register.
 
52
 
 
53
and last but not least:
 
54
 
 
55
* Frank Sinatra (chairman of the board) for having so much class he
 
56
  deserves a web-framework named after him.
 
57
 
 
58
For a complete list of all contributors to Sinatra itself, run `rake authors`.