From 9798ed79b88f96310320e864284e778f5b0f0e08 Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Thu, 19 Jan 2012 23:28:18 +0530 Subject: fix duplicate ids for the headers [ci skip] --- railties/guides/source/3_2_release_notes.textile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'railties/guides/source') diff --git a/railties/guides/source/3_2_release_notes.textile b/railties/guides/source/3_2_release_notes.textile index 7b37681406..491643f841 100644 --- a/railties/guides/source/3_2_release_notes.textile +++ b/railties/guides/source/3_2_release_notes.textile @@ -138,7 +138,7 @@ will create indexes for +title+ and +author+ with the latter being an unique ind * Remove old config.paths.app.controller API in favor of config.paths["app/controller"]. -h4. Deprecations +h4(#railties_deprecations). Deprecations * +Rails::Plugin+ is deprecated and will be removed in Rails 4.0. Instead of adding plugins to +vendor/plugins+ use gems or bundler with path or git dependencies. @@ -204,7 +204,7 @@ We now no longer write out HTTP_COOKIE and the cookie jar is persistent between * Assets should use the request protocol by default or default to relative if no request is available. -h5. Deprecations +h5(#actioncontroller_deprecations). Deprecations * Deprecated implied layout lookup in controllers whose parent had a explicit layout set: @@ -239,7 +239,7 @@ h4. Action Dispatch * Allow rescue responses to be configured through a railtie as in config.action_dispatch.rescue_responses. -h5. Deprecations +h5(#actiondispatch_deprecations). Deprecations * Deprecated the ability to set a default charset at the controller level, use the new config.action_dispatch.default_charset instead. @@ -286,7 +286,7 @@ end * Added +font_path+ helper method that computes the path to a font asset in public/fonts. -h5. Deprecations +h5(#actionview_deprecations). Deprecations * Passing formats or handlers to render :template and friends like render :template => "foo.html.erb" is deprecated. Instead, you can provide :handlers and :formats directly as an options: render :template => "foo", :formats => [:html, :js], :handlers => :erb. @@ -400,7 +400,7 @@ class Order < ActiveRecord::Base end -h4. Deprecations +h4(#activerecord_deprecations). Deprecations * Automatic closure of connections in threads is deprecated. For example the following code is deprecated: @@ -448,7 +448,7 @@ h3. Active Model * Provide mass_assignment_sanitizer as an easy API to replace the sanitizer behavior. Also support both :logger (default) and :strict sanitizer behavior. -h4. Deprecations +h4(#activemodel_deprecations). Deprecations * Deprecated define_attr_method in ActiveModel::AttributeMethods because this only existed to support methods like +set_table_name+ in Active Record, which are themselves being deprecated. @@ -508,7 +508,7 @@ Event.where(:created_at => Time.now.all_day) * Removed ActiveSupport::SecureRandom in favor of SecureRandom from the standard library. -h4. Deprecations +h4(#activesupport_deprecations). Deprecations * +ActiveSupport::Base64+ is deprecated in favor of ::Base64. -- cgit v1.2.3