sinatra/AUTHORS

62 lines
3.3 KiB
Plaintext
Raw Normal View History

2009-01-07 09:02:57 +00:00
Sinatra was designed and developed by Blake Mizerany (bmizerany) in
2012-08-21 10:30:04 +00:00
California.
2012-12-22 03:12:38 +00:00
Sinatra would not have been possible without strong company backing.
2012-08-21 10:30:04 +00:00
In the past, financial and emotional support have been provided mainly by
[Heroku](http://heroku.com), [GitHub](http://github.com) and
[Engine Yard](http://www.engineyard.com/), and is now taken care of by
[Travis CI](http://travis-ci.com/).
2009-01-07 09:02:57 +00:00
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.
2009-11-23 09:16:14 +00:00
* Ari Lerner (http://xnot.org/) for his evangelism, spirit, and gumption
that got Sinatra recognized from Day 1.
2009-01-07 09:02:57 +00:00
* Christopher Schneid (cschneid) for The Book, the blog (gittr.com),
irclogger.com, and a bunch of useful patches.
2009-01-07 09:02:57 +00:00
* Markus Prinz (cypher) for patches over the years, caring about
the README, and hanging in there when times were rough.
2009-01-07 09:13:39 +00:00
* Simon Rozet (sr) for a ton of doc patches, HAML options, and all that
2009-01-07 09:02:57 +00:00
advocacy stuff he's going to do for 1.0.
2009-01-23 13:29:30 +00:00
* Erik Kastner (kastner) for fixing `MIME_TYPES` under Rack 0.5.
2009-01-07 09:02:57 +00:00
* 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.
2009-01-07 09:02:57 +00:00
* 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.
2009-01-09 01:10:10 +00:00
* 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.
2011-02-19 21:49:03 +00:00
* Konstantin Haase for his hard work and ongoing commitment to improving
Sinatra, for 1.1.0, 1.2.0 and beyond..
2011-02-19 22:26:43 +00:00
* Zachary Scott for adding Konstantin to the AUTHORS file. He also did help
writing the book, but mainly for adding Konstantin.
* Gabriel Andretta for having people wonder whether our documentation is
actually in English or in Spanish.
* Vasily Polovnyov, Nickolay Schwarz, Luciano Sousa, Wu Jiang, Mickael Riga,
Bernhard Essl, Janos Hardi, Kouhei Yanagita and "burningTyger" for willingly
translating whatever ends up in the README.
2011-02-21 13:06:47 +00:00
* [Wordy](http://www.wordy.com/) for proofreading our README. 73e137d
2011-02-26 09:12:39 +00:00
* cactus for digging through code and specs, multiple times.
2011-03-02 23:14:59 +00:00
* Nicolás Sanguinetti (foca) for strong demand of karma and shaping
helpers/register.
2009-01-08 02:53:36 +00:00
and last but not least:
* Frank Sinatra (chairman of the board) for having so much class he
2009-01-08 02:53:36 +00:00
deserves a web-framework named after him.
2011-03-15 17:18:50 +00:00
For a complete list of all contributors to Sinatra itself, run `rake authors`.