actionview 5.0.0.beta4 → 5.0.0.racecar1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of actionview might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 768e4964d149a5bc14eead72995ad8ef3536470d
4
- data.tar.gz: de1dce7d080bfd7e4c1662dadafac393438dcede
3
+ metadata.gz: 3c98a2583125b8a37888bc9f0ae79fafdb64a511
4
+ data.tar.gz: 7186b37871d0613f82050583242f5d8a3b496fdb
5
5
  SHA512:
6
- metadata.gz: 6554825ae4f6172d0dc2ed7392de0a2384230558c4bf3e9e16caceda7c9f11010ff3f5d3335761af6997201743345931417dc3b472a884ee348da3a44f63521c
7
- data.tar.gz: a43c2274df7c6ef07f3d21f7e04fe1c3eb301beb890cf30382ba5bbccd020493655fe2d999dc04d336d15ebab3711f2f206f9d518b2a4e832e13a341d43aed51
6
+ metadata.gz: 87a9b54d95113342acc96b52bb05e2fa559b45dc21f4e903a71d317588802ae9fbf6e6275a8244e6dab82b5f9a67d02096963304189322647658b2e6073bec4d
7
+ data.tar.gz: aa09de2beba05a1a91cf7cca7dc03c809438ca4f2a39540dd8c940ec5b85331051dab5d42bf05b64b0b2ada6b547ab43efa6bdd23d93fd1cebc2934091fcb01b
@@ -1,6 +1,11 @@
1
+ ## Rails 5.0.0.rc1 (May 06, 2016) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 5.0.0.beta4 (April 27, 2016) ##
2
7
 
3
- * `date_select` helper `:with_css_classes` option now accepts a hash of strings
8
+ * `date_select` helper `:with_css_classes` option now accepts a hash of strings
4
9
  for `:year`, `:month`, `:day`, `:hour`, `:minute`, `:second` that will extend
5
10
  the select type with the given css class value.
6
11
 
@@ -8,7 +8,7 @@ module ActionView
8
8
  MAJOR = 5
9
9
  MINOR = 0
10
10
  TINY = 0
11
- PRE = "beta4"
11
+ PRE = "racecar1"
12
12
 
13
13
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
14
14
  end
@@ -37,10 +37,6 @@ module ActionView
37
37
  end
38
38
  end
39
39
 
40
- initializer "action_view.collection_caching", after: "action_controller.set_configs" do |app|
41
- PartialRenderer.collection_cache = app.config.action_controller.cache_store
42
- end
43
-
44
40
  initializer "action_view.per_request_digest_cache" do |app|
45
41
  ActiveSupport.on_load(:action_view) do
46
42
  if app.config.consider_all_requests_local
@@ -55,6 +51,10 @@ module ActionView
55
51
  end
56
52
  end
57
53
 
54
+ initializer "action_view.collection_caching", after: "action_controller.set_configs" do |app|
55
+ PartialRenderer.collection_cache = app.config.action_controller.cache_store
56
+ end
57
+
58
58
  rake_tasks do |app|
59
59
  unless app.config.api_only
60
60
  load "action_view/tasks/cache_digests.rake"
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: 5.0.0.beta4
4
+ version: 5.0.0.racecar1
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: 2016-04-27 00:00:00.000000000 Z
11
+ date: 2016-05-06 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: 5.0.0.beta4
19
+ version: 5.0.0.racecar1
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: 5.0.0.beta4
26
+ version: 5.0.0.racecar1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: builder
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -98,28 +98,28 @@ dependencies:
98
98
  requirements:
99
99
  - - '='
100
100
  - !ruby/object:Gem::Version
101
- version: 5.0.0.beta4
101
+ version: 5.0.0.racecar1
102
102
  type: :development
103
103
  prerelease: false
104
104
  version_requirements: !ruby/object:Gem::Requirement
105
105
  requirements:
106
106
  - - '='
107
107
  - !ruby/object:Gem::Version
108
- version: 5.0.0.beta4
108
+ version: 5.0.0.racecar1
109
109
  - !ruby/object:Gem::Dependency
110
110
  name: activemodel
111
111
  requirement: !ruby/object:Gem::Requirement
112
112
  requirements:
113
113
  - - '='
114
114
  - !ruby/object:Gem::Version
115
- version: 5.0.0.beta4
115
+ version: 5.0.0.racecar1
116
116
  type: :development
117
117
  prerelease: false
118
118
  version_requirements: !ruby/object:Gem::Requirement
119
119
  requirements:
120
120
  - - '='
121
121
  - !ruby/object:Gem::Version
122
- version: 5.0.0.beta4
122
+ version: 5.0.0.racecar1
123
123
  description: Simple, battle-tested conventions and helpers for building web pages.
124
124
  email: david@loudthinking.com
125
125
  executables: []
@@ -250,7 +250,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
250
250
  requirements:
251
251
  - none
252
252
  rubyforge_project:
253
- rubygems_version: 2.6.4
253
+ rubygems_version: 2.5.1
254
254
  signing_key:
255
255
  specification_version: 4
256
256
  summary: Rendering framework putting the V in MVC (part of Rails).