auto_strong_parameters 0.0.4 → 0.0.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dddcaa6e82b8ee32c7c48e829645a716a51298ebdc0e354951782454e6c50a7e
4
- data.tar.gz: df7e2c4d6ac02ae237d5d432269be80e5f9182b583216201909dfc99b724e3dc
3
+ metadata.gz: 87e4ff01c63a1ed514ebaa3ecc1f67cce5bf7f0aed4362344a47483df7f917b6
4
+ data.tar.gz: 532577e89429851252c74d192311cc262d77dccf6cf925a96c4d65fb69ac1b2f
5
5
  SHA512:
6
- metadata.gz: b311a61ef84324b1cd74e98bafcfa9e11a0b0493baa1e03bc388907cf31f7c06bf079d073349a63167a9936deb5bb6d6e6996c20f4c39ed6b21d2956a850510f
7
- data.tar.gz: 9dde9aa41c0af04cbb757429acbf98b3826c981c8d6162468665c2863bcebb6606eac066b384eb72b82566447bee69a407ca6287e80a04410448234f06000236
6
+ metadata.gz: cca99d08901cc8b920fce63d89039496e202ab7c90e95758a62f7778fe7b8d9d91b42cad1d2770164277d66b584304f11a7bdf7861a521b9b4c1beb3a54ecbc8
7
+ data.tar.gz: 71688a056ee736c0c13c4ecf7fe495c73828e9c4314b2005f4db19614e299f9a9cb33252e33a3045316c402f7570cc85a81a44eb323a3364ee7eb1afe501c76e
@@ -11,10 +11,36 @@ module AutoStrongParameters::AutoFormParams
11
11
  ASP_DIGIT_REGEX = /\[\d+\]/
12
12
 
13
13
  TRACKED_FIELDS = %w(
14
- search_field telephone_field date_field time_field datetime_field
15
- month_field week_field url_field email_field number_field range_field
16
- file_field password_field text_area text_field radio_button phone_field
17
- select collection_select trix_editor
14
+ check_box
15
+ collection_check_boxes
16
+ collection_radio_buttons
17
+ collection_select
18
+ color_field
19
+ date_field
20
+ datetime_field
21
+ datetime_local_field
22
+ email_field
23
+ file_field
24
+ grouped_collection_select
25
+ grouped_collection_select
26
+ hidden_field
27
+ month_field
28
+ number_field
29
+ password_field
30
+ phone_field
31
+ radio_button
32
+ range_field
33
+ rich_text_area
34
+ search_field
35
+ select
36
+ telephone_field
37
+ text_area
38
+ text_field
39
+ time_field
40
+ time_zone_select
41
+ trix_editor
42
+ url_field
43
+ week_field
18
44
  )
19
45
 
20
46
  TRACKED_FIELDS.each do |name|
@@ -1,3 +1,3 @@
1
1
  module AutoStrongParameters
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: auto_strong_parameters
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Drew Ulmer