hot-glue 0.2.9E → 0.3.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (29) hide show
  1. checksums.yaml +4 -4
  2. data/.github/FUNDING.yml +1 -2
  3. data/Gemfile.lock +3 -3
  4. data/LICENCE +11 -4
  5. data/README.md +0 -698
  6. data/app/helpers/hot_glue/controller_helper.rb +2 -1
  7. data/lib/generators/hot_glue/install_generator.rb +121 -33
  8. data/lib/generators/hot_glue/markup_templates/erb.rb +41 -28
  9. data/lib/generators/hot_glue/markup_templates/haml.rb +3 -1
  10. data/lib/generators/hot_glue/scaffold_generator.rb +159 -35
  11. data/lib/generators/hot_glue/templates/controller.rb.erb +34 -20
  12. data/lib/generators/hot_glue/templates/erb/_form.erb +1 -1
  13. data/lib/generators/hot_glue/templates/erb/_line.erb +3 -2
  14. data/lib/generators/hot_glue/templates/erb/_list.erb +29 -14
  15. data/lib/generators/hot_glue/templates/erb/_new_button.erb +3 -1
  16. data/lib/generators/hot_glue/templates/erb/_show.erb +17 -9
  17. data/lib/generators/hot_glue/templates/erb/create.turbo_stream.erb +2 -2
  18. data/lib/generators/hot_glue/templates/erb/destroy.turbo_stream.erb +2 -2
  19. data/lib/generators/hot_glue/templates/erb/edit.erb +1 -1
  20. data/lib/generators/hot_glue/templates/erb/index.erb +11 -8
  21. data/lib/generators/hot_glue/templates/erb/update.turbo_stream.erb +1 -1
  22. data/lib/generators/hot_glue/templates/haml/_list.haml +2 -2
  23. data/lib/generators/hot_glue/templates/haml/index.haml +1 -1
  24. data/lib/generators/hot_glue/templates/themes/hotglue_scaffold_dark_knight.scss +158 -0
  25. data/lib/generators/hot_glue/templates/themes/hotglue_scaffold_like_bootstrap.scss +154 -0
  26. data/lib/generators/hot_glue/templates/themes/hotglue_scaffold_like_los_gatos.scss +182 -0
  27. data/lib/generators/hot_glue/templates/themes/hotglue_scaffold_like_mountain_view.scss +179 -0
  28. data/lib/hotglue/version.rb +1 -1
  29. metadata +14 -20
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hot-glue
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9E
4
+ version: 0.3.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Fleetwood-Boldt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-27 00:00:00.000000000 Z
11
+ date: 2021-12-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -155,6 +155,10 @@ files:
155
155
  - lib/generators/hot_glue/templates/haml/new.haml
156
156
  - lib/generators/hot_glue/templates/haml/update.turbo_stream.haml
157
157
  - lib/generators/hot_glue/templates/system_spec.rb.erb
158
+ - lib/generators/hot_glue/templates/themes/hotglue_scaffold_dark_knight.scss
159
+ - lib/generators/hot_glue/templates/themes/hotglue_scaffold_like_bootstrap.scss
160
+ - lib/generators/hot_glue/templates/themes/hotglue_scaffold_like_los_gatos.scss
161
+ - lib/generators/hot_glue/templates/themes/hotglue_scaffold_like_mountain_view.scss
158
162
  - lib/hot-glue.rb
159
163
  - lib/hotglue/engine.rb
160
164
  - lib/hotglue/version.rb
@@ -163,24 +167,14 @@ licenses:
163
167
  - Nonstandard
164
168
  metadata:
165
169
  source_code_uri: https://github.com/jasonfb/hot-glue
166
- documentation_uri: https://jasonfleetwoodboldt.com/hot-glue/
167
- homepage_uri: https://github.com/jasonfb/hot-glue
170
+ tutorial: https://jfbcodes.com/hot-glue-tutorial
171
+ buy_license: https://heliosdev.shop/hot-glue-licens
172
+ get_merch: https://shop.heliosdev.shop/?utm_source=rubygems&utm_campaign=hot_glue_gem_metadata
168
173
  post_install_message: |
169
174
  ---------------------------------------------
170
175
  Welcome to Hot Glue - A Scaffold Building Companion for Hotwire + Turbo-Rails
171
176
 
172
- rails generate hot_glue:scaffold Thing
173
-
174
- * Build plug-and-play scaffolding mixing generated ERB or HAML with the power of Hotwire and Turbo-Rails
175
- * Everything edits-in-place (unless you use --big-edit, then it won't)
176
- * Automatically Reads Your Models (make them before building your scaffolding!)
177
- * Excellent for CREATE-READ-UPDATE-DELETE (CRUD), lists with pagination (coming soon: searching & sorting)
178
- * Great for prototyping, but you should learn Rails fundamentals first.
179
- * 'Packaged' with Devise, Kaminari, Rspec, FontAwesome
180
- * Create system specs automatically along with the generated code.
181
- * Nest your routes model-by-model for built-in poor man's authentication.
182
- * Throw the scaffolding away when your app is ready to graduate to its next phase.
183
- * docs at https://github.com/jasonfb/hot-glue
177
+ To purchase a license, please visit https://heliosdev.shop/hot-glue-license
184
178
  ---------------------------------------------
185
179
  rdoc_options: []
186
180
  require_paths:
@@ -192,12 +186,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
192
186
  version: '0'
193
187
  required_rubygems_version: !ruby/object:Gem::Requirement
194
188
  requirements:
195
- - - ">"
189
+ - - ">="
196
190
  - !ruby/object:Gem::Version
197
- version: 1.3.1
191
+ version: '0'
198
192
  requirements: []
199
- rubygems_version: 3.1.6
193
+ rubygems_version: 3.1.4
200
194
  signing_key:
201
195
  specification_version: 4
202
- summary: A gem build scaffolding.
196
+ summary: A gem to build Tubro Rails scaffolding.
203
197
  test_files: []