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 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
[prev]