aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/examples/address_book_controller.fcgi
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-09-09 17:55:26 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-09-09 17:55:26 +0000
commit955fa6151aabfbe0626c84005cb0cad27da3e5c3 (patch)
tree8d9175f86572bbf00f5e3f021e7b6c7b3804e3f2 /actionpack/examples/address_book_controller.fcgi
parent73c70836515879f69a152535f3ab411acc3317b8 (diff)
downloadrails-955fa6151aabfbe0626c84005cb0cad27da3e5c3.tar.gz
rails-955fa6151aabfbe0626c84005cb0cad27da3e5c3.tar.bz2
rails-955fa6151aabfbe0626c84005cb0cad27da3e5c3.zip
The examples are outdated and misleading
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7424 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/examples/address_book_controller.fcgi')
-rwxr-xr-xactionpack/examples/address_book_controller.fcgi6
1 files changed, 0 insertions, 6 deletions
diff --git a/actionpack/examples/address_book_controller.fcgi b/actionpack/examples/address_book_controller.fcgi
deleted file mode 100755
index 39947b4444..0000000000
--- a/actionpack/examples/address_book_controller.fcgi
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/local/bin/ruby
-
-require "address_book_controller"
-require "fcgi"
-
-FCGI.each_cgi { |cgi| AddressBookController.process_cgi(cgi) } \ No newline at end of file