wallaby 6.0.2 → 6.1.0
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/app/views/wallaby/resources/_active_storage.html.erb +5 -0
- data/app/views/wallaby/resources/_resource_actions.html.erb +3 -0
- data/app/views/wallaby/resources/index/_belongs_to.html.erb +5 -0
- data/app/views/wallaby/resources/index/_bigint.html.erb +5 -0
- data/app/views/wallaby/resources/index/_bigserial.html.erb +5 -0
- data/app/views/wallaby/resources/index/_binary.html.erb +5 -0
- data/app/views/wallaby/resources/index/_bit.html.erb +9 -0
- data/app/views/wallaby/resources/index/_bit_varying.html.erb +9 -0
- data/app/views/wallaby/resources/index/_blob.html.erb +5 -0
- data/app/views/wallaby/resources/index/_boolean.html.erb +9 -0
- data/app/views/wallaby/resources/index/_box.html.erb +16 -0
- data/app/views/wallaby/resources/index/_cidr.html.erb +13 -0
- data/app/views/wallaby/resources/index/_circle.html.erb +16 -0
- data/app/views/wallaby/resources/index/_citext.html.erb +16 -0
- data/app/views/wallaby/resources/index/_color.html.erb +10 -0
- data/app/views/wallaby/resources/index/_date.html.erb +11 -0
- data/app/views/wallaby/resources/index/_daterange.html.erb +12 -0
- data/app/views/wallaby/resources/index/_datetime.html.erb +11 -0
- data/app/views/wallaby/resources/index/_decimal.html.erb +5 -0
- data/app/views/wallaby/resources/index/_email.html.erb +5 -0
- data/app/views/wallaby/resources/index/_float.html.erb +5 -0
- data/app/views/wallaby/resources/index/_has_and_belongs_to_many.html.erb +15 -0
- data/app/views/wallaby/resources/index/_has_many.html.erb +15 -0
- data/app/views/wallaby/resources/index/_has_one.html.erb +5 -0
- data/app/views/wallaby/resources/index/_hstore.html.erb +16 -0
- data/app/views/wallaby/resources/index/_inet.html.erb +13 -0
- data/app/views/wallaby/resources/index/_int4range.html.erb +11 -0
- data/app/views/wallaby/resources/index/_int8range.html.erb +11 -0
- data/app/views/wallaby/resources/index/_integer.html.erb +5 -0
- data/app/views/wallaby/resources/index/_json.html.erb +16 -0
- data/app/views/wallaby/resources/index/_jsonb.html.erb +16 -0
- data/app/views/wallaby/resources/index/_line.html.erb +16 -0
- data/app/views/wallaby/resources/index/_link.html.erb +5 -0
- data/app/views/wallaby/resources/index/_longblob.html.erb +5 -0
- data/app/views/wallaby/resources/index/_longtext.html.erb +16 -0
- data/app/views/wallaby/resources/index/_lseg.html.erb +16 -0
- data/app/views/wallaby/resources/index/_ltree.html.erb +16 -0
- data/app/views/wallaby/resources/index/_macaddr.html.erb +9 -0
- data/app/views/wallaby/resources/index/_mediumblob.html.erb +5 -0
- data/app/views/wallaby/resources/index/_mediumtext.html.erb +16 -0
- data/app/views/wallaby/resources/index/_money.html.erb +5 -0
- data/app/views/wallaby/resources/index/_numrange.html.erb +11 -0
- data/app/views/wallaby/resources/index/_password.html.erb +9 -0
- data/app/views/wallaby/resources/index/_path.html.erb +16 -0
- data/app/views/wallaby/resources/index/_point.html.erb +13 -0
- data/app/views/wallaby/resources/index/_polygon.html.erb +16 -0
- data/app/views/wallaby/resources/index/_raw.html.erb +9 -0
- data/app/views/wallaby/resources/index/_serial.html.erb +5 -0
- data/app/views/wallaby/resources/index/_sti.html.erb +16 -0
- data/app/views/wallaby/resources/index/_string.html.erb +16 -0
- data/app/views/wallaby/resources/index/_text.html.erb +16 -0
- data/app/views/wallaby/resources/index/_time.html.erb +10 -0
- data/app/views/wallaby/resources/index/_tinyblob.html.erb +5 -0
- data/app/views/wallaby/resources/index/_tinytext.html.erb +16 -0
- data/app/views/wallaby/resources/index/_tsrange.html.erb +12 -0
- data/app/views/wallaby/resources/index/_tstzrange.html.erb +12 -0
- data/app/views/wallaby/resources/index/_tsvector.html.erb +16 -0
- data/app/views/wallaby/resources/index/_unsigned_bigint.html.erb +5 -0
- data/app/views/wallaby/resources/index/_unsigned_decimal.html.erb +5 -0
- data/app/views/wallaby/resources/index/_unsigned_float.html.erb +5 -0
- data/app/views/wallaby/resources/index/_unsigned_integer.html.erb +5 -0
- data/app/views/wallaby/resources/index/_uuid.html.erb +16 -0
- data/app/views/wallaby/resources/index/_xml.html.erb +16 -0
- data/lib/wallaby/version.rb +1 -2
- metadata +74 -74
- data/app/views/wallaby/resources/active_storage_html.rb +0 -13
- data/app/views/wallaby/resources/index/belongs_to_html.rb +0 -15
- data/app/views/wallaby/resources/index/bigint_html.rb +0 -15
- data/app/views/wallaby/resources/index/bigserial_html.rb +0 -15
- data/app/views/wallaby/resources/index/binary_html.rb +0 -15
- data/app/views/wallaby/resources/index/bit_html.rb +0 -19
- data/app/views/wallaby/resources/index/bit_varying_html.rb +0 -19
- data/app/views/wallaby/resources/index/blob_html.rb +0 -15
- data/app/views/wallaby/resources/index/boolean_html.rb +0 -19
- data/app/views/wallaby/resources/index/box_html.rb +0 -11
- data/app/views/wallaby/resources/index/cidr_html.rb +0 -11
- data/app/views/wallaby/resources/index/circle_html.rb +0 -11
- data/app/views/wallaby/resources/index/citext_html.rb +0 -11
- data/app/views/wallaby/resources/index/color_html.rb +0 -20
- data/app/views/wallaby/resources/index/date_html.rb +0 -21
- data/app/views/wallaby/resources/index/daterange_html.rb +0 -22
- data/app/views/wallaby/resources/index/datetime_html.rb +0 -21
- data/app/views/wallaby/resources/index/decimal_html.rb +0 -15
- data/app/views/wallaby/resources/index/email_html.rb +0 -15
- data/app/views/wallaby/resources/index/float_html.rb +0 -15
- data/app/views/wallaby/resources/index/has_and_belongs_to_many_html.rb +0 -11
- data/app/views/wallaby/resources/index/has_many_html.rb +0 -25
- data/app/views/wallaby/resources/index/has_one_html.rb +0 -15
- data/app/views/wallaby/resources/index/hstore_html.rb +0 -11
- data/app/views/wallaby/resources/index/inet_html.rb +0 -23
- data/app/views/wallaby/resources/index/int4range_html.rb +0 -11
- data/app/views/wallaby/resources/index/int8range_html.rb +0 -11
- data/app/views/wallaby/resources/index/integer_html.rb +0 -15
- data/app/views/wallaby/resources/index/json_html.rb +0 -26
- data/app/views/wallaby/resources/index/jsonb_html.rb +0 -11
- data/app/views/wallaby/resources/index/line_html.rb +0 -26
- data/app/views/wallaby/resources/index/link_html.rb +0 -15
- data/app/views/wallaby/resources/index/longblob_html.rb +0 -15
- data/app/views/wallaby/resources/index/longtext_html.rb +0 -11
- data/app/views/wallaby/resources/index/lseg_html.rb +0 -11
- data/app/views/wallaby/resources/index/ltree_html.rb +0 -11
- data/app/views/wallaby/resources/index/macaddr_html.rb +0 -19
- data/app/views/wallaby/resources/index/mediumblob_html.rb +0 -15
- data/app/views/wallaby/resources/index/mediumtext_html.rb +0 -11
- data/app/views/wallaby/resources/index/money_html.rb +0 -15
- data/app/views/wallaby/resources/index/numrange_html.rb +0 -21
- data/app/views/wallaby/resources/index/password_html.rb +0 -19
- data/app/views/wallaby/resources/index/path_html.rb +0 -26
- data/app/views/wallaby/resources/index/point_html.rb +0 -23
- data/app/views/wallaby/resources/index/polygon_html.rb +0 -11
- data/app/views/wallaby/resources/index/raw_html.rb +0 -19
- data/app/views/wallaby/resources/index/serial_html.rb +0 -15
- data/app/views/wallaby/resources/index/sti_html.rb +0 -11
- data/app/views/wallaby/resources/index/string_html.rb +0 -26
- data/app/views/wallaby/resources/index/text_html.rb +0 -26
- data/app/views/wallaby/resources/index/time_html.rb +0 -20
- data/app/views/wallaby/resources/index/tinyblob_html.rb +0 -15
- data/app/views/wallaby/resources/index/tinytext_html.rb +0 -11
- data/app/views/wallaby/resources/index/tsrange_html.rb +0 -11
- data/app/views/wallaby/resources/index/tstzrange_html.rb +0 -11
- data/app/views/wallaby/resources/index/tsvector_html.rb +0 -11
- data/app/views/wallaby/resources/index/unsigned_bigint_html.rb +0 -15
- data/app/views/wallaby/resources/index/unsigned_decimal_html.rb +0 -15
- data/app/views/wallaby/resources/index/unsigned_float_html.rb +0 -15
- data/app/views/wallaby/resources/index/unsigned_integer_html.rb +0 -15
- data/app/views/wallaby/resources/index/uuid_html.rb +0 -11
- data/app/views/wallaby/resources/index/xml_html.rb +0 -11
- data/app/views/wallaby/resources/resource_actions_html.rb +0 -15
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<%# @param object [model] model instance %>
|
|
2
|
+
<%# @param field_name [String] name of the field %>
|
|
3
|
+
<%# @param value [Object] value of the field %>
|
|
4
|
+
<%# @param metadata [Hash] metadata of the field %>
|
|
5
|
+
<%= if value.nil?
|
|
6
|
+
null
|
|
7
|
+
else
|
|
8
|
+
content_tag :code, value
|
|
9
|
+
end %>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<%# @param object [model] model instance %>
|
|
2
|
+
<%# @param field_name [String] name of the field %>
|
|
3
|
+
<%# @param value [Object] value of the field %>
|
|
4
|
+
<%# @param metadata [Hash] metadata of the field %>
|
|
5
|
+
<%= if value.nil?
|
|
6
|
+
null
|
|
7
|
+
else
|
|
8
|
+
max = metadata[:max] || default_metadata.max
|
|
9
|
+
value = value.to_s
|
|
10
|
+
if value.length > max
|
|
11
|
+
concat content_tag(:span, value.truncate(max))
|
|
12
|
+
imodal metadata[:label], value
|
|
13
|
+
else
|
|
14
|
+
value
|
|
15
|
+
end
|
|
16
|
+
end %>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<%# @param object [model] model instance %>
|
|
2
|
+
<%# @param field_name [String] name of the field %>
|
|
3
|
+
<%# @param value [Object] value of the field %>
|
|
4
|
+
<%# @param metadata [Hash] metadata of the field %>
|
|
5
|
+
<%= if value.nil?
|
|
6
|
+
null
|
|
7
|
+
else
|
|
8
|
+
concat content_tag(:span, value.first, class: 'from')
|
|
9
|
+
concat '...'
|
|
10
|
+
content_tag(:span, value.last, class: 'to')
|
|
11
|
+
end %>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<%# @param object [model] model instance %>
|
|
2
|
+
<%# @param field_name [String] name of the field %>
|
|
3
|
+
<%# @param value [Object] value of the field %>
|
|
4
|
+
<%# @param metadata [Hash] metadata of the field %>
|
|
5
|
+
<%= if value.nil?
|
|
6
|
+
null
|
|
7
|
+
else
|
|
8
|
+
content_tag :code, '********'
|
|
9
|
+
end %>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<%# @param object [model] model instance %>
|
|
2
|
+
<%# @param field_name [String] name of the field %>
|
|
3
|
+
<%# @param value [Object] value of the field %>
|
|
4
|
+
<%# @param metadata [Hash] metadata of the field %>
|
|
5
|
+
<%= if value.nil?
|
|
6
|
+
null
|
|
7
|
+
else
|
|
8
|
+
max = metadata[:max] || default_metadata.max
|
|
9
|
+
value = value.to_s
|
|
10
|
+
if value.length > max
|
|
11
|
+
concat content_tag(:code, value.truncate(max))
|
|
12
|
+
imodal metadata[:label], value
|
|
13
|
+
else
|
|
14
|
+
content_tag :code, value
|
|
15
|
+
end
|
|
16
|
+
end %>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<%# @param object [model] model instance %>
|
|
2
|
+
<%# @param field_name [String] name of the field %>
|
|
3
|
+
<%# @param value [Object] value of the field %>
|
|
4
|
+
<%# @param metadata [Hash] metadata of the field %>
|
|
5
|
+
<%= if value.nil?
|
|
6
|
+
null
|
|
7
|
+
else
|
|
8
|
+
concat '('
|
|
9
|
+
concat content_tag(:span, value[0], class: 'x')
|
|
10
|
+
concat ', '
|
|
11
|
+
concat content_tag(:span, value[1], class: 'y')
|
|
12
|
+
')'
|
|
13
|
+
end %>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<%# @param object [model] model instance %>
|
|
2
|
+
<%# @param field_name [String] name of the field %>
|
|
3
|
+
<%# @param value [Object] value of the field %>
|
|
4
|
+
<%# @param metadata [Hash] metadata of the field %>
|
|
5
|
+
<%= if value.nil?
|
|
6
|
+
null
|
|
7
|
+
else
|
|
8
|
+
max = metadata[:max] || default_metadata.max
|
|
9
|
+
value = value.to_s
|
|
10
|
+
if value.length > max
|
|
11
|
+
concat content_tag(:code, value.truncate(max))
|
|
12
|
+
imodal metadata[:label], value
|
|
13
|
+
else
|
|
14
|
+
content_tag :code, value
|
|
15
|
+
end
|
|
16
|
+
end %>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<%# @param object [model] model instance %>
|
|
2
|
+
<%# @param field_name [String] name of the field %>
|
|
3
|
+
<%# @param value [Object] value of the field %>
|
|
4
|
+
<%# @param metadata [Hash] metadata of the field %>
|
|
5
|
+
<%= if value.nil?
|
|
6
|
+
null
|
|
7
|
+
else
|
|
8
|
+
max = metadata[:max] || default_metadata.max
|
|
9
|
+
value = value.to_s
|
|
10
|
+
if value.length > max
|
|
11
|
+
concat content_tag(:span, value.truncate(max))
|
|
12
|
+
itooltip value
|
|
13
|
+
else
|
|
14
|
+
value
|
|
15
|
+
end
|
|
16
|
+
end %>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<%# @param object [model] model instance %>
|
|
2
|
+
<%# @param field_name [String] name of the field %>
|
|
3
|
+
<%# @param value [Object] value of the field %>
|
|
4
|
+
<%# @param metadata [Hash] metadata of the field %>
|
|
5
|
+
<%= if value.nil?
|
|
6
|
+
null
|
|
7
|
+
else
|
|
8
|
+
max = metadata[:max] || default_metadata.max
|
|
9
|
+
value = value.to_s
|
|
10
|
+
if value.length > max
|
|
11
|
+
concat content_tag(:span, value.truncate(max))
|
|
12
|
+
itooltip value
|
|
13
|
+
else
|
|
14
|
+
value
|
|
15
|
+
end
|
|
16
|
+
end %>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<%# @param object [model] model instance %>
|
|
2
|
+
<%# @param field_name [String] name of the field %>
|
|
3
|
+
<%# @param value [Object] value of the field %>
|
|
4
|
+
<%# @param metadata [Hash] metadata of the field %>
|
|
5
|
+
<%= if value.nil?
|
|
6
|
+
null
|
|
7
|
+
else
|
|
8
|
+
max = metadata[:max] || default_metadata.max
|
|
9
|
+
value = value.to_s
|
|
10
|
+
if value.length > max
|
|
11
|
+
concat content_tag(:span, value.truncate(max))
|
|
12
|
+
imodal metadata[:label], value
|
|
13
|
+
else
|
|
14
|
+
value
|
|
15
|
+
end
|
|
16
|
+
end %>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<%# @param object [model] model instance %>
|
|
2
|
+
<%# @param field_name [String] name of the field %>
|
|
3
|
+
<%# @param value [Object] value of the field %>
|
|
4
|
+
<%# @param metadata [Hash] metadata of the field %>
|
|
5
|
+
<%= if value.nil?
|
|
6
|
+
null
|
|
7
|
+
else
|
|
8
|
+
value = Time.zone.parse value if value.is_a? String
|
|
9
|
+
I18n.l value, format: '%H:%M:%S'
|
|
10
|
+
end %>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<%# @param object [model] model instance %>
|
|
2
|
+
<%# @param field_name [String] name of the field %>
|
|
3
|
+
<%# @param value [Object] value of the field %>
|
|
4
|
+
<%# @param metadata [Hash] metadata of the field %>
|
|
5
|
+
<%= if value.nil?
|
|
6
|
+
null
|
|
7
|
+
else
|
|
8
|
+
max = metadata[:max] || default_metadata.max
|
|
9
|
+
value = value.to_s
|
|
10
|
+
if value.length > max
|
|
11
|
+
concat content_tag(:span, value.truncate(max))
|
|
12
|
+
imodal metadata[:label], value
|
|
13
|
+
else
|
|
14
|
+
value
|
|
15
|
+
end
|
|
16
|
+
end %>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<%# @param object [model] model instance %>
|
|
2
|
+
<%# @param field_name [String] name of the field %>
|
|
3
|
+
<%# @param value [Object] value of the field %>
|
|
4
|
+
<%# @param metadata [Hash] metadata of the field %>
|
|
5
|
+
<%= if value.nil?
|
|
6
|
+
null
|
|
7
|
+
else
|
|
8
|
+
concat content_tag(:span, I18n.l(value.first, format: :short), class: 'from')
|
|
9
|
+
concat '...'
|
|
10
|
+
concat content_tag(:span, I18n.l(value.last, format: :short), class: 'to')
|
|
11
|
+
itooltip "#{I18n.l value.first} ... #{I18n.l value.last}", 'time'
|
|
12
|
+
end %>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<%# @param object [model] model instance %>
|
|
2
|
+
<%# @param field_name [String] name of the field %>
|
|
3
|
+
<%# @param value [Object] value of the field %>
|
|
4
|
+
<%# @param metadata [Hash] metadata of the field %>
|
|
5
|
+
<%= if value.nil?
|
|
6
|
+
null
|
|
7
|
+
else
|
|
8
|
+
concat content_tag(:span, I18n.l(value.first, format: :short), class: 'from')
|
|
9
|
+
concat '...'
|
|
10
|
+
concat content_tag(:span, I18n.l(value.last, format: :short), class: 'to')
|
|
11
|
+
itooltip "#{I18n.l value.first} ... #{I18n.l value.last}", 'time'
|
|
12
|
+
end %>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<%# @param object [model] model instance %>
|
|
2
|
+
<%# @param field_name [String] name of the field %>
|
|
3
|
+
<%# @param value [Object] value of the field %>
|
|
4
|
+
<%# @param metadata [Hash] metadata of the field %>
|
|
5
|
+
<%= if value.nil?
|
|
6
|
+
null
|
|
7
|
+
else
|
|
8
|
+
max = metadata[:max] || default_metadata.max
|
|
9
|
+
value = value.to_s
|
|
10
|
+
if value.length > max
|
|
11
|
+
concat content_tag(:span, value.truncate(max))
|
|
12
|
+
imodal metadata[:label], value
|
|
13
|
+
else
|
|
14
|
+
value
|
|
15
|
+
end
|
|
16
|
+
end %>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<%# @param object [model] model instance %>
|
|
2
|
+
<%# @param field_name [String] name of the field %>
|
|
3
|
+
<%# @param value [Object] value of the field %>
|
|
4
|
+
<%# @param metadata [Hash] metadata of the field %>
|
|
5
|
+
<%= if value.nil?
|
|
6
|
+
null
|
|
7
|
+
else
|
|
8
|
+
max = metadata[:max] || default_metadata.max
|
|
9
|
+
value = value.to_s
|
|
10
|
+
if value.length > max
|
|
11
|
+
concat content_tag(:span, value.truncate(max))
|
|
12
|
+
itooltip value
|
|
13
|
+
else
|
|
14
|
+
value
|
|
15
|
+
end
|
|
16
|
+
end %>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<%# @param object [model] model instance %>
|
|
2
|
+
<%# @param field_name [String] name of the field %>
|
|
3
|
+
<%# @param value [Object] value of the field %>
|
|
4
|
+
<%# @param metadata [Hash] metadata of the field %>
|
|
5
|
+
<%= if value.nil?
|
|
6
|
+
null
|
|
7
|
+
else
|
|
8
|
+
max = metadata[:max] || default_metadata.max
|
|
9
|
+
value = value.to_s
|
|
10
|
+
if value.length > max
|
|
11
|
+
concat content_tag(:code, value.truncate(max))
|
|
12
|
+
imodal metadata[:label], "<pre>#{h value}</pre>".html_safe
|
|
13
|
+
else
|
|
14
|
+
content_tag :code, value
|
|
15
|
+
end
|
|
16
|
+
end %>
|
data/lib/wallaby/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wallaby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.0
|
|
4
|
+
version: 6.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tianwen Chen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-02-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: wallaby-core
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
19
|
+
version: 0.2.0
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - "
|
|
24
|
+
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version:
|
|
26
|
+
version: 0.2.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: wallaby-active_record
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- - "
|
|
31
|
+
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version:
|
|
33
|
+
version: 0.2.1
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- - "
|
|
38
|
+
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version:
|
|
40
|
+
version: 0.2.1
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: bootstrap
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -252,6 +252,7 @@ files:
|
|
|
252
252
|
- app/views/layouts/wallaby/resources.csv.erb
|
|
253
253
|
- app/views/layouts/wallaby/resources.html.erb
|
|
254
254
|
- app/views/layouts/wallaby/resources.json.erb
|
|
255
|
+
- app/views/wallaby/resources/_active_storage.html.erb
|
|
255
256
|
- app/views/wallaby/resources/_flash_messages.html.erb
|
|
256
257
|
- app/views/wallaby/resources/_footer.html.erb
|
|
257
258
|
- app/views/wallaby/resources/_form.html.erb
|
|
@@ -264,10 +265,10 @@ files:
|
|
|
264
265
|
- app/views/wallaby/resources/_index_query.html.erb
|
|
265
266
|
- app/views/wallaby/resources/_logo.html.erb
|
|
266
267
|
- app/views/wallaby/resources/_navs.html.erb
|
|
268
|
+
- app/views/wallaby/resources/_resource_actions.html.erb
|
|
267
269
|
- app/views/wallaby/resources/_resource_navs.html.erb
|
|
268
270
|
- app/views/wallaby/resources/_title.html.erb
|
|
269
271
|
- app/views/wallaby/resources/_user_menu.html.erb
|
|
270
|
-
- app/views/wallaby/resources/active_storage_html.rb
|
|
271
272
|
- app/views/wallaby/resources/bad_request.json.jbuilder
|
|
272
273
|
- app/views/wallaby/resources/edit.html.erb
|
|
273
274
|
- app/views/wallaby/resources/error.html.erb
|
|
@@ -341,129 +342,128 @@ files:
|
|
|
341
342
|
- app/views/wallaby/resources/index.html.erb
|
|
342
343
|
- app/views/wallaby/resources/index.json.jbuilder
|
|
343
344
|
- app/views/wallaby/resources/index/_belongs_to.csv.erb
|
|
345
|
+
- app/views/wallaby/resources/index/_belongs_to.html.erb
|
|
344
346
|
- app/views/wallaby/resources/index/_bigint.csv.erb
|
|
347
|
+
- app/views/wallaby/resources/index/_bigint.html.erb
|
|
345
348
|
- app/views/wallaby/resources/index/_bigserial.csv.erb
|
|
349
|
+
- app/views/wallaby/resources/index/_bigserial.html.erb
|
|
346
350
|
- app/views/wallaby/resources/index/_binary.csv.erb
|
|
351
|
+
- app/views/wallaby/resources/index/_binary.html.erb
|
|
347
352
|
- app/views/wallaby/resources/index/_bit.csv.erb
|
|
353
|
+
- app/views/wallaby/resources/index/_bit.html.erb
|
|
348
354
|
- app/views/wallaby/resources/index/_bit_varying.csv.erb
|
|
355
|
+
- app/views/wallaby/resources/index/_bit_varying.html.erb
|
|
349
356
|
- app/views/wallaby/resources/index/_blob.csv.erb
|
|
357
|
+
- app/views/wallaby/resources/index/_blob.html.erb
|
|
350
358
|
- app/views/wallaby/resources/index/_boolean.csv.erb
|
|
359
|
+
- app/views/wallaby/resources/index/_boolean.html.erb
|
|
351
360
|
- app/views/wallaby/resources/index/_box.csv.erb
|
|
361
|
+
- app/views/wallaby/resources/index/_box.html.erb
|
|
352
362
|
- app/views/wallaby/resources/index/_cidr.csv.erb
|
|
363
|
+
- app/views/wallaby/resources/index/_cidr.html.erb
|
|
353
364
|
- app/views/wallaby/resources/index/_circle.csv.erb
|
|
365
|
+
- app/views/wallaby/resources/index/_circle.html.erb
|
|
354
366
|
- app/views/wallaby/resources/index/_citext.csv.erb
|
|
367
|
+
- app/views/wallaby/resources/index/_citext.html.erb
|
|
355
368
|
- app/views/wallaby/resources/index/_color.csv.erb
|
|
369
|
+
- app/views/wallaby/resources/index/_color.html.erb
|
|
356
370
|
- app/views/wallaby/resources/index/_date.csv.erb
|
|
371
|
+
- app/views/wallaby/resources/index/_date.html.erb
|
|
357
372
|
- app/views/wallaby/resources/index/_daterange.csv.erb
|
|
373
|
+
- app/views/wallaby/resources/index/_daterange.html.erb
|
|
358
374
|
- app/views/wallaby/resources/index/_datetime.csv.erb
|
|
375
|
+
- app/views/wallaby/resources/index/_datetime.html.erb
|
|
359
376
|
- app/views/wallaby/resources/index/_decimal.csv.erb
|
|
377
|
+
- app/views/wallaby/resources/index/_decimal.html.erb
|
|
360
378
|
- app/views/wallaby/resources/index/_email.csv.erb
|
|
379
|
+
- app/views/wallaby/resources/index/_email.html.erb
|
|
361
380
|
- app/views/wallaby/resources/index/_float.csv.erb
|
|
381
|
+
- app/views/wallaby/resources/index/_float.html.erb
|
|
362
382
|
- app/views/wallaby/resources/index/_has_and_belongs_to_many.csv.erb
|
|
383
|
+
- app/views/wallaby/resources/index/_has_and_belongs_to_many.html.erb
|
|
363
384
|
- app/views/wallaby/resources/index/_has_many.csv.erb
|
|
385
|
+
- app/views/wallaby/resources/index/_has_many.html.erb
|
|
364
386
|
- app/views/wallaby/resources/index/_has_one.csv.erb
|
|
387
|
+
- app/views/wallaby/resources/index/_has_one.html.erb
|
|
365
388
|
- app/views/wallaby/resources/index/_hstore.csv.erb
|
|
389
|
+
- app/views/wallaby/resources/index/_hstore.html.erb
|
|
366
390
|
- app/views/wallaby/resources/index/_inet.csv.erb
|
|
391
|
+
- app/views/wallaby/resources/index/_inet.html.erb
|
|
367
392
|
- app/views/wallaby/resources/index/_int4range.csv.erb
|
|
393
|
+
- app/views/wallaby/resources/index/_int4range.html.erb
|
|
368
394
|
- app/views/wallaby/resources/index/_int8range.csv.erb
|
|
395
|
+
- app/views/wallaby/resources/index/_int8range.html.erb
|
|
369
396
|
- app/views/wallaby/resources/index/_integer.csv.erb
|
|
397
|
+
- app/views/wallaby/resources/index/_integer.html.erb
|
|
370
398
|
- app/views/wallaby/resources/index/_json.csv.erb
|
|
399
|
+
- app/views/wallaby/resources/index/_json.html.erb
|
|
371
400
|
- app/views/wallaby/resources/index/_jsonb.csv.erb
|
|
401
|
+
- app/views/wallaby/resources/index/_jsonb.html.erb
|
|
372
402
|
- app/views/wallaby/resources/index/_line.csv.erb
|
|
403
|
+
- app/views/wallaby/resources/index/_line.html.erb
|
|
373
404
|
- app/views/wallaby/resources/index/_link.csv.erb
|
|
405
|
+
- app/views/wallaby/resources/index/_link.html.erb
|
|
374
406
|
- app/views/wallaby/resources/index/_longblob.csv.erb
|
|
407
|
+
- app/views/wallaby/resources/index/_longblob.html.erb
|
|
375
408
|
- app/views/wallaby/resources/index/_longtext.csv.erb
|
|
409
|
+
- app/views/wallaby/resources/index/_longtext.html.erb
|
|
376
410
|
- app/views/wallaby/resources/index/_lseg.csv.erb
|
|
411
|
+
- app/views/wallaby/resources/index/_lseg.html.erb
|
|
377
412
|
- app/views/wallaby/resources/index/_ltree.csv.erb
|
|
413
|
+
- app/views/wallaby/resources/index/_ltree.html.erb
|
|
378
414
|
- app/views/wallaby/resources/index/_macaddr.csv.erb
|
|
415
|
+
- app/views/wallaby/resources/index/_macaddr.html.erb
|
|
379
416
|
- app/views/wallaby/resources/index/_mediumblob.csv.erb
|
|
417
|
+
- app/views/wallaby/resources/index/_mediumblob.html.erb
|
|
380
418
|
- app/views/wallaby/resources/index/_mediumtext.csv.erb
|
|
419
|
+
- app/views/wallaby/resources/index/_mediumtext.html.erb
|
|
381
420
|
- app/views/wallaby/resources/index/_money.csv.erb
|
|
421
|
+
- app/views/wallaby/resources/index/_money.html.erb
|
|
382
422
|
- app/views/wallaby/resources/index/_numrange.csv.erb
|
|
423
|
+
- app/views/wallaby/resources/index/_numrange.html.erb
|
|
383
424
|
- app/views/wallaby/resources/index/_password.csv.erb
|
|
425
|
+
- app/views/wallaby/resources/index/_password.html.erb
|
|
384
426
|
- app/views/wallaby/resources/index/_path.csv.erb
|
|
427
|
+
- app/views/wallaby/resources/index/_path.html.erb
|
|
385
428
|
- app/views/wallaby/resources/index/_point.csv.erb
|
|
429
|
+
- app/views/wallaby/resources/index/_point.html.erb
|
|
386
430
|
- app/views/wallaby/resources/index/_polygon.csv.erb
|
|
431
|
+
- app/views/wallaby/resources/index/_polygon.html.erb
|
|
387
432
|
- app/views/wallaby/resources/index/_raw.csv.erb
|
|
433
|
+
- app/views/wallaby/resources/index/_raw.html.erb
|
|
388
434
|
- app/views/wallaby/resources/index/_serial.csv.erb
|
|
435
|
+
- app/views/wallaby/resources/index/_serial.html.erb
|
|
389
436
|
- app/views/wallaby/resources/index/_sti.csv.erb
|
|
437
|
+
- app/views/wallaby/resources/index/_sti.html.erb
|
|
390
438
|
- app/views/wallaby/resources/index/_string.csv.erb
|
|
439
|
+
- app/views/wallaby/resources/index/_string.html.erb
|
|
391
440
|
- app/views/wallaby/resources/index/_text.csv.erb
|
|
441
|
+
- app/views/wallaby/resources/index/_text.html.erb
|
|
392
442
|
- app/views/wallaby/resources/index/_time.csv.erb
|
|
443
|
+
- app/views/wallaby/resources/index/_time.html.erb
|
|
393
444
|
- app/views/wallaby/resources/index/_tinyblob.csv.erb
|
|
445
|
+
- app/views/wallaby/resources/index/_tinyblob.html.erb
|
|
394
446
|
- app/views/wallaby/resources/index/_tinytext.csv.erb
|
|
447
|
+
- app/views/wallaby/resources/index/_tinytext.html.erb
|
|
395
448
|
- app/views/wallaby/resources/index/_tsrange.csv.erb
|
|
449
|
+
- app/views/wallaby/resources/index/_tsrange.html.erb
|
|
396
450
|
- app/views/wallaby/resources/index/_tstzrange.csv.erb
|
|
451
|
+
- app/views/wallaby/resources/index/_tstzrange.html.erb
|
|
397
452
|
- app/views/wallaby/resources/index/_tsvector.csv.erb
|
|
453
|
+
- app/views/wallaby/resources/index/_tsvector.html.erb
|
|
398
454
|
- app/views/wallaby/resources/index/_unsigned_bigint.csv.erb
|
|
455
|
+
- app/views/wallaby/resources/index/_unsigned_bigint.html.erb
|
|
399
456
|
- app/views/wallaby/resources/index/_unsigned_decimal.csv.erb
|
|
457
|
+
- app/views/wallaby/resources/index/_unsigned_decimal.html.erb
|
|
400
458
|
- app/views/wallaby/resources/index/_unsigned_float.csv.erb
|
|
459
|
+
- app/views/wallaby/resources/index/_unsigned_float.html.erb
|
|
401
460
|
- app/views/wallaby/resources/index/_unsigned_integer.csv.erb
|
|
461
|
+
- app/views/wallaby/resources/index/_unsigned_integer.html.erb
|
|
402
462
|
- app/views/wallaby/resources/index/_uuid.csv.erb
|
|
463
|
+
- app/views/wallaby/resources/index/_uuid.html.erb
|
|
403
464
|
- app/views/wallaby/resources/index/_xml.csv.erb
|
|
404
|
-
- app/views/wallaby/resources/index/
|
|
405
|
-
- app/views/wallaby/resources/index/bigint_html.rb
|
|
406
|
-
- app/views/wallaby/resources/index/bigserial_html.rb
|
|
407
|
-
- app/views/wallaby/resources/index/binary_html.rb
|
|
408
|
-
- app/views/wallaby/resources/index/bit_html.rb
|
|
409
|
-
- app/views/wallaby/resources/index/bit_varying_html.rb
|
|
410
|
-
- app/views/wallaby/resources/index/blob_html.rb
|
|
411
|
-
- app/views/wallaby/resources/index/boolean_html.rb
|
|
412
|
-
- app/views/wallaby/resources/index/box_html.rb
|
|
413
|
-
- app/views/wallaby/resources/index/cidr_html.rb
|
|
414
|
-
- app/views/wallaby/resources/index/circle_html.rb
|
|
415
|
-
- app/views/wallaby/resources/index/citext_html.rb
|
|
416
|
-
- app/views/wallaby/resources/index/color_html.rb
|
|
417
|
-
- app/views/wallaby/resources/index/date_html.rb
|
|
418
|
-
- app/views/wallaby/resources/index/daterange_html.rb
|
|
419
|
-
- app/views/wallaby/resources/index/datetime_html.rb
|
|
420
|
-
- app/views/wallaby/resources/index/decimal_html.rb
|
|
421
|
-
- app/views/wallaby/resources/index/email_html.rb
|
|
422
|
-
- app/views/wallaby/resources/index/float_html.rb
|
|
423
|
-
- app/views/wallaby/resources/index/has_and_belongs_to_many_html.rb
|
|
424
|
-
- app/views/wallaby/resources/index/has_many_html.rb
|
|
425
|
-
- app/views/wallaby/resources/index/has_one_html.rb
|
|
426
|
-
- app/views/wallaby/resources/index/hstore_html.rb
|
|
427
|
-
- app/views/wallaby/resources/index/inet_html.rb
|
|
428
|
-
- app/views/wallaby/resources/index/int4range_html.rb
|
|
429
|
-
- app/views/wallaby/resources/index/int8range_html.rb
|
|
430
|
-
- app/views/wallaby/resources/index/integer_html.rb
|
|
431
|
-
- app/views/wallaby/resources/index/json_html.rb
|
|
432
|
-
- app/views/wallaby/resources/index/jsonb_html.rb
|
|
433
|
-
- app/views/wallaby/resources/index/line_html.rb
|
|
434
|
-
- app/views/wallaby/resources/index/link_html.rb
|
|
435
|
-
- app/views/wallaby/resources/index/longblob_html.rb
|
|
436
|
-
- app/views/wallaby/resources/index/longtext_html.rb
|
|
437
|
-
- app/views/wallaby/resources/index/lseg_html.rb
|
|
438
|
-
- app/views/wallaby/resources/index/ltree_html.rb
|
|
439
|
-
- app/views/wallaby/resources/index/macaddr_html.rb
|
|
440
|
-
- app/views/wallaby/resources/index/mediumblob_html.rb
|
|
441
|
-
- app/views/wallaby/resources/index/mediumtext_html.rb
|
|
442
|
-
- app/views/wallaby/resources/index/money_html.rb
|
|
443
|
-
- app/views/wallaby/resources/index/numrange_html.rb
|
|
444
|
-
- app/views/wallaby/resources/index/password_html.rb
|
|
445
|
-
- app/views/wallaby/resources/index/path_html.rb
|
|
446
|
-
- app/views/wallaby/resources/index/point_html.rb
|
|
447
|
-
- app/views/wallaby/resources/index/polygon_html.rb
|
|
448
|
-
- app/views/wallaby/resources/index/raw_html.rb
|
|
449
|
-
- app/views/wallaby/resources/index/serial_html.rb
|
|
450
|
-
- app/views/wallaby/resources/index/sti_html.rb
|
|
451
|
-
- app/views/wallaby/resources/index/string_html.rb
|
|
452
|
-
- app/views/wallaby/resources/index/text_html.rb
|
|
453
|
-
- app/views/wallaby/resources/index/time_html.rb
|
|
454
|
-
- app/views/wallaby/resources/index/tinyblob_html.rb
|
|
455
|
-
- app/views/wallaby/resources/index/tinytext_html.rb
|
|
456
|
-
- app/views/wallaby/resources/index/tsrange_html.rb
|
|
457
|
-
- app/views/wallaby/resources/index/tstzrange_html.rb
|
|
458
|
-
- app/views/wallaby/resources/index/tsvector_html.rb
|
|
459
|
-
- app/views/wallaby/resources/index/unsigned_bigint_html.rb
|
|
460
|
-
- app/views/wallaby/resources/index/unsigned_decimal_html.rb
|
|
461
|
-
- app/views/wallaby/resources/index/unsigned_float_html.rb
|
|
462
|
-
- app/views/wallaby/resources/index/unsigned_integer_html.rb
|
|
463
|
-
- app/views/wallaby/resources/index/uuid_html.rb
|
|
464
|
-
- app/views/wallaby/resources/index/xml_html.rb
|
|
465
|
+
- app/views/wallaby/resources/index/_xml.html.erb
|
|
465
466
|
- app/views/wallaby/resources/new.html.erb
|
|
466
|
-
- app/views/wallaby/resources/resource_actions_html.rb
|
|
467
467
|
- app/views/wallaby/resources/show.html.erb
|
|
468
468
|
- app/views/wallaby/resources/show.json.jbuilder
|
|
469
469
|
- app/views/wallaby/resources/show/_belongs_to.html.erb
|
|
@@ -977,7 +977,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
977
977
|
- !ruby/object:Gem::Version
|
|
978
978
|
version: '0'
|
|
979
979
|
requirements: []
|
|
980
|
-
rubygems_version: 3.0.
|
|
980
|
+
rubygems_version: 3.0.3
|
|
981
981
|
signing_key:
|
|
982
982
|
specification_version: 4
|
|
983
983
|
summary: Autocomplete the resourceful actions and views for ORMs for admin interface
|