index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
lib
/
dispatcher.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated copyright years
David Heinemeier Hansson
2008-05-11
1
-1
/
+1
*
Move Railties' Dispatcher to ActionController::Dispatcher, introduce before_ ...
Jeremy Kemper
2007-09-26
1
-159
/
+2
*
Added ActiveSupport::BufferedLogger as a duck-typing alternative (albeit with...
David Heinemeier Hansson
2007-09-25
1
-3
/
+8
*
Missed Reloadable bits and pieces
Jeremy Kemper
2007-09-14
1
-5
/
+2
*
Update copyright span
David Heinemeier Hansson
2007-09-09
1
-1
/
+1
*
Fixed that dispatcher preparation callbacks only run once in production mode....
Rick Olson
2007-06-15
1
-2
/
+1
*
Fix precedence error in failsafe rescue. Closes #8625.
Jeremy Kemper
2007-06-12
1
-1
/
+1
*
Fix syntax error in dispatcher than wrecked failsafe responses. Closes #8625.
Jeremy Kemper
2007-06-11
1
-2
/
+1
*
Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ...
David Heinemeier Hansson
2007-04-28
1
-11
/
+0
*
Improve dispatcher failsafe responses. Beef up compatibility with Mongrel's C...
Jeremy Kemper
2007-03-04
1
-23
/
+48
*
Attempt at fixing the preparation_callbacks, nzkoz will double check
David Heinemeier Hansson
2006-12-27
1
-8
/
+2
*
Allow config.to_prepare to work, make the dispatcher safe to 're require'. [K...
Michael Koziarski
2006-12-26
1
-1
/
+1
*
If only life was that simple (it didnt help)
David Heinemeier Hansson
2006-12-01
1
-2
/
+5
*
Replace the elaborate reloading connection checking scheme, just fix the Ruby...
David Heinemeier Hansson
2006-12-01
1
-5
/
+2
*
Only reload connections in development mode that supports (and requires that)...
David Heinemeier Hansson
2006-11-26
1
-2
/
+5
*
Tried delaying database disconnect until after dependency resolution (referen...
David Heinemeier Hansson
2006-11-25
1
-5
/
+3
*
Added ActiveRecord::Base.clear_active_connections! in development mode so the...
David Heinemeier Hansson
2006-11-23
1
-1
/
+5
*
Make sure that exceptions which are thrown outside of the user code try their...
Tobias Lütke
2006-11-13
1
-1
/
+2
*
Alter prior change to use require_dependency instead of require_or_load. Caus...
Nicholas Seckar
2006-11-09
1
-1
/
+1
*
Remove temporary crutch to help ApplicationController be unloaded. Closes #6496.
Nicholas Seckar
2006-11-07
1
-1
/
+1
*
Update copyright times
David Heinemeier Hansson
2006-09-03
1
-1
/
+1
*
Tighten rescue clauses. Closes #5985.
Jeremy Kemper
2006-08-31
1
-3
/
+3
*
Add silencing to deprecations; avoid self-scolding.
Nicholas Seckar
2006-08-14
1
-1
/
+3
*
Rearrange application resetting and preparation, fix bug with leaking subclas...
Rick Olson
2006-08-09
1
-1
/
+5
*
Cause ApplicationController to be reloaded
David Heinemeier Hansson
2006-08-09
1
-1
/
+1
*
Fix Dispatcher.reset_application! so that AR subclasses are removed and Obser...
Rick Olson
2006-08-07
1
-1
/
+1
*
Add Dispatcher.to_prepare and config.to_prepare to provide a pre-request hook.
Nicholas Seckar
2006-08-06
1
-3
/
+44
*
Tweak the Rails load order so observers are loaded after plugins, and reloade...
Rick Olson
2006-08-06
1
-1
/
+1
*
Fixed the failsafe response so it uses either the current recognized controll...
Rick Olson
2006-07-28
1
-2
/
+5
*
Dispatcher processes rescued actions with the same controller that processed ...
Jeremy Kemper
2006-07-08
1
-1
/
+1
*
New routes implementation. Simpler, faster, easier to understand. The publish...
Jamis Buck
2006-06-01
1
-1
/
+1
*
Added that Dispatcher exceptions should not be shown to the user unless a def...
David Heinemeier Hansson
2006-04-05
1
-2
/
+20
*
Fixed that rails --version should have the return code of 0 (success) (closes...
David Heinemeier Hansson
2006-04-03
1
-1
/
+1
*
Make the 3rd arg optional for #failsafe_response
Rick Olson
2006-03-08
1
-2
/
+2
*
Added a backtrace to the evil WSOD (White Screen of Death). Closes #4073. TO...
Rick Olson
2006-03-07
1
-2
/
+4
*
Clear stale, cached connections left behind by defunct threads. Eliminate dup...
Jeremy Kemper
2006-03-01
1
-3
/
+2
*
Speed up class -> connection caching and stale connection verification. Close...
Jeremy Kemper
2006-02-27
1
-1
/
+2
*
Remove LoadingModule
Nicholas Seckar
2006-02-03
1
-2
/
+1
*
Add LoadingModule.clear! back temporarily
Nicholas Seckar
2006-02-02
1
-0
/
+1
*
Pluralization bites again
Nicholas Seckar
2006-02-02
1
-1
/
+1
*
Further improvements to reloading code
Nicholas Seckar
2006-02-02
1
-2
/
+1
*
Added reusable reloading support through the inclusion of the Relodable modul...
David Heinemeier Hansson
2006-01-29
1
-2
/
+1
*
Connection cache to speed up retrieve_connection and get rid of dirty connect...
Jeremy Kemper
2005-12-04
1
-1
/
+1
*
r3181@asus: jeremy | 2005-11-19 02:52:24 -0800
Jeremy Kemper
2005-11-19
1
-0
/
+1
*
Failsafe response handler for dispatcher.
Jeremy Kemper
2005-11-02
1
-7
/
+29
*
Move Dispatcher.dispatch CGI.new out of default args and into rescuable block...
Jeremy Kemper
2005-11-01
1
-12
/
+12
*
Documentation updates/fixes for railties
Jamis Buck
2005-10-16
1
-0
/
+9
*
Fixed memory leak with Active Record classes when Dependencies.mechanism = :l...
David Heinemeier Hansson
2005-09-20
1
-0
/
+1
*
Only load breakpoint in development mode and when BREAKPOINT_SERVER_PORT is d...
Nicholas Seckar
2005-08-31
1
-3
/
+10
*
Use SIGHUP to dynamically reload an fcgi process without restarting it. Refac...
Jamis Buck
2005-06-29
1
-9
/
+10
[next]