about summary refs log tree commit homepage
path: root/examples/rails_app-2.3.4
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-11-14 13:33:26 -0800
committerEric Wong <normalperson@yhbt.net>2009-11-14 13:33:26 -0800
commit1b0eabe60326f4470b1a6d646a84a5eed014f9b2 (patch)
tree8d16e3e737c97dd9e6e3ed109f38d28c8eb30791 /examples/rails_app-2.3.4
parent42d80bbba13655aec55d733df0fe2709b568d6b2 (diff)
downloadupr-1b0eabe60326f4470b1a6d646a84a5eed014f9b2.tar.gz
ry dahl prefers his name lowercased
Update all documentation and comments to reflect that.
Diffstat (limited to 'examples/rails_app-2.3.4')
-rw-r--r--examples/rails_app-2.3.4/app/controllers/files_controller.rb2
-rw-r--r--examples/rails_app-2.3.4/public/stylesheets/site.css2
2 files changed, 2 insertions, 2 deletions
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 {