citier4 0.0.2 → 0.0.3
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/lib/citier4/core_ext.rb +0 -1
- data/lib/citier4/relation_methods.rb +9 -5
- data/lib/citier4/version.rb +1 -1
- data/test/deleting_methods_test.rb +1 -1
- data/test/dummy/app/models/book.rb +1 -1
- data/test/dummy/app/models/product.rb +0 -1
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/schema.rb +6 -6
- data/test/dummy/log/development.log +69 -0
- data/test/dummy/log/test.log +26704 -0
- metadata +3 -3
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: citier4
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Laurent Buffat, Orignally From Peter Hamilton and others, Originally from Laurent
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2015-01-
|
|
12
|
+
date: 2015-01-10 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -40,7 +40,7 @@ dependencies:
|
|
|
40
40
|
- !ruby/object:Gem::Version
|
|
41
41
|
version: '0'
|
|
42
42
|
description: |-
|
|
43
|
-
CITIER4 is CITIER for rails 4. CITIER (Class Inheritance & Table Inheritance Embeddings for Rails) is a solution for single and multiple class table inheritance.
|
|
43
|
+
IN DEVELOPPEMENT, Not for use! CITIER4 is CITIER for rails 4. CITIER (Class Inheritance & Table Inheritance Embeddings for Rails) is a solution for single and multiple class table inheritance.
|
|
44
44
|
For full information: https://github.com/petehamilton/citier/
|
|
45
45
|
For the original version by ALTRABio see www.github.com/altrabio/
|
|
46
46
|
email:
|