ocean-dynamo 0.7.2 → 0.7.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ocean-dynamo/schema.rb +1 -1
- data/lib/ocean-dynamo/version.rb +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f418dfa278f8ffe7bf0cb301c225f88c308cefe0
|
4
|
+
data.tar.gz: 28ce6d6994c0a7d00853528317f93ddc7696997b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5e834a46af4e8d65eeae8d67fa458d38f20c47b457f02c1eb0780d8c9f41b970405e57f6af9b70bd778715f0466f7c52f94102a4c55476fbc464d7644169be90
|
7
|
+
data.tar.gz: 9aec3d03f7e3587c768a7bec76048930ee9aa801932cc6ee6a8d0352a80d641a48d2af48c2a0c4856ee28391bf4f93accc1d99ac9830914aae15eb19c8ecc628
|
data/lib/ocean-dynamo/schema.rb
CHANGED
data/lib/ocean-dynamo/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ocean-dynamo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Bengtson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-02-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk
|
@@ -143,15 +143,15 @@ description: "== OceanDynamo\n\nOceanDynamo is a massively scalable Amazon Dynam
|
|
143
143
|
to those of ActiveRecord. This includes\ncallbacks, exceptions and method chaining
|
144
144
|
semantics. OceanDynamo follows this pattern \nclosely and is of course based on
|
145
145
|
ActiveModel.\n\nThe attribute and persistence layer of OceanDynamo is modeled on
|
146
|
-
that of ActiveRecord:\
|
146
|
+
that of ActiveRecord:\n+save+, +save!+, +create+, +update+, +update!+, +update_attributes+,
|
147
147
|
+find_each+,\n+destroy_all+, +delete_all+ and all the other methods you're used
|
148
|
-
to.
|
149
|
-
as possible,
|
150
|
-
from SQL to no-SQL
|
151
|
-
OceanDynamo works with FactoryGirl.\n\nOceanDynamo uses primary
|
152
|
-
related table items, meaning it scales without \nlimits.\n\nSee
|
153
|
-
framework for creating highly scalable SOAs in the cloud, in
|
154
|
-
is used as a central component: http://wiki.oceanframework.net"
|
148
|
+
to are available. \nThe design goal is always to implement as much of the ActiveRecord
|
149
|
+
interface as possible, \nwithout compromising scalability. This makes the task of
|
150
|
+
switching from SQL to no-SQL \nmuch easier.\n\nThanks to its structural similarity
|
151
|
+
to ActiveRecord, OceanDynamo works with FactoryGirl.\n\nOceanDynamo uses primary
|
152
|
+
indices to retrieve related table items, meaning it scales without \nlimits.\n\nSee
|
153
|
+
also Ocean, a Rails framework for creating highly scalable SOAs in the cloud, in
|
154
|
+
which\nocean-dynamo is used as a central component: http://wiki.oceanframework.net"
|
155
155
|
email:
|
156
156
|
- peter@peterbengtson.com
|
157
157
|
executables: []
|