railties 3.2.3.rc1 → 3.2.3.rc2
Sign up to get free protection for your applications and to get access to all the features.
- data/guides/source/configuring.textile +2 -0
- data/lib/rails/plugin.rb +1 -1
- data/lib/rails/version.rb +1 -1
- metadata +10 -10
@@ -375,6 +375,8 @@ And can reference in the view with the following code:
|
|
375
375
|
|
376
376
|
* +config.action_view.cache_asset_ids+ With the cache enabled, the asset tag helper methods will make fewer expensive file system calls (the default implementation checks the file system timestamp). However this prevents you from modifying any asset files while the server is running.
|
377
377
|
|
378
|
+
* +config.action_view.embed_authenticity_token_in_remote_forms+ This is by default set to true. If you set it to false, authenticity_token will not be added to forms with +:remote => true+ by default. You can force +authenticity_token+ to be added to such remote form by passing +:authenticity_token => true+ option.
|
379
|
+
|
378
380
|
h4. Configuring Action Mailer
|
379
381
|
|
380
382
|
There are a number of settings available on +config.action_mailer+:
|
data/lib/rails/plugin.rb
CHANGED
@@ -53,7 +53,7 @@ module Rails
|
|
53
53
|
end
|
54
54
|
|
55
55
|
def initialize(root)
|
56
|
-
ActiveSupport::Deprecation.warn "You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/
|
56
|
+
ActiveSupport::Deprecation.warn "You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released"
|
57
57
|
@name = File.basename(root).to_sym
|
58
58
|
config.root = root
|
59
59
|
end
|
data/lib/rails/version.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: railties
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 15424073
|
5
5
|
prerelease: true
|
6
6
|
segments:
|
7
7
|
- 3
|
8
8
|
- 2
|
9
9
|
- 3
|
10
10
|
- rc
|
11
|
-
-
|
12
|
-
version: 3.2.3.
|
11
|
+
- 2
|
12
|
+
version: 3.2.3.rc2
|
13
13
|
platform: ruby
|
14
14
|
authors:
|
15
15
|
- David Heinemeier Hansson
|
@@ -17,7 +17,7 @@ autorequire:
|
|
17
17
|
bindir: bin
|
18
18
|
cert_chain: []
|
19
19
|
|
20
|
-
date: 2012-03-
|
20
|
+
date: 2012-03-29 00:00:00 -03:00
|
21
21
|
default_executable:
|
22
22
|
dependencies:
|
23
23
|
- !ruby/object:Gem::Dependency
|
@@ -89,14 +89,14 @@ dependencies:
|
|
89
89
|
requirements:
|
90
90
|
- - "="
|
91
91
|
- !ruby/object:Gem::Version
|
92
|
-
hash:
|
92
|
+
hash: 15424073
|
93
93
|
segments:
|
94
94
|
- 3
|
95
95
|
- 2
|
96
96
|
- 3
|
97
97
|
- rc
|
98
|
-
-
|
99
|
-
version: 3.2.3.
|
98
|
+
- 2
|
99
|
+
version: 3.2.3.rc2
|
100
100
|
requirement: *id005
|
101
101
|
type: :runtime
|
102
102
|
name: activesupport
|
@@ -107,14 +107,14 @@ dependencies:
|
|
107
107
|
requirements:
|
108
108
|
- - "="
|
109
109
|
- !ruby/object:Gem::Version
|
110
|
-
hash:
|
110
|
+
hash: 15424073
|
111
111
|
segments:
|
112
112
|
- 3
|
113
113
|
- 2
|
114
114
|
- 3
|
115
115
|
- rc
|
116
|
-
-
|
117
|
-
version: 3.2.3.
|
116
|
+
- 2
|
117
|
+
version: 3.2.3.rc2
|
118
118
|
requirement: *id006
|
119
119
|
type: :runtime
|
120
120
|
name: actionpack
|