activerecord-oracle_enhanced-adapter 1.7.0.rc1 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/History.md +8 -0
- data/README.md +5 -6
- data/VERSION +1 -1
- data/activerecord-oracle_enhanced-adapter.gemspec +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 90fa8b1a7acfc65a87b37c9d9e6fab35b7a6fe35
|
|
4
|
+
data.tar.gz: 3d1fe46c3644b1a5ac00bc7c212df6e7e55fa1fb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 04809974b2b2258aff6483828ae2d4c5db9d2b7ff7f6c5290c8d0c6f50b63d59b391c66efbe47bb3f911c0083fb16707c10479ddd4a3c1e7c9a00a5f8366cd04
|
|
7
|
+
data.tar.gz: 2fb86439af72485537fa6e6545eedffd2716e77f3ee640a5e207a1ff935add1f650c94a71e6b0ef0e50b7922b69d07dd4c92c222a42b028e6eacc9255800c3aa
|
data/History.md
CHANGED
data/README.md
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
[](https://travis-ci.org/rsim/oracle-enhanced)
|
|
2
|
-
|
|
3
1
|
activerecord-oracle_enhanced-adapter
|
|
4
2
|
====================================
|
|
5
3
|
|
|
@@ -8,17 +6,18 @@ Oracle enhanced adapter for ActiveRecord
|
|
|
8
6
|
DESCRIPTION
|
|
9
7
|
-----------
|
|
10
8
|
|
|
11
|
-
Oracle enhanced ActiveRecord adapter provides Oracle database access from Ruby on Rails applications. Oracle enhanced adapter can be used from Ruby on Rails versions between 2.3.x and
|
|
9
|
+
Oracle enhanced ActiveRecord adapter provides Oracle database access from Ruby on Rails applications. Oracle enhanced adapter can be used from Ruby on Rails versions between 2.3.x and 5.0 and it is working with Oracle database versions from 10g to 12c.
|
|
12
10
|
|
|
13
11
|
INSTALLATION
|
|
14
12
|
------------
|
|
15
|
-
### Rails 5
|
|
13
|
+
### Rails 5.0
|
|
16
14
|
|
|
17
|
-
Oracle enhanced adapter Rails 5
|
|
15
|
+
Oracle enhanced adapter version 1.7 just supports Rails 5.0 and does not support Rails 4.2 or lower version of Rails.
|
|
16
|
+
When using Ruby on Rails version 5.0 then in Gemfile include
|
|
18
17
|
|
|
19
18
|
```ruby
|
|
20
19
|
# Use oracle as the database for Active Record
|
|
21
|
-
gem 'activerecord-oracle_enhanced-adapter', '~> 1.7.0
|
|
20
|
+
gem 'activerecord-oracle_enhanced-adapter', '~> 1.7.0'
|
|
22
21
|
```
|
|
23
22
|
|
|
24
23
|
### Rails 4.2
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.7.0
|
|
1
|
+
1.7.0
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = %q{activerecord-oracle_enhanced-adapter}
|
|
3
|
-
s.version = "1.7.0
|
|
3
|
+
s.version = "1.7.0"
|
|
4
4
|
|
|
5
5
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
6
6
|
s.required_ruby_version = '>= 2.2.2'
|
|
7
7
|
s.license = 'MIT'
|
|
8
8
|
s.authors = [%q{Raimonds Simanovskis}]
|
|
9
|
-
s.date = %q{2016-08-
|
|
9
|
+
s.date = %q{2016-08-04}
|
|
10
10
|
s.description = %q{Oracle "enhanced" ActiveRecord adapter contains useful additional methods for working with new and legacy Oracle databases.
|
|
11
11
|
This adapter is superset of original ActiveRecord Oracle adapter.
|
|
12
12
|
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activerecord-oracle_enhanced-adapter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.7.0
|
|
4
|
+
version: 1.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Raimonds Simanovskis
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-08-
|
|
11
|
+
date: 2016-08-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activerecord
|