rsim / oracle-enhanced

Oracle enhaced adapter for ActiveRecord

This URL has Read+Write access

oracle-enhanced / website / index.txt
100644 43 lines (22 sloc) 1.212 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
h1. ActiveRecord Oracle enhanced adapter
 
h1. → 'oracle-enhanced'
 
 
h2. What
 
Oracle "enhanced" ActiveRecord adapter contains useful additional methods for working with new and legacy Oracle databases
from Rails which are extracted from current real projects' monkey patches of original Oracle adapter.
 
h2. Installing
 
<pre syntax="ruby">sudo gem install activerecord-oracle_enhanced-adapter</pre>
 
h2. More information
 
See http://github.com/rsim/oracle-enhanced/wikis for more information.
 
For questions and feature discussion please use http://groups.google.com/group/oracle-enhanced
 
Blog posts about oracle-enahnced can be found at http://blog.rayapps.com/category/oracle-enhanced
 
Bugs and enhancement requests can be reported at http://rsim.lighthouseapp.com/projects/11468-oracle-enhanced
 
h2. How to submit patches
 
You can fetch the source from:
 
* github: "http://github.com/rsim/oracle-enhanced/tree/master":http://github.com/rsim/oracle-enhanced/tree/master
 
<pre>git clone git://github.com/rsim/oracle-enhanced.git</pre>
 
h3. Build and test instructions
 
<pre>cd oracle-enhanced
rake spec
rake install_gem</pre>
 
 
h2. License
 
This code is free to use under the terms of the MIT license.