actionview 6.0.4.8 → 6.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/action_view/base.rb +1 -1
- data/lib/action_view/gem_version.rb +2 -2
- metadata +13 -12
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8850990b138afb455d730613e7c73b4fd0e6a1693c9b3fd3825345f86f4a998f
|
|
4
|
+
data.tar.gz: 4bbd48feae5a49e7c30aca938cb8996e6b611e3d3f52923cb1ae23df8c66bdd4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 56979172c2197fd658f6675ea70603f42643af3de73fb65bc298f1ed449e3b942f488a16872544773fefa6c7b9c8110c1437c9d459ba13479e0cca6967a03f95
|
|
7
|
+
data.tar.gz: ef2e9fda5130f5077416b791298d84328f4e3d0132b24a9d72c9d097061fbbfd7259a44cf755b0f5a947b271056f7b6d57904eabdef9e2727c424fd34111d51b
|
data/CHANGELOG.md
CHANGED
data/lib/action_view/base.rb
CHANGED
|
@@ -152,7 +152,7 @@ module ActionView #:nodoc:
|
|
|
152
152
|
# Specify whether rendering within namespaced controllers should prefix
|
|
153
153
|
# the partial paths for ActiveModel objects with the namespace.
|
|
154
154
|
# (e.g., an Admin::PostsController would render @post using /admin/posts/_post.erb)
|
|
155
|
-
|
|
155
|
+
class_attribute :prefix_partial_path_with_controller_namespace, default: true
|
|
156
156
|
|
|
157
157
|
# Specify default_formats that can be rendered.
|
|
158
158
|
cattr_accessor :default_formats
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: actionview
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.0.
|
|
4
|
+
version: 6.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Heinemeier Hansson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-05-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 6.0.
|
|
19
|
+
version: 6.0.5
|
|
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: 6.0.
|
|
26
|
+
version: 6.0.5
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: builder
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -92,28 +92,28 @@ dependencies:
|
|
|
92
92
|
requirements:
|
|
93
93
|
- - '='
|
|
94
94
|
- !ruby/object:Gem::Version
|
|
95
|
-
version: 6.0.
|
|
95
|
+
version: 6.0.5
|
|
96
96
|
type: :development
|
|
97
97
|
prerelease: false
|
|
98
98
|
version_requirements: !ruby/object:Gem::Requirement
|
|
99
99
|
requirements:
|
|
100
100
|
- - '='
|
|
101
101
|
- !ruby/object:Gem::Version
|
|
102
|
-
version: 6.0.
|
|
102
|
+
version: 6.0.5
|
|
103
103
|
- !ruby/object:Gem::Dependency
|
|
104
104
|
name: activemodel
|
|
105
105
|
requirement: !ruby/object:Gem::Requirement
|
|
106
106
|
requirements:
|
|
107
107
|
- - '='
|
|
108
108
|
- !ruby/object:Gem::Version
|
|
109
|
-
version: 6.0.
|
|
109
|
+
version: 6.0.5
|
|
110
110
|
type: :development
|
|
111
111
|
prerelease: false
|
|
112
112
|
version_requirements: !ruby/object:Gem::Requirement
|
|
113
113
|
requirements:
|
|
114
114
|
- - '='
|
|
115
115
|
- !ruby/object:Gem::Version
|
|
116
|
-
version: 6.0.
|
|
116
|
+
version: 6.0.5
|
|
117
117
|
description: Simple, battle-tested conventions and helpers for building web pages.
|
|
118
118
|
email: david@loudthinking.com
|
|
119
119
|
executables: []
|
|
@@ -236,10 +236,11 @@ licenses:
|
|
|
236
236
|
- MIT
|
|
237
237
|
metadata:
|
|
238
238
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
|
239
|
-
changelog_uri: https://github.com/rails/rails/blob/v6.0.
|
|
240
|
-
documentation_uri: https://api.rubyonrails.org/v6.0.
|
|
239
|
+
changelog_uri: https://github.com/rails/rails/blob/v6.0.5/actionview/CHANGELOG.md
|
|
240
|
+
documentation_uri: https://api.rubyonrails.org/v6.0.5/
|
|
241
241
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
|
242
|
-
source_code_uri: https://github.com/rails/rails/tree/v6.0.
|
|
242
|
+
source_code_uri: https://github.com/rails/rails/tree/v6.0.5/actionview
|
|
243
|
+
rubygems_mfa_required: 'true'
|
|
243
244
|
post_install_message:
|
|
244
245
|
rdoc_options: []
|
|
245
246
|
require_paths:
|
|
@@ -256,7 +257,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
256
257
|
version: '0'
|
|
257
258
|
requirements:
|
|
258
259
|
- none
|
|
259
|
-
rubygems_version: 3.
|
|
260
|
+
rubygems_version: 3.3.7
|
|
260
261
|
signing_key:
|
|
261
262
|
specification_version: 4
|
|
262
263
|
summary: Rendering framework putting the V in MVC (part of Rails).
|