rails_g_with_attributes 0.0.1 → 1.0.1
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
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c3f7f02145b63159c2ace0a287a7369b808c8c2effebdb6660de2661765daba7
|
4
|
+
data.tar.gz: d9846145a72ac7cadef631604957c13df719454f876428a8652bd466401a0101
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 579ff1bde1cb04a4d1548d7842a52323fbdf07385f6c12fbaa6c40867ea8428bf3537c1644d627bd896e0c78c81b88d31974cafdabf112bbe5447871f7e7446c
|
7
|
+
data.tar.gz: 5e9c57d127cc8031376c62bf568e099cff11a7fa2b60be0010c32e9c59f46aa7f93696973a8c65f2b6b56a75066e04fe307faa4ba5b4913c9cfe39303fe93f24
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_g_with_attributes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ackshaey Singh
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-03-
|
11
|
+
date: 2023-03-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -24,11 +24,11 @@ dependencies:
|
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: 5.0.0
|
27
|
-
description:
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
27
|
+
description: This is a patch that modifies the rails g scaffold_controller generator
|
28
|
+
to accept a --with_attributes option. The --with_attributes option is used to read
|
29
|
+
model attributes if none are specified on the command line. This is a way to simplify
|
30
|
+
the process of generating code by automatically including all of the attributes
|
31
|
+
of the model when generating controller actions and views.
|
32
32
|
email:
|
33
33
|
- ackshaey@gmail.com
|
34
34
|
executables: []
|
@@ -37,7 +37,7 @@ extra_rdoc_files: []
|
|
37
37
|
files:
|
38
38
|
- lib/rails_g_with_attributes.rb
|
39
39
|
- lib/with_attributes.rb
|
40
|
-
homepage:
|
40
|
+
homepage: https://rubygems.org/gems/rails_g_with_attributes
|
41
41
|
licenses:
|
42
42
|
- MIT
|
43
43
|
metadata: {}
|
@@ -59,6 +59,6 @@ requirements: []
|
|
59
59
|
rubygems_version: 3.2.15
|
60
60
|
signing_key:
|
61
61
|
specification_version: 4
|
62
|
-
summary: Patches rails g to accept
|
62
|
+
summary: Patches rails g to accept a --with_attributes options, used for the `rails
|
63
63
|
g scaffold_controller` generator
|
64
64
|
test_files: []
|