mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
139 lines
4.2 KiB
HTML
139 lines
4.2 KiB
HTML
<!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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<title>
|
|
File: README
|
|
|
|
— Documentation by YARD 0.8.7.6
|
|
|
|
</title>
|
|
|
|
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
|
|
|
|
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
|
|
|
|
<script type="text/javascript" charset="utf-8">
|
|
hasFrames = window.top.frames.main ? true : false;
|
|
relpath = '';
|
|
framesUrl = "frames.html#!file.README.html";
|
|
</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>
|
|
<div id="header">
|
|
<div id="menu">
|
|
|
|
<a href="_index.html">Index</a> »
|
|
<span class="title">File: README</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 class="full_list_link" id="class_list_link"
|
|
href="class_list.html">
|
|
Class List
|
|
</a>
|
|
|
|
<a class="full_list_link" id="method_list_link"
|
|
href="method_list.html">
|
|
Method List
|
|
</a>
|
|
|
|
<a class="full_list_link" id="file_list_link"
|
|
href="file_list.html">
|
|
File List
|
|
</a>
|
|
|
|
</div>
|
|
<div class="clear"></div>
|
|
</div>
|
|
|
|
<iframe id="search_frame"></iframe>
|
|
|
|
<div id="content"><div id='filecontents'>
|
|
<h1 id="label-Docs+-+ActiveModel-3A-3ASerializer+0.10.x">Docs - ActiveModel::Serializer 0.10.x</h1>
|
|
|
|
<p>This is the documentation of ActiveModelSerializers, it's focused on
|
|
the <strong>0.10.x version.</strong></p>
|
|
<hr>
|
|
|
|
<h2 id="label-General">General</h2>
|
|
<ul><li>
|
|
<p><a href="general/getting_started.md">Getting Started</a></p>
|
|
</li><li>
|
|
<p><a href="general/configuration_options.md">Configuration Options</a></p>
|
|
</li><li>
|
|
<p><a href="general/serializers.md">Serializers</a></p>
|
|
</li><li>
|
|
<p><a href="general/adapters.md">Adapters</a></p>
|
|
</li><li>
|
|
<p><a href="general/rendering.md">Rendering</a></p>
|
|
</li><li>
|
|
<p><a href="general/caching.md">Caching</a></p>
|
|
</li><li>
|
|
<p><a href="general/logging.md">Logging</a></p>
|
|
</li><li>
|
|
<p><a href="general/deserialization.md">Deserialization</a></p>
|
|
</li><li>
|
|
<p><a href="general/instrumentation.md">Instrumentation</a></p>
|
|
</li><li>
|
|
<p>JSON API</p>
|
|
</li><li>
|
|
<p><a href="jsonapi/schema.md">Schema</a></p>
|
|
</li><li>
|
|
<p><a href="jsonapi/errors.md">Errors</a></p>
|
|
</li><li>
|
|
<p><a href="ARCHITECTURE.md">ARCHITECTURE</a></p>
|
|
</li></ul>
|
|
|
|
<h2 id="label-How+to">How to</h2>
|
|
<ul><li>
|
|
<p><a href="howto/add_root_key.md">How to add root key</a></p>
|
|
</li><li>
|
|
<p><a href="howto/add_pagination_links.md">How to add pagination links</a></p>
|
|
</li><li>
|
|
<p><a href="howto/outside_controller_use.md">Using ActiveModelSerializers
|
|
Outside Of Controllers</a></p>
|
|
</li><li>
|
|
<p><a href="howto/test.md">Testing ActiveModelSerializers</a></p>
|
|
</li><li>
|
|
<p><a href="howto/passing_arbitrary_options.md">Passing Arbitrary Options</a></p>
|
|
</li><li>
|
|
<p><a href="howto/serialize_poro.md">How to serialize a Plain-Old Ruby Object
|
|
(PORO)</a></p>
|
|
</li></ul>
|
|
|
|
<h2 id="label-Integrations">Integrations</h2>
|
|
|
|
<p>| Integration | Supported ActiveModelSerializers versions | Gem name and/or
|
|
link |—-|—–|—- | Ember.js | 0.9.x | <a
|
|
href="https://github.com/ember-data/active-model-adapter">active-model-adapter</a>
|
|
| Ember.js | 0.10.x + | <a
|
|
href="integrations/ember-and-json-api.md">docs/integrations/ember-and-json-api.md</a>
|
|
| Grape | 0.10.x + | <a
|
|
href="integrations/grape.md">docs/integrations/grape.md</a> | | Grape |
|
|
0.9.x | <a
|
|
href="https://github.com/jrhe/grape-active_model_serializers">github.com/jrhe/grape-active_model_serializers</a>/
|
|
| | Sinatra | 0.9.x | <a
|
|
href="https://github.com/SauloSilva/sinatra-active-model-serializers">github.com/SauloSilva/sinatra-active-model-serializers</a>/</p>
|
|
</div></div>
|
|
|
|
<div id="footer">
|
|
Generated on Thu Jun 16 09:05:03 2016 by
|
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
0.8.7.6 (ruby-2.2.4).
|
|
</div>
|
|
|
|
</body>
|
|
</html> |