-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Michael Bleigh
committed
Nov 15, 2010
1 parent
d86da93
commit 2ad602a
Showing
131 changed files
with
8,524 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
lib/grape.rb 8d663c999a1330ad24920b6b509c80226ebae3cf | ||
lib/grape/middleware/auth/basic.rb 5a1b8e48fc23bae64f59df40ae5e4532954d3f14 | ||
lib/grape/middleware/auth/oauth2.rb 5c2101f96cd2072966078759b5ca58f045c8f966 | ||
lib/grape/middleware/versioner.rb 3f5bc78e47672cccfae1fc1bed54ee40e6af00fc | ||
LICENSE de44c0f8d891b6e9d7fa511f30e71c3aaf512155 | ||
lib/grape/middleware/formatter.rb 2840dd6304e007e7bcb872cf802f5cee64edc190 | ||
lib/grape/endpoint.rb df89fce4da897dbd88af91d862ae937f5550c4b1 | ||
README.markdown 9229a954c8e2dbe7f32486913479e05ecffdfc56 | ||
lib/grape/middleware/prefixer.rb 3c296ee67cce85467aaa92cdac5001db8cf90dde | ||
lib/grape/middleware/error.rb 8244c1e237ddf5d0b2170e61652b16d7821c4b91 | ||
lib/grape/api.rb 007bd49e3ab2f6a1a6ce95296892feb6313631dc | ||
lib/grape/middleware_stack.rb ed7dff6f588f13eeb5437b2aa41df1fbaba39643 | ||
lib/grape/middleware/base.rb 1f8fafa2575ff63448976ccb5ab576d67efc6ec4 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+629 Bytes
.yardoc/objects/Grape/Middleware/Auth/OAuth2/parse_authorization_header_i.dat
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+659 Bytes
.yardoc/objects/Grape/Middleware/Formatter/format_from_extension_i.dat
Binary file not shown.
Binary file added
BIN
+633 Bytes
.yardoc/objects/Grape/Middleware/Formatter/format_from_header_i.dat
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
{"Object: | ||
class |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | ||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | ||
<head> | ||
<meta name="Content-Type" content="text/html; charset=utf-8" /> | ||
<title>Module: Grape</title> | ||
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" /> | ||
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" /> | ||
|
||
<script type="text/javascript" charset="utf-8"> | ||
relpath = ''; | ||
if (relpath != '') relpath += '/'; | ||
</script> | ||
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script> | ||
<script type="text/javascript" charset="utf-8" src="js/app.js"></script> | ||
|
||
</head> | ||
<body> | ||
<script type="text/javascript" charset="utf-8"> | ||
if (window.top.frames.main) document.body.className = 'frames'; | ||
</script> | ||
|
||
<div id="header"> | ||
<div id="menu"> | ||
|
||
<a href="_index.html">Index (G)</a> » | ||
|
||
|
||
<span class="title">Grape</span> | ||
|
||
|
||
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div> | ||
</div> | ||
|
||
<div id="search"> | ||
<a id="class_list_link" href="#">Class List</a> | ||
<a id="method_list_link" href="#">Method List</a> | ||
<a id ="file_list_link" href="#">File List</a> | ||
</div> | ||
|
||
<div class="clear"></div> | ||
</div> | ||
|
||
<iframe id="search_frame"></iframe> | ||
|
||
<div id="content"><h1>Module: Grape | ||
|
||
|
||
|
||
</h1> | ||
|
||
<dl class="box"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<dt class="r1 last">Defined in:</dt> | ||
<dd class="r1 last">lib/grape.rb<span class="defines">,<br /> | ||
lib/grape/api.rb,<br /> lib/grape/endpoint.rb,<br /> lib/grape/middleware/base.rb,<br /> lib/grape/middleware/error.rb,<br /> lib/grape/middleware_stack.rb,<br /> lib/grape/middleware/prefixer.rb,<br /> lib/grape/middleware/versioner.rb,<br /> lib/grape/middleware/formatter.rb,<br /> lib/grape/middleware/auth/basic.rb</span> | ||
</dd> | ||
|
||
</dl> | ||
<div class="clear"></div> | ||
|
||
<h2>Defined Under Namespace</h2> | ||
<p class="children"> | ||
|
||
|
||
<strong class="modules">Modules:</strong> <span class='object_link'><a href="Grape/Middleware.html" title="Grape::Middleware (module)">Middleware</a></span> | ||
|
||
|
||
|
||
<strong class="classes">Classes:</strong> <span class='object_link'><a href="Grape/API.html" title="Grape::API (class)">API</a></span>, <span class='object_link'><a href="Grape/Endpoint.html" title="Grape::Endpoint (class)">Endpoint</a></span>, <span class='object_link'><a href="Grape/MiddlewareStack.html" title="Grape::MiddlewareStack (class)">MiddlewareStack</a></span> | ||
|
||
|
||
</p> | ||
|
||
|
||
|
||
|
||
|
||
</div> | ||
|
||
<div id="footer"> | ||
Generated on Sun Nov 14 20:41:15 2010 by | ||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> | ||
0.6.1 (ruby-1.8.7). | ||
</div> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.