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
*
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
*
ActionMailer::Base subclasses are reloaded with other rails components #1262
Jamis Buck
2005-06-24
1
-0
/
+1
*
Removed the mutex from the WEBrick adapter under the production environment s...
David Heinemeier Hansson
2005-06-22
1
-3
/
+3
*
Dont activate the query cache just yet
David Heinemeier Hansson
2005-05-02
1
-1
/
+0
*
Started work on a per-request query cache
David Heinemeier Hansson
2005-05-02
1
-0
/
+1
*
Added exception shallowing if the DRb server can't be started (not worth maki...
David Heinemeier Hansson
2005-03-06
1
-1
/
+1
*
Help against errors in ApplicationController
David Heinemeier Hansson
2005-02-20
1
-2
/
+2
*
Updated dependency loading to consider non-standard class/file name combinations
David Heinemeier Hansson
2005-02-20
1
-1
/
+1
*
Allows a loading module to load from multiple load paths #675
David Heinemeier Hansson
2005-02-20
1
-1
/
+1
*
All libraries should link against the independent active support
David Heinemeier Hansson
2005-02-15
1
-1
/
+1
*
A hopefully more successful attempt at the Routing branch merge
David Heinemeier Hansson
2005-02-15
1
-36
/
+14
*
Backed out of routing merge.. investigating missing patches
David Heinemeier Hansson
2005-02-15
1
-15
/
+37
*
Merged back the Routing branch
David Heinemeier Hansson
2005-02-15
1
-37
/
+15
*
Moved subclass reloading responsibilities to Dependencies
David Heinemeier Hansson
2005-01-25
1
-3
/
+1
*
New approach to reloading that uses remove_const on ARs and AOs as well as ACs
David Heinemeier Hansson
2005-01-25
1
-21
/
+6
*
Fixed that /Recipe/new and /recipe/new points to the same thing [Lyle Johnson]
David Heinemeier Hansson
2005-01-24
1
-2
/
+2
*
Fixed handling of syntax errors in models that had already been succesfully r...
David Heinemeier Hansson
2005-01-24
1
-9
/
+19
*
Another swing at reloading
David Heinemeier Hansson
2005-01-24
1
-13
/
+8
*
Brought back reloading of models
David Heinemeier Hansson
2005-01-23
1
-1
/
+1
*
Flipped reloads around
David Heinemeier Hansson
2005-01-20
1
-1
/
+1
*
Fixed that FCGI can also display SyntaxErrors
David Heinemeier Hansson
2005-01-20
1
-3
/
+7
*
New adventures in dependency reloading
David Heinemeier Hansson
2005-01-16
1
-1
/
+1
*
New adventures in dependency reloading
David Heinemeier Hansson
2005-01-16
1
-15
/
+9
*
Fixed that auto reloading would some times not work or would reload the model...
David Heinemeier Hansson
2005-01-15
1
-50
/
+60
*
Nuke the controllers after the dispatcher reload to avoid the superclass mism...
David Heinemeier Hansson
2005-01-02
1
-1
/
+1
*
Fixed problems with dependency caching and controller hierarchies on Ruby 1.8...
David Heinemeier Hansson
2005-01-02
1
-3
/
+9
*
Switch dispatcher to use the new shared Dependencies approach
David Heinemeier Hansson
2004-12-29
1
-2
/
+2
*
The dispatcher should reload the associations AFTER clearing the inheritable ...
David Heinemeier Hansson
2004-12-22
1
-1
/
+1
*
Added a require_association hook on const_missing that makes it possible to u...
David Heinemeier Hansson
2004-12-20
1
-1
/
+1
*
Fixed a small bug in the new referencing of DEFAULT_SESSION_OPTIONS
David Heinemeier Hansson
2004-12-16
1
-1
/
+1
*
Made the last tweaks before 0.9
David Heinemeier Hansson
2004-12-16
1
-3
/
+1
[next]