| Commit message (Expand) | Author | Age | Files | Lines |
* | Properly skip fcgi tests if the gem is not installed | Joshua Peek | 2009-02-16 | 1 | -5/+3 |
* | Fix up failing tests broke by 2316e7d | Joshua Peek | 2009-02-07 | 1 | -30/+31 |
* | Fix FCGI dispatching tests | Mike Gunderloy | 2008-12-29 | 1 | -42/+7 |
* | Skip fcgi dispatcher tests if fcgi lib isn't available | Jeremy Kemper | 2008-11-24 | 1 | -3/+4 |
* | Mock RailsFCGIHandler and Dispatcher to stop mocha deprecation warnings. | Joshua Peek | 2008-04-21 | 1 | -6/+24 |
* | Update fcgi dispatcher test cases. Closes #11471 [guillaume] | Jeremy Kemper | 2008-04-03 | 1 | -7/+23 |
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 1 | -1/+1 |
* | RailsFCGIHandler tests. Closes #9630. | Jeremy Kemper | 2007-09-23 | 1 | -148/+148 |
* | Make tests run with mocha gem | David Heinemeier Hansson | 2007-09-22 | 1 | -4/+3 |
* | Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ... | David Heinemeier Hansson | 2007-04-28 | 1 | -28/+0 |
* | Dont run FCGIDispatcher tests if mocha is not available | David Heinemeier Hansson | 2006-09-15 | 1 | -0/+9 |
* | Thoroughly test the FCGI dispatcher. Closes #5970. | Jeremy Kemper | 2006-09-03 | 1 | -12/+107 |
* | Make fcgi handler respond to TERM signals with an explicit exit | Jamis Buck | 2005-11-02 | 1 | -1/+16 |
* | r3576@sedna: jeremy | 2005-10-13 11:31:50 -0700 | Jeremy Kemper | 2005-10-13 | 1 | -9/+3 |
* | r1588@asus: jeremy | 2005-07-02 03:14:45 -0700 | Jeremy Kemper | 2005-07-02 | 1 | -4/+64 |
* | Use SIGHUP to dynamically reload an fcgi process without restarting it. Refac... | Jamis Buck | 2005-06-29 | 1 | -29/+54 |
* | Missing parameter for trap_handler in dispatch.fcgi | Jamis Buck | 2005-06-22 | 1 | -1/+1 |
* | Refactored dispatch.fcgi. Added unit tests for dispatch.fcgi. Added trap to r... | Jamis Buck | 2005-06-22 | 1 | -0/+96 |