Patch #1876 ยป dispatch.xxx.example.patch
| public/dispatch.cgi.example | ||
|---|---|---|
| 1 |
#!/usr/bin/ruby |
|
| 1 |
#!/usr/bin/env ruby
|
|
| 2 | 2 | |
| 3 | 3 |
require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ROOT) |
| 4 |
-- a/public/dispatch.fcgi.example |
|
| 4 |
++ b/public/dispatch.fcgi.example |
|
| ... | ... | |
| 1 |
#!/usr/bin/ruby |
|
| ... | ... | |
| 1 |
#!/usr/bin/env ruby |
|
| 2 | 2 |
# |
| 3 | 3 |
# You may specify the path to the FastCGI crash log (a log of unhandled |
| 4 | 4 |
# exceptions which forced the FastCGI instance to exit, great for debugging) |
| 5 |
-- a/public/dispatch.rb.example |
|
| 5 |
++ b/public/dispatch.rb.example |
|
| ... | ... | |
| 1 |
#!/usr/bin/ruby |
|
| ... | ... | |
| 1 |
#!/usr/bin/env ruby |
|
| 2 | 2 | |
| 3 | 3 |
require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ROOT) |