examples/introduction/index.html in acts_as_api-0.4.3 vs examples/introduction/index.html in acts_as_api-0.4.4
- old
+ new
@@ -3,11 +3,11 @@
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>acts_as_api</title>
<meta content="A Ruby/Rails gem to easily generate web api reponses!" name="description" />
<meta content="Christian Bäuerlein" name="author" />
- <meta content="en" name="language" />
+ <meta content="en" name="language" />
<link rel="stylesheet" href="./docco.css">
<link href="http://fonts.googleapis.com/css?family=Copse:regular" rel="stylesheet" type="text/css" >
<style>
h1, h2, h3, h4, h5 {
font-family: 'Copse', serif;
@@ -18,21 +18,21 @@
text-transform: none;
letter-spacing: 0em;
word-spacing: 0em;
line-height: 1.2;
}
- </style>
+ </style>
</head>
<body>
<div id='container'>
<div id="background"></div>
<table cellspacing=0 cellpadding=0>
<thead>
<tr>
<th class=docs>
<h1>acts_as_api</h1>
- <p>Makes creating XML/JSON responses in Rails 3 easy and fun.</p>
+ <p>Makes creating XML/JSON responses in Rails 3, 4 and 5 easy and fun.</p>
</th>
<th class=code></th>
</tr>
</thead>
<tbody>
@@ -58,11 +58,11 @@
<h2>Features</h2>
<ul>
<li>DRY templates for your api responses</li>
<li>Ships with support for <strong>ActiveRecord</strong> and <strong>Mongoid</strong></li>
-<li>Support for Rails 3 Responders</li>
+<li>Support for Rails 3/4 Responders (extracted to responders gem since Rails 5)</li>
<li>Plays very well together with client libs like <a href="http://documentcloud.github.com/backbone">Backbone.js</a> or <a href="http://restkit.org">RestKit</a> (iOS).</li>
<li>Easy but very flexible syntax for defining the templates</li>
<li>XML, JSON and JSON-P support out of the box, easy to extend</li>
<li>Support for meta data like pagination info, etc…</li>
<li>Minimal dependecies (you can also use it without Rails)</li>
@@ -79,11 +79,11 @@
<tr id='section-Rails_3.x_Quickstart'>
<td class=docs>
<div class="pilwrap">
<a class="pilcrow" href="#section-Rails_3.x_Quickstart">¶</a>
</div>
- <h2>Rails 3.x Quickstart</h2>
+ <h2>Rails Quickstart</h2>
</td>
<td class=code>
<div class='highlight'><pre></pre></div>
</td>
</tr>
@@ -333,6 +333,6 @@
</td>
</tr>
</table>
</div>
<a href="https://github.com/fabrik42/acts_as_api"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://assets1.github.com/img/7afbc8b248c68eb468279e8c17986ad46549fb71?repo=&url=http%3A%2F%2Fs3.amazonaws.com%2Fgithub%2Fribbons%2Fforkme_right_darkblue_121621.png&path=" alt="Fork me on GitHub"></a>
-</body>
\ No newline at end of file
+</body>