From daaa5251c9634ec18d720adc0e5daee8bc4d9a13 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 22 Mar 2005 13:09:44 +0000 Subject: Fixed documentation and prepared for 0.11.0 release git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@976 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_controller/routing.rb | 2 +- .../lib/action_view/helpers/javascript_helper.rb | 4 ++-- .../lib/action_view/helpers/pagination_helper.rb | 2 -- actionpack/lib/action_view/helpers/url_helper.rb | 22 +--------------------- 4 files changed, 4 insertions(+), 26 deletions(-) (limited to 'actionpack/lib') diff --git a/actionpack/lib/action_controller/routing.rb b/actionpack/lib/action_controller/routing.rb index 0d4143fa87..6d5f108484 100644 --- a/actionpack/lib/action_controller/routing.rb +++ b/actionpack/lib/action_controller/routing.rb @@ -324,7 +324,7 @@ module ActionController end end - def self.extract_parameter_value(parameter) + def self.extract_parameter_value(parameter) #:nodoc: value = (parameter.respond_to?(:to_param) ? parameter.to_param : parameter).to_s CGI.escape(value) end diff --git a/actionpack/lib/action_view/helpers/javascript_helper.rb b/actionpack/lib/action_view/helpers/javascript_helper.rb index 079ec736a1..d5630bcdfe 100644 --- a/actionpack/lib/action_view/helpers/javascript_helper.rb +++ b/actionpack/lib/action_view/helpers/javascript_helper.rb @@ -7,9 +7,9 @@ module ActionView # actions in your controllers without reloading the page, but still update certain parts of it using injections into the # DOM. The common use case is having a form that adds a new element to a list without reloading the page. # - # To be able to use the Javascript helpers, you must either call <%= define_javascript_functions %> (which returns all + # To be able to use the Javascript helpers, you must either call <%= define_javascript_functions %> (which returns all # the Javascript support functions in a