occams-record 1.11.1 → 1.13.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/README.md +4 -2
- data/lib/occams-record/measureable.rb +2 -0
- data/lib/occams-record/type_caster.rb +1 -1
- data/lib/occams-record/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 29615d5553b1bda52eebe8bb2c5883eb4cd7a24434dac8298b006c925d415bed
|
4
|
+
data.tar.gz: 0a7dea0524dbb874341b05cb3c44563a2ff6ccaf6138f20bcef13fead9af4088
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d0f3f9d0c5c7a85ea41c88ed3e4bc4e61593a9a1f329d59baf7aa02065ebc3455ae9028cc6bdfd14d0ea50e904f510725ac54b73946f16ef56101d7ea869f2ad
|
7
|
+
data.tar.gz: fce1957894506de0ce88481ffaabb6b7ec87406cb048a9e196e0291b344a86ddc8a6750d1a2989b0cd20c1bf44ff352d38f8119ac908582535cb07d56fd67eb2
|
data/README.md
CHANGED
@@ -8,6 +8,8 @@ Learn OccamsRecord by reading [The Book at occams.jordanhollinger.com](https://o
|
|
8
8
|
|
9
9
|
API documentation is available at [rubydoc.info/gems/occams-record](http://www.rubydoc.info/gems/occams-record).
|
10
10
|
|
11
|
+
*Want OccamsRecord's flexible preloading in ActiveRecord itself? Check out [Uberloader](https://github.com/jhollinger/uberloader/)!*
|
12
|
+
|
11
13
|
OccamsRecord is a high-efficiency, advanced query library for use alongside ActiveRecord. It is **not** an ORM or an ActiveRecord replacement. OccamsRecord can breathe fresh life into your ActiveRecord app by giving it two things:
|
12
14
|
|
13
15
|
### 1) Huge performance gains
|
@@ -359,8 +361,8 @@ It's possible to run tests without Docker Compose, but you'll be limited by the
|
|
359
361
|
|
360
362
|
```bash
|
361
363
|
bundle install
|
362
|
-
bundle exec appraisal ar-
|
363
|
-
bundle exec appraisal ar-
|
364
|
+
bundle exec appraisal ar-8.0 bundle install
|
365
|
+
bundle exec appraisal ar-8.0 rake test
|
364
366
|
```
|
365
367
|
|
366
368
|
# License
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: occams-record
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.13.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jordan Hollinger
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-12-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '6.0'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: '
|
22
|
+
version: '8.1'
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '6.0'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: '
|
32
|
+
version: '8.1'
|
33
33
|
description: A faster, lower-memory, fuller-featured querying API for ActiveRecord
|
34
34
|
that returns results as unadorned, read-only objects.
|
35
35
|
email: jordan.hollinger@gmail.com
|