From 1b0eabe60326f4470b1a6d646a84a5eed014f9b2 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 14 Nov 2009 13:33:26 -0800 Subject: ry dahl prefers his name lowercased Update all documentation and comments to reflect that. --- README | 2 +- examples/rails_app-2.3.4/app/controllers/files_controller.rb | 2 +- examples/rails_app-2.3.4/public/stylesheets/site.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 58b2888..e88d5b0 100644 --- a/README +++ b/README @@ -46,7 +46,7 @@ Contributions to enhance compatibility for more modern things like jQuery and HTML5 are very welcome. We would prefer as much as possible to NOT proliferate new AJAX sub-protocols and use existing ones whenever possible. Our current favorite is the Ajax.Pull JavaScript used in -Ry Dahl's mongrel_streaming_upload_progress because it only requires a +ry dahl's mongrel_streaming_upload_progress because it only requires a one extra HTTP request to pull all the status notifications. == Backend Compatibility diff --git a/examples/rails_app-2.3.4/app/controllers/files_controller.rb b/examples/rails_app-2.3.4/app/controllers/files_controller.rb index a0fdbb1..bd4fc61 100644 --- a/examples/rails_app-2.3.4/app/controllers/files_controller.rb +++ b/examples/rails_app-2.3.4/app/controllers/files_controller.rb @@ -6,7 +6,7 @@ class FilesController < ApplicationController _sha1_flash_self end - # based on Ry Dahl's streaming AJAX pull: + # based on ry dahl's streaming AJAX pull: # http://rubyforge.org/pipermail/mongrel-users/2007-July/003747.html def pull _sha1_flash_self diff --git a/examples/rails_app-2.3.4/public/stylesheets/site.css b/examples/rails_app-2.3.4/public/stylesheets/site.css index 043b5da..0e5f9c7 100644 --- a/examples/rails_app-2.3.4/public/stylesheets/site.css +++ b/examples/rails_app-2.3.4/public/stylesheets/site.css @@ -1,5 +1,5 @@ /* - * stolen from Ry Dahl's mongrel_streaming_upload_progress + * stolen from ry dahl's mongrel_streaming_upload_progress * http://rubyforge.org/pipermail/mongrel-users/2007-July/003747.html */ .notice { -- cgit v1.2.3-24-ge0c7