From d91be365980ff2614966f65907ca22b0f5b6d315 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Mon, 7 Mar 2011 05:21:25 +0900 Subject: [PATCH 1/8] fix typos --- actionpack/lib/action_view/helpers/form_helper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actionpack/lib/action_view/helpers/form_helper.rb b/actionpack/lib/action_view/helpers/form_helper.rb index 6df86ae65a14e..48abf119f1b04 100644 --- a/actionpack/lib/action_view/helpers/form_helper.rb +++ b/actionpack/lib/action_view/helpers/form_helper.rb @@ -266,8 +266,8 @@ module FormHelper # === Removing hidden model id's # # The form_for method automatically includes the model id as a hidden field in the form. - # This is used to maintain the correlation between the form data and it's associated model. - # Some ORM systems do not use id's on nested models so in this case you want to be able + # This is used to maintain the correlation between the form data and its associated model. + # Some ORM systems do not use IDs on nested models so in this case you want to be able # to disable the hidden id. # # In the following example the Post model has many Comments stored within it in a NoSQL database, From 112c8025791e51209f1aa8f7b8623f1a5ed3e015 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Mon, 7 Mar 2011 05:52:47 +0900 Subject: [PATCH 2/8] s/a/an/ --- actionmailer/README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionmailer/README.rdoc b/actionmailer/README.rdoc index fb93fd108015f..2db6140d64cc1 100644 --- a/actionmailer/README.rdoc +++ b/actionmailer/README.rdoc @@ -74,7 +74,7 @@ Or you can just chain the methods together like: == Receiving emails -To receive emails, you need to implement a public instance method called receive that takes a +To receive emails, you need to implement a public instance method called receive that takes an email object as its single parameter. The Action Mailer framework has a corresponding class method, which is also called receive, that accepts a raw, unprocessed email as a string, which it then turns into the email object and calls the receive instance method. From 5bed37779acea804af0bf5efd25839ef5c1e2cdd Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Mon, 7 Mar 2011 05:56:02 +0900 Subject: [PATCH 3/8] "SSL everywhere" for GitHub URLs see: https://github.com/blog/738-sidejack-prevention-phase-2-ssl-everywhere --- actionmailer/README.rdoc | 2 +- actionpack/README.rdoc | 2 +- activerecord/README.rdoc | 2 +- activesupport/README.rdoc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/actionmailer/README.rdoc b/actionmailer/README.rdoc index 2db6140d64cc1..0fa18d751b231 100644 --- a/actionmailer/README.rdoc +++ b/actionmailer/README.rdoc @@ -128,7 +128,7 @@ The latest version of Action Mailer can be installed with Rubygems: Source code can be downloaded as part of the Rails project on GitHub -* http://github.com/rails/rails/tree/master/actionmailer/ +* https://github.com/rails/rails/tree/master/actionmailer/ == License diff --git a/actionpack/README.rdoc b/actionpack/README.rdoc index a28d78f688eb5..3661d27d51465 100644 --- a/actionpack/README.rdoc +++ b/actionpack/README.rdoc @@ -323,7 +323,7 @@ The latest version of Action Pack can be installed with Rubygems: Source code can be downloaded as part of the Rails project on GitHub -* http://github.com/rails/rails/tree/master/actionpack/ +* https://github.com/rails/rails/tree/master/actionpack/ == License diff --git a/activerecord/README.rdoc b/activerecord/README.rdoc index 91a23da8ad4aa..a27640eac9d72 100644 --- a/activerecord/README.rdoc +++ b/activerecord/README.rdoc @@ -203,7 +203,7 @@ The latest version of Active Record can be installed with Rubygems: Source code can be downloaded as part of the Rails project on GitHub -* http://github.com/rails/rails/tree/master/activerecord/ +* https://github.com/rails/rails/tree/master/activerecord/ == License diff --git a/activesupport/README.rdoc b/activesupport/README.rdoc index 77b8a64304cb5..13ca4b3bf1166 100644 --- a/activesupport/README.rdoc +++ b/activesupport/README.rdoc @@ -14,7 +14,7 @@ The latest version of Active Support can be installed with Rubygems: Source code can be downloaded as part of the Rails project on GitHub -* http://github.com/rails/rails/tree/master/activesupport/ +* https://github.com/rails/rails/tree/master/activesupport/ == License From 071ddb82812d1336450c9cbc6b317d5edfff3731 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Mon, 7 Mar 2011 06:18:32 +0900 Subject: [PATCH 4/8] 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 f3a429fccef43..b93a072abbefa 100644 --- a/actionpack/lib/action_view/helpers/prototype_helper.rb +++ b/actionpack/lib/action_view/helpers/prototype_helper.rb @@ -103,7 +103,7 @@ module PrototypeHelper :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: