actionview 4.1.2.rc2 → 4.1.2.rc3

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: 285a19b6c1cd3295cb4e709a766e5097e1a26478
4
- data.tar.gz: 9c45f130bd3beea0872e33caea65f5e957a668db
3
+ metadata.gz: fd76b606cd3507de9603aac7b83a0af41f9a605e
4
+ data.tar.gz: c117facafb1c0d3a40bb9fe6fb42b3afc03fc4dd
5
5
  SHA512:
6
- metadata.gz: 7e1492b2c5bdd8d63de6fa5222f7ab4f895c9a6d58432b498f22a25dd1a2ae63c6d787e03f9b8a5e376ecbab98c1385953c97b36fb419c607aefef3be70c9386
7
- data.tar.gz: 198a84a5302f629b55cb2705877b739044c1b0f4f060f5cde58bfabc361a13aeac325e2ef9668c1844203f293846ff304c9f526fb8102f20236b4ac1574ff8d3
6
+ metadata.gz: 8f8f35220b4f849be1c93aee3ee3b9058509a8520b09c56e4fdb8ecda59d53742d2b344c5960827bf2354f9382bd4bc8a275c9ad38621f9fdca5dc8595e7bf57
7
+ data.tar.gz: a15b3546c7295c2e35cd7fa105aaf3335ebc4c599a67329bfe0206c46feb75d82ed5c957b29caf3be17c3908ab2b93f6a165fe67c2901e276389106a7243197f
data/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## Rails 4.1.2 (June 16, 2014) ##
1
+ ## Rails 4.1.2 (June 23, 2014) ##
2
2
 
3
3
  * Change `asset_path` to use File.join to create proper paths.
4
4
 
@@ -10,7 +10,7 @@
10
10
 
11
11
  *Peter Schröder*
12
12
 
13
- * `collection_check_boxes` respects `:index` option for the hidden filed name.
13
+ * `collection_check_boxes` respects `:index` option for the hidden field name.
14
14
 
15
15
  Fixes #14147.
16
16
 
@@ -49,8 +49,8 @@
49
49
 
50
50
  *Piotr Chmolowski, Łukasz Strzałkowski*
51
51
 
52
- * Fixed a problem where the default options for the `button_tag` helper is not
53
- applied correctly.
52
+ * Fix a problem where the default options for the `button_tag` helper were not
53
+ being applied correctly.
54
54
 
55
55
  Fixes #14255.
56
56
 
@@ -60,8 +60,8 @@
60
60
 
61
61
  *Vladimir Krylov*
62
62
 
63
- * Added `:plain`, `:html` and `:body` option for `render` method. Please see
64
- Action Pack's release note for more detail.
63
+ * Added `:plain`, `:html` and `:body` options for `render` method. Please see
64
+ the ActionPack release notes for more detail.
65
65
 
66
66
  *Prem Sichanugrist*
67
67
 
@@ -99,7 +99,7 @@
99
99
 
100
100
  *Gaelian Ditchburn*
101
101
 
102
- * The `video_tag` helper accepts a number as `:size`.
102
+ * The `video_tag` helper now accepts a number for `:size`.
103
103
 
104
104
  The `:size` option of the `video_tag` helper now can be specified
105
105
  with a stringified number. The `width` and `height` attributes of
@@ -130,7 +130,7 @@
130
130
  *Kristian Freeman*
131
131
 
132
132
  * Label tags generated by collection helpers only inherit the `:index` and
133
- `:namespace` from the input, because only these attributes modifies the
133
+ `:namespace` from the input, because only these attributes modify the
134
134
  `for` attribute of the label. Also, the input attributes don't have
135
135
  precedence over the label attributes anymore.
136
136
 
@@ -154,7 +154,7 @@
154
154
 
155
155
  *Andriel Nuernberg*
156
156
 
157
- * Fixed a long-standing bug in `json_escape` that causes quotation marks to be stripped.
157
+ * Fix a long-standing bug in `json_escape` that caused quotation marks to be stripped.
158
158
  This method also escapes the \u2028 and \u2029 unicode newline characters which are
