swiss_db 0.6.5 → 0.6.6
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/README.md +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2a0d5dfe97a03004a6badf4904bd5aaa8862a1db
|
|
4
|
+
data.tar.gz: 9316b9e0707c88275778f903e45e20fa9b553fff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c7a647c5a48c059f5ee9bbf40c1741c65a5c2ee0da617cbb70f786e6481da0e850f5c226c5cbaef54ba20a8ca993e87df32f6b2ea8005d6cb94a4a4c073cb28a
|
|
7
|
+
data.tar.gz: d4523e7006c165cd516c9dde90d547b88e0f8e2bce5a896b1c2d680dbe35a1c233fd15259ad144b2174cd52d151ae41c25558034ae8d116e7c7c172818b4c699
|
data/README.md
CHANGED
|
@@ -91,11 +91,11 @@ That's it! #all, #last, #first, #count, #save, #update_attribute and the usual a
|
|
|
91
91
|
|
|
92
92
|
# Planned
|
|
93
93
|
|
|
94
|
-
|
|
94
|
+
* update_attributes support
|
|
95
95
|
|
|
96
|
-
|
|
96
|
+
* destroy just one object support
|
|
97
97
|
|
|
98
|
-
detect class names of models for tableize
|
|
98
|
+
* detect class names of models for tableize
|
|
99
99
|
|
|
100
100
|
KNOWN LIMITATION: This ORM compiles in the database name and the database version as a constant. Unfortunately I don't know of a way around this yet. This means no DB migrations yet by doing the simple version bump that is supported by Android. If we get a way to configure these from outside the gem, it will open up possibilities such as multiple schemas and migrations. To get around this simply delete your local database when you need to migrate. You can delete the app from the simulator/device (probably) or use my convenience command:
|
|
101
101
|
|