bullet_train-super_scaffolding 1.6.3 → 1.6.5
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: abdd8f62c283dd50b0975530efbcacaaa9c6593b87612ac8f3bda724a15ca3a6
|
4
|
+
data.tar.gz: 1d3b146f86f3329e2586d70e84d875c6ac83bf32a139524a8db028a2f7bafce8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e2a0b0d83df5280919e3e92a585d9c5f451d959578cd91f8a676f818567b7ae53f765c0f18277398ce0bd27a0b55aedbd22231c64084a432309419d100227f01
|
7
|
+
data.tar.gz: d97b75ff6c2ac3a4d5ec0db0b91318114ca0e290adf85071e7b8b12074f823d3a8198d9038a0108e73626ec2a8c703fae09d9ca9b163bc1142b0218b0e6d73d5
|
data/lib/scaffolding/script.rb
CHANGED
@@ -178,7 +178,7 @@ def check_required_options_for_attributes(scaffolding_type, attributes, child, p
|
|
178
178
|
|
179
179
|
# For join models, we don't want to generate a migration when
|
180
180
|
# running the crud-field scaffolder in the last step, so we skip *_ids.
|
181
|
-
# Addresses belong_to :addressable, so they don't
|
181
|
+
# Addresses belong_to :addressable, so they don't have to be represented in a migration.
|
182
182
|
unless name.match?(/_ids$/) || data_type.nil?
|
183
183
|
generation_command += " #{name_without_id || name}:#{data_type}"
|
184
184
|
attributes_to_generate << name
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bullet_train-super_scaffolding
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Culver
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-10-
|
11
|
+
date: 2023-10-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: standard
|