public
Description: Oracle enhaced adapter for ActiveRecord
Homepage:
Clone URL: git://github.com/rsim/oracle-enhanced.git
oracle-enhanced / website / index.html
100644 71 lines (66 sloc) 3.137 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!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>&amp;#x2192; &#8216;oracle-enhanced&#8217;</h1>
<h2>What</h2>
<p>Oracle &#8220;enhanced&#8221; ActiveRecord adapter contains useful additional methods for working with new and legacy Oracle databases<br />
from Rails which are extracted from current real projects&#8217; 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>