From 955fa6151aabfbe0626c84005cb0cad27da3e5c3 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 9 Sep 2007 17:55:26 +0000 Subject: The examples are outdated and misleading git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7424 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/examples/address_book_controller.fcgi | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 actionpack/examples/address_book_controller.fcgi (limited to 'actionpack/examples/address_book_controller.fcgi') 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 -- cgit v1.2.3