active_scaffold 4.1.1 → 4.1.2
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/CHANGELOG.rdoc +3 -0
- data/lib/active_scaffold/actions/list.rb +1 -0
- data/lib/active_scaffold/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 15af74d3e088dff9881d6fe3e71f0831ff2c94ca0d01c5f464a669b81b9ec721
|
4
|
+
data.tar.gz: e7128510f1e9037808bac0ad6076a13a950628aaa27ccb098a820dad93436ab9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9607cb3e6ad4a1e1389a386673f4a9abda03f88e5a08f3d3cacce395cc6920189db2abf6cb724f45ed34b6ff68d57c6f2f3087e3069abd317541756da7ea248f
|
7
|
+
data.tar.gz: 1b2c020b4214edab5f17b100a394017b5935e303dae967f1881650fe09cdf5fd4f27d726d6565f5e0b177c96335e776c0cf55255041fe00e6d7c1e4941f42693
|
data/CHANGELOG.rdoc
CHANGED
@@ -1,3 +1,6 @@
|
|
1
|
+
= 4.1.2
|
2
|
+
- Call cache_column_counts in get_row, so custom code changing queries to calculate counts is used when a row is refreshed too
|
3
|
+
|
1
4
|
= 4.1.1
|
2
5
|
- Load dartsass-sprockets, so it isn't required in the Gemfile
|
3
6
|
- Fix refreshing a column in a subform without sending the whole form
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_scaffold
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.1.
|
4
|
+
version: 4.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Many, see README
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-10-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: dartsass-sprockets
|