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
*
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
*
Renamed AbstractApplicationController and abstract_application.rb to Applicat...
David Heinemeier Hansson
2004-12-15
1
-2
/
+2
*
Cleaner deactivation of the breakpoint server
David Heinemeier Hansson
2004-12-12
1
-1
/
+1
*
Breakpointing that works much better with CGI and FCGI
David Heinemeier Hansson
2004-12-12
1
-0
/
+6
*
Reload the cached column information between requests when the ActionControll...
David Heinemeier Hansson
2004-12-12
1
-2
/
+2
*
Moved require_association to associations.rb and added methods for resetting ...
David Heinemeier Hansson
2004-12-12
1
-4
/
+4
*
Only nuke the AbstractApplicationController if its available
David Heinemeier Hansson
2004-12-08
1
-1
/
+1
*
Syntax errors and other exceptions thrown outside of an action are now gracef...
David Heinemeier Hansson
2004-12-06
1
-9
/
+3
*
Abolished ActionController::Base.require_or_load in favor of require_dependen...
David Heinemeier Hansson
2004-11-30
1
-2
/
+2
*
AbstractApplicationController and the individual controllers are now complete...
David Heinemeier Hansson
2004-11-30
1
-12
/
+36
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+55