159
159
  treated as \n in JavaScript. This matches the behaviour of the AS::JSON encoder. (The
160
160
  original change in the encoder was introduced in #10534.)
@@ -180,16 +180,16 @@
180
180
 
181
181
  *wyaeld*
182
182
 
183
- * Fix `collection_check_boxes` generated hidden input to use the name attribute provided
184
- in the options hash.
183
+ * Fix `collection_check_boxes` so the generated hidden input correctly uses the
184
+ name attribute provided in the options hash.
185
185
 
186
186
  *Angel N. Sciortino*
187
187
 
188
- * Fix some edge cases for AV `select` helper with `:selected` option.
188
+ * Fix some edge cases for the AV `select` helper with the `:selected` option.
189
189
 
190
190
  *Bogdan Gusiev*
191
191
 
192
- * Ability to pass a block to the `select` helper.
192
+ * Enable passing a block to the `select` helper.
193
193
 
194
194
  Example:
195
195
 
@@ -207,8 +207,8 @@
207
207
 
208
208
  * Fix `form_for` when both `namespace` and `as` options are present.
209
209
 
210
- `as` option no longer overwrites `namespace` option when generating
211
- html id attribute of the form element.
210
+ The `as` option no longer overwrites the `namespace` option when
211
+ generating an HTML id attribute of the form element.
212
212
 
213
213
  *Adam Niedzielski*
214
214
 
@@ -220,13 +220,13 @@
220
220
 
221
221
  *Josh Lauer*, *Justin Ridgewell*
222
222
 
223
- * Fixed a bug where the lookup details were not being taken into account
223
+ * Fix a bug where the lookup details were not being taken into account
224
224
  when caching the digest of a template - changes to the details now
225
225
  cause a different cache key to be used.
226
226
 
227
227
  *Daniel Schierbeck*
228
228
 
229
- * Added an `extname` hash option for `javascript_include_tag` method.
229
+ * Added an `extname` hash option to the `javascript_include_tag` method.
230
230
 
231
231
  Before:
232
232
 
@@ -245,7 +245,7 @@
245
245
 
246
246
  *Rafael Mendonça França*
247
247
 
248
- * Fix `text_area` to behave like `text_field` when `nil` is given as
248
+ * Fix `text_area` to behave like `text_field` when `nil` is given as a
249
249
  value.
250
250
 
251
251
  Before:
@@ -259,8 +259,8 @@
259
259
 
260
260
  *Joel Cogen*
261
261
 
262
- * Element of the `grouped_options_for_select` can
263
- optionally contain html attributes as the last element of the array.
262
+ * Allow `grouped_options_for_select` to optionally contain html attributes
263
+ as the last element of the array.
264
264
 
265
265
  grouped_options_for_select(
266
266
  [["North America", [['United States','US'],"Canada"], data: { foo: 'bar' }]]
@@ -287,7 +287,7 @@
287
287
 
288
288
  *Murahashi Sanemat Kenichi*
289
289
 
290
- * Fix "Stack Level Too Deep" error when redering recursive partials.
290
+ * Fix "Stack Level Too Deep" error when rendering recursive partials.
291
291
 
292
292
  Fixes #11340.
293
293
 
@@ -322,7 +322,8 @@
322
322
 
323
323
  *Vipul A M*
324
324
 
325
- * Pick `DateField` `DateTimeField` and `ColorField` values from stringified options allowing use of symbol keys with helpers.
325
+ * Pick `DateField` `DateTimeField` and `ColorField` values from stringified options
326
+ allowing use of symbol keys with helpers.
326
327
 
327
328
  *Jon Rowe*
328
329
 
@@ -331,7 +332,7 @@
331
332
 
332
333
  *kennyj*
333
334
 
334
- * Always escape the result of `link_to_unless` method.
335
+ * Always escape the result of `link_to_unless` methods.
335
336
 
336
337
  Before:
337
338
 
@@ -347,8 +348,8 @@
347
348
 
348
349
  * Use a case insensitive URI Regexp for #asset_path.
349
350
 
350
- This fix a problem where the same asset path using different case are generating
351
- different URIs.
351
+ This fixes a problem where the same asset path using different cases
352
+ was generating different URIs.
352
353
 
353
354
  Before:
354
355
 
@@ -366,7 +367,7 @@
366
367
 
367
368
  *David Celis*
368
369
 
369
- * Element of the `collection_check_boxes` and `collection_radio_buttons` can
370
+ * Allow `collection_check_boxes` and `collection_radio_buttons` to
370
371
  optionally contain html attributes as the last element of the array.
371
372
 
372
373
  *Vasiliy Ermolovich*
@@ -378,7 +379,8 @@
378
379
 
379
380
  *Alex Peattie*
380
381
 
381
- * Fix an issue where partials with a number in the filename weren't being digested for cache dependencies.
382
+ * Fix an issue where partials with a number in the filename were not
383
+ being digested for cache dependencies.
382
384
 
383
385
  *Bryan Ricker*
384
386
 
@@ -8,7 +8,7 @@ module ActionView
8
8
  MAJOR = 4
9
9
  MINOR = 1
10
10
  TINY = 2
11
- PRE = "rc2"
11
+ PRE = "rc3"
12
12
 
13
13
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
14
14
  end
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: 4.1.2.rc2
4
+ version: 4.1.2.rc3
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: 2014-06-16 00:00:00.000000000 Z
11
+ date: 2014-06-23 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: 4.1.2.rc2
19
+ version: 4.1.2.rc3
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: 4.1.2.rc2
26
+ version: 4.1.2.rc3
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: builder
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -58,28 +58,28 @@ dependencies:
58
58
  requirements:
59
59
  - - '='
60
60
  - !ruby/object:Gem::Version
61
- version: 4.1.2.rc2
61
+ version: 4.1.2.rc3
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - '='
67
67
  - !ruby/object:Gem::Version
68
- version: 4.1.2.rc2
68
+ version: 4.1.2.rc3
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: activemodel
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - '='
74
74
  - !ruby/object:Gem::Version
75
- version: 4.1.2.rc2
75
+ version: 4.1.2.rc3
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - '='
81
81
  - !ruby/object:Gem::Version
82
- version: 4.1.2.rc2
82
+ version: 4.1.2.rc3
83
83
  description: Simple, battle-tested conventions and helpers for building web pages.
84
84
  email: david@loudthinking.com
85
85
  executables: []