<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<link rel="stylesheet" href="stylesheets/screen.css" type="text/css" media="screen" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>
ActiveRecord Oracle enhanced adapter
</title>
<script src="javascripts/rounded_corners_lite.inc.js" type="text/javascript"></script>
<style>
</style>
<script type="text/javascript">
window.onload = function() {
settings = {
tl: { radius: 10 },
tr: { radius: 10 },
bl: { radius: 10 },
br: { radius: 10 },
antiAlias: true,
autoPad: true,
validTags: ["div"]
}
var versionBox = new curvyCorners(settings, document.getElementById("version"));
versionBox.applyCornersToAll();
}
</script>
</head>
<body>
<div id="main">
<h1>ActiveRecord Oracle enhanced adapter</h1>
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/oracle-enhanced"; return false'>
<p>Get Version</p>
<a href="http://rubyforge.org/projects/oracle-enhanced" class="numbers">1.2.0</a>
</div>
<h1>&#x2192; ‘oracle-enhanced’</h1>
<h2>What</h2>
<p>Oracle “enhanced” ActiveRecord adapter contains useful additional methods for working with new and legacy Oracle databases<br />
from Rails which are extracted from current real projects’ monkey patches of original Oracle adapter.</p>
<h2>Installing</h2>
<p><pre class='syntax'><span class="ident">sudo</span> <span class="ident">gem</span> <span class="ident">install</span> <span class="ident">activerecord</span><span class="punct">-</span><span class="ident">oracle_enhanced</span><span class="punct">-</span><span class="ident">adapter</span></pre></p>
<h2>More information</h2>
<p>See http://github.com/rsim/oracle-enhanced/wikis for more information.</p>
<p>For questions and feature discussion please use http://groups.google.com/group/oracle-enhanced</p>
<p>Blog posts about oracle-enahnced can be found at http://blog.rayapps.com/category/oracle-enhanced</p>
<p>Bugs and enhancement requests can be reported at http://rsim.lighthouseapp.com/projects/11468-oracle-enhanced</p>
<h2>How to submit patches</h2>
<p>You can fetch the source from:</p>
<ul>
<li>github: <a href="http://github.com/rsim/oracle-enhanced/tree/master">http://github.com/rsim/oracle-enhanced/tree/master</a></li>
</ul>
<pre>git clone git://github.com/rsim/oracle-enhanced.git</pre>
<h3>Build and test instructions</h3>
<pre>cd oracle-enhanced
rake spec
rake install_gem</pre>
<h2>License</h2>
<p>This code is free to use under the terms of the <span class="caps">MIT</span> license.</p>
<p class="coda">
<a href="http://blog.rayapps.com">Raimonds Simanovskis</a>, 2nd January 2009<br>
Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
</p>
</div>
<!-- insert site tracking codes here, like Google Urchin -->
</body>
</html>