Skip to content

Commit

Permalink
ambition site
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Dec 17, 2008
1 parent 0016ea5 commit add607f
Show file tree
Hide file tree
Showing 63 changed files with 919 additions and 1,737 deletions.
2 changes: 0 additions & 2 deletions .gitignore

This file was deleted.

18 changes: 0 additions & 18 deletions LICENSE

This file was deleted.

42 changes: 0 additions & 42 deletions Manifest

This file was deleted.

24 changes: 0 additions & 24 deletions README

This file was deleted.

84 changes: 0 additions & 84 deletions Rakefile

This file was deleted.

30 changes: 29 additions & 1 deletion site/src/layout.textile → _adapters.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,35 @@ <h1><span class="a">A</span>mbition</h1>
</div>

<div id="body">
%CONTENT%
<p>Adapters are gems named <code>ambitious-something</code>, where <em>something</em> corresponds to the data
store they are adapting. They can be required in code via <code>ambition/adapters/something</code>.</p>


<p>To install and test the ActiveRecord adapter:</p>


<pre>
$ gem install ambitious-activerecord
$ irb
&gt;&gt; require 'rubygems'
&gt;&gt; require 'ambition/adapters/active_record'
</pre>

<p>Adapters typically inject themselves into their target automatically, so that should be
all you need.</p>


<p>There are a few adapters in development or released currently:</p>


<ul>
<li><a href="adapters/activerecord.html">ActiveRecord</a></li>
<li>ActiveLDAP</li>
<li>Facebook</li>
<li>XPath</li>
<li>CouchDB</li>
<li>DataMapper</li>
</ul>
</div>

<div id="footer">
Expand Down
Loading

0 comments on commit add607f

Please sign in to comment.