travis-api/lib/travis/api/app
Piotr Sarnacki 2f87153df9 Move CORS middleware in front of the stack
If there is an error somewhere along the line (like in DB connection
management), it should not interfere with returning proper result for
OPTIONS request. Otherwise it's hard to guess why the actual request in
the browser was not properly sent.
2012-11-05 21:48:13 +01:00
..
endpoint make allowed_targets an option 2012-10-29 18:51:27 +01:00
extensions improve caching headers 2012-10-17 18:51:11 +02:00
helpers rename to signed_in? 2012-10-13 18:27:44 +02:00
middleware Move CORS middleware in front of the stack 2012-11-05 21:48:13 +01:00
responders No need to revalidate if resource is final 2012-11-01 16:15:06 +01:00
access_token.rb fix access token related tests 2012-09-19 10:23:57 +02:00
base.rb Fix new relic 2012-10-24 20:49:06 +02:00
cors.rb Move CORS middleware in front of the stack 2012-11-05 21:48:13 +01:00
endpoint.rb need to require active_record for the exception class 2012-10-13 18:28:28 +02:00
extensions.rb rewrite all the things 2012-07-27 15:55:57 +02:00
helpers.rb rewrite all the things 2012-07-27 15:55:57 +02:00
middleware.rb rename Responder to Base (resembles Sinatra::Base and i can't come up with another name for a common base class of Middleware and Endpoint) 2012-10-09 18:31:51 +02:00
responders.rb move responders out of helpers 2012-10-09 20:51:09 +02:00