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
/
actionpack
/
lib
/
action_dispatch
/
middleware
/
stack.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
make sure string keys are always looked up from the class cache
Aaron Patterson
2011-03-02
1
-2
/
+3
*
yo dawg, directly use the class cache rather than the cache of the cache
Aaron Patterson
2011-03-01
1
-1
/
+2
*
refactor Reference to a ClassCache object, fix lazy lookup in Middleware so t...
Aaron Patterson
2011-03-01
1
-3
/
+10
*
Enumerable gives us include?, so remove include?
Aaron Patterson
2011-03-01
1
-4
/
+0
*
prefer composition over inheritance with AD::MS
Aaron Patterson
2011-03-01
1
-8
/
+37
*
Avoid (@_var ||= nil) pattern by using initialize methods and ensuring everyo...
José Valim
2010-09-29
1
-0
/
+4
*
No need to call super here. Use yield instead block.call
Emilio Tagua
2010-09-28
1
-3
/
+2
*
Cleanup deprecations in Action Dispatch
Carlos Antonio da Silva
2010-09-06
1
-5
/
+0
*
require 'active_support/dependencies' in action_dispatch/middleware/stack
Piotr Sarnacki
2010-09-03
1
-0
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-1
/
+1
*
Ensure insert_before in middleware stack raises a meaningful error message [#...
José Valim
2010-07-21
1
-4
/
+11
*
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-11
1
-1
/
+1
*
Simplify middleware stack lazy compares using named const references
Jeremy Kemper
2010-06-05
1
-13
/
+5
*
Add :only and :except to controllers MiddlewareStack. This allows
José Valim
2010-05-30
1
-4
/
+4
*
Remove the laziness from the middleware stack.
José Valim
2010-05-29
1
-57
/
+15
*
Simplify the action endpoint:
Carlhuda
2010-03-08
1
-1
/
+5
*
Make many parts of Rails lazy. In order to facilitate this,
wycats
2010-03-07
1
-1
/
+1
*
As first step setup the load path and lazy compare middlewares.
José Valim
2010-01-25
1
-1
/
+13
*
Cleanup middleware introspection output
Joshua Peek
2010-01-19
1
-3
/
+1
*
Complain if there's no such middleware
Jeremy Kemper
2009-12-28
1
-2
/
+3
*
Break up inflector to reduce the dependency burden on dependency-les methods ...
Yehuda Katz
2009-11-07
1
-2
/
+4
*
Rework Middleware stack to match the Rack middleware protocol more closely
Yehuda Katz + Carl Lerche
2009-08-25
1
-3
/
+3
*
Merge branch 'master' into wip_abstract_controller
Yehuda Katz + Carl Lerche
2009-05-11
1
-2
/
+1
|
\
|
*
Show lazy middleware args in pretty print
Joshua Peek
2009-05-03
1
-2
/
+1
*
|
Renamed Base2 to Base and don't require old action_controller for new Base
Yehuda Katz + Carl Lerche
2009-05-01
1
-2
/
+0
|
/
*
Move middleware stack out of utils folder
Joshua Peek
2009-04-14
1
-0
/
+119