From 071ddb82812d1336450c9cbc6b317d5edfff3731 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Mon, 7 Mar 2011 06:18:32 +0900 Subject: [PATCH] more "SSL everywhere" for GitHub URLs see: https://github.com/blog/738-sidejack-prevention-phase-2-ssl-everywhere --- .../action_view/helpers/prototype_helper.rb | 2 +- .../core_ext/array/random_access.rb | 4 +-- .../lib/active_support/testing/pending.rb | 4 +-- ci/ci_setup_notes.txt | 4 +-- railties/guides/source/contribute.textile | 10 +++---- .../contributing_to_ruby_on_rails.textile | 4 +-- railties/guides/source/credits.html.erb | 2 +- .../debugging_rails_applications.textile | 14 +++++----- railties/guides/source/form_helpers.textile | 10 +++---- railties/guides/source/generators.textile | 4 +-- .../guides/source/getting_started.textile | 2 +- railties/guides/source/i18n.textile | 28 +++++++++---------- railties/guides/source/index.html.erb | 2 +- railties/guides/source/migrations.textile | 2 +- .../guides/source/performance_testing.textile | 4 +-- railties/guides/source/security.textile | 2 +- railties/guides/source/testing.textile | 4 +-- .../rails/app/templates/config/locales/en.yml | 2 +- 18 files changed, 52 insertions(+), 52 deletions(-) diff --git a/actionpack/lib/action_view/helpers/prototype_helper.rb b/actionpack/lib/action_view/helpers/prototype_helper.rb index f3a429fcce..b93a072abb 100644 --- a/actionpack/lib/action_view/helpers/prototype_helper.rb +++ b/actionpack/lib/action_view/helpers/prototype_helper.rb @@ -103,7 +103,7 @@ module ActionView :form, :with, :update, :script, :type ]).merge(CALLBACKS) # Returns the JavaScript needed for a remote function. - # See the link_to_remote documentation at http://github.com/rails/prototype_legacy_helper as it takes the same arguments. + # See the link_to_remote documentation at https://github.com/rails/prototype_legacy_helper as it takes the same arguments. # # Example: # # Generates: