rails 4.1.10.rc4 → 4.1.10
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/guides/CHANGELOG.md +5 -0
- data/guides/source/3_1_release_notes.md +1 -1
- data/guides/source/asset_pipeline.md +2 -2
- data/guides/source/getting_started.md +1 -1
- metadata +16 -16
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cbafe6a4e22e1a1f060c4cf0b9bc3bce2ea0d1ad
|
|
4
|
+
data.tar.gz: 5a0af5edb01315dc3855e6db2691cacbf7e94fe1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d8c263a74e40e7b4db6670cfff3ec9a9a23aba8f97fbd3e32c5f1ea7691dccf171b10a18615a557a0a09f0a70e71eb581fe57e1492a4a596188d3149bab5a744
|
|
7
|
+
data.tar.gz: 8f8e6cab3a4dd6c12763a8391e27338f3afe4e611db5fe28e2a323251914cb6444ccb41a17117623268d351465401406b4494d1b35ca840a01443421de362941
|
data/guides/CHANGELOG.md
CHANGED
|
@@ -169,7 +169,7 @@ Rails Architectural Changes
|
|
|
169
169
|
|
|
170
170
|
The major change in Rails 3.1 is the Assets Pipeline. It makes CSS and JavaScript first-class code citizens and enables proper organization, including use in plugins and engines.
|
|
171
171
|
|
|
172
|
-
The assets pipeline is powered by [Sprockets](https://github.com/
|
|
172
|
+
The assets pipeline is powered by [Sprockets](https://github.com/rails/sprockets) and is covered in the [Asset Pipeline](asset_pipeline.html) guide.
|
|
173
173
|
|
|
174
174
|
### HTTP Streaming
|
|
175
175
|
|
|
@@ -208,7 +208,7 @@ information on how precompiling works.
|
|
|
208
208
|
NOTE: You must have an ExecJS supported runtime in order to use CoffeeScript.
|
|
209
209
|
If you are using Mac OS X or Windows, you have a JavaScript runtime installed in
|
|
210
210
|
your operating system. Check
|
|
211
|
-
[ExecJS](https://github.com/
|
|
211
|
+
[ExecJS](https://github.com/rails/execjs#readme) documentation to know all
|
|
212
212
|
supported JavaScript runtimes.
|
|
213
213
|
|
|
214
214
|
You can also disable generation of controller specific asset files by adding the
|
|
@@ -969,7 +969,7 @@ The following line invokes `uglifier` for JavaScript compression.
|
|
|
969
969
|
config.assets.js_compressor = :uglifier
|
|
970
970
|
```
|
|
971
971
|
|
|
972
|
-
NOTE: You will need an [ExecJS](https://github.com/
|
|
972
|
+
NOTE: You will need an [ExecJS](https://github.com/rails/execjs#readme)
|
|
973
973
|
supported runtime in order to use `uglifier`. If you are using Mac OS X or
|
|
974
974
|
Windows you have a JavaScript runtime installed in your operating system.
|
|
975
975
|
|
|
@@ -199,7 +199,7 @@ gem to the generated `Gemfile` in a commented line for new apps and you can
|
|
|
199
199
|
uncomment if you need it. `therubyrhino` is the recommended runtime for JRuby
|
|
200
200
|
users and is added by default to the `Gemfile` in apps generated under JRuby.
|
|
201
201
|
You can investigate about all the supported runtimes at
|
|
202
|
-
[ExecJS](https://github.com/
|
|
202
|
+
[ExecJS](https://github.com/rails/execjs#readme).
|
|
203
203
|
|
|
204
204
|
This will fire up WEBrick, a web server distributed with Ruby by default. To see
|
|
205
205
|
your application in action, open a browser window and navigate to
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.1.10
|
|
4
|
+
version: 4.1.10
|
|
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: 2015-03-
|
|
11
|
+
date: 2015-03-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -16,98 +16,98 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 4.1.10
|
|
19
|
+
version: 4.1.10
|
|
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.10
|
|
26
|
+
version: 4.1.10
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: actionpack
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - '='
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 4.1.10
|
|
33
|
+
version: 4.1.10
|
|
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: 4.1.10
|
|
40
|
+
version: 4.1.10
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: actionview
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
45
|
- - '='
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 4.1.10
|
|
47
|
+
version: 4.1.10
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - '='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 4.1.10
|
|
54
|
+
version: 4.1.10
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: activemodel
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
59
|
- - '='
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: 4.1.10
|
|
61
|
+
version: 4.1.10
|
|
62
62
|
type: :runtime
|
|
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.10
|
|
68
|
+
version: 4.1.10
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: activerecord
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
72
72
|
requirements:
|
|
73
73
|
- - '='
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: 4.1.10
|
|
75
|
+
version: 4.1.10
|
|
76
76
|
type: :runtime
|
|
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.10
|
|
82
|
+
version: 4.1.10
|
|
83
83
|
- !ruby/object:Gem::Dependency
|
|
84
84
|
name: actionmailer
|
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
|
86
86
|
requirements:
|
|
87
87
|
- - '='
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: 4.1.10
|
|
89
|
+
version: 4.1.10
|
|
90
90
|
type: :runtime
|
|
91
91
|
prerelease: false
|
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
93
93
|
requirements:
|
|
94
94
|
- - '='
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
|
-
version: 4.1.10
|
|
96
|
+
version: 4.1.10
|
|
97
97
|
- !ruby/object:Gem::Dependency
|
|
98
98
|
name: railties
|
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
|
100
100
|
requirements:
|
|
101
101
|
- - '='
|
|
102
102
|
- !ruby/object:Gem::Version
|
|
103
|
-
version: 4.1.10
|
|
103
|
+
version: 4.1.10
|
|
104
104
|
type: :runtime
|
|
105
105
|
prerelease: false
|
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
|
107
107
|
requirements:
|
|
108
108
|
- - '='
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
|
-
version: 4.1.10
|
|
110
|
+
version: 4.1.10
|
|
111
111
|
- !ruby/object:Gem::Dependency
|
|
112
112
|
name: bundler
|
|
113
113
|
requirement: !ruby/object:Gem::Requirement
|