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_controller
/
metal.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
removes unnecessary self
Xavier Noria
2012-09-17
1
-1
/
+1
*
revises RDoc in AC::Metal [ci skip]
Xavier Noria
2012-09-17
1
-14
/
+7
*
removes unnecessary self
Xavier Noria
2012-09-17
1
-1
/
+1
*
load active_support/core_ext/class/attribute in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
load active_support/core_ext/object/blank in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
adding a buffered stream to the response object
Aaron Patterson
2012-07-29
1
-1
/
+1
*
Use performed? instead of checking for response_body
Carlos Antonio da Silva
2012-01-19
1
-4
/
+4
*
Do not deprecate performed.
José Valim
2012-01-19
1
-0
/
+4
*
refactor response_body= method
Vasiliy Ermolovich
2012-01-14
1
-7
/
+1
*
Fix AC::Metal#response_body= to store same value on Ruby 1.8 and 1.9
Akira Matsuda
2011-11-07
1
-1
/
+7
*
make our constructor signature match the superclass
Aaron Patterson
2011-04-17
1
-1
/
+1
*
Add docs for ActionController::Metal class methods
Gabriel Horner
2011-03-28
1
-1
/
+5
*
Merge branch 'master' into nested_has_many_through
Jon Leighton
2011-03-04
1
-7
/
+56
|
\
|
*
revises a metal example
Xavier Noria
2011-02-02
1
-4
/
+4
|
*
copy-edits 2446b13
Xavier Noria
2011-02-02
1
-14
/
+13
|
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-02-02
1
-5
/
+55
|
|
\
|
|
*
Provide documentation for ActionController::Metal
Bernerd Schaefer
2011-02-02
1
-5
/
+55
|
|
/
|
/
|
|
*
If I want to set respond_body to nil then it
Neeraj Singh
2011-01-25
1
-1
/
+1
|
/
*
Fix a few bugs when trying to use Head standalone
wycats
2010-10-10
1
-0
/
+5
*
Fix tests on 1.9.2.
José Valim
2010-09-28
1
-0
/
+1
*
Initialize @_request and @_response.
Emilio Tagua
2010-09-27
1
-1
/
+3
*
added block arguments to ActionController::Metal#use
Collin Miller
2010-09-12
1
-3
/
+3
*
Ensure that env is always available in controllers
Piotr Sarnacki
2010-09-03
1
-1
/
+5
*
cleanup of ActionController::Metal inline documentation
Joost Baaij
2010-08-26
1
-15
/
+13
*
Fixes for "router" and "routes" terminology
Wincent Colaiuta
2010-07-03
1
-1
/
+1
*
Unify routes naming by renaming router to routes
Piotr Sarnacki
2010-07-02
1
-1
/
+1
*
Fix controller_name for non default controller paths [#4901 state:resolved]
knapo
2010-06-23
1
-1
/
+1
*
Remove a relic of #request being in RackDelegation
wycats
2010-06-19
1
-2
/
+9
*
Add :only and :except to controllers MiddlewareStack. This allows
José Valim
2010-05-30
1
-3
/
+45
*
Return a valid Rack response from bare ActionController::Metal
Carlhuda
2010-03-18
1
-1
/
+7
*
Eliminate warnings for AM on 1.8
wycats
2010-03-16
1
-1
/
+5
*
Simplify the action endpoint:
Carlhuda
2010-03-08
1
-25
/
+9
*
Add missing super call in AC::Metal. [#4085 status:resolved]
José Valim
2010-03-03
1
-0
/
+1
*
Update AP to start locking down a public API. This work is parallel to some d...
Yehuda Katz
2010-02-16
1
-0
/
+8
*
Convert to class_attribute
Jeremy Kemper
2010-02-01
1
-2
/
+7
*
Expose last controller in rack env["action_controller.instance"]
Joshua Peek
2010-01-20
1
-0
/
+1
*
controller_path is required by ActionView, so move it up to AbstractControlle...
José Valim
2009-12-31
1
-15
/
+0
*
Silence some trivial warnings: shadowed local vars, indentation mismatches
Jeremy Kemper
2009-12-28
1
-1
/
+1
*
AD::StatusCodes support is now part of rack
Joshua Peek
2009-12-22
1
-1
/
+1
*
AC::Head now doesn't have an unfulfilled Rendering dependency, and instead wo...
Yehuda Katz
2009-12-20
1
-0
/
+5
*
Rename RackConvenience => RackDelegation
Joshua Peek
2009-12-20
1
-3
/
+3
*
Renamed Redirector to Redirecting (its a module, not a class)
David Heinemeier Hansson
2009-12-20
1
-1
/
+1
*
Update AC::Middleware to play better with the normal AC::Metal stack. This re...
Yehuda Katz
2009-11-05
1
-3
/
+3
*
Start rewriting some internal tests to use the new routing dsl
Joshua Peek
2009-10-20
1
-0
/
+4
*
Uses extlib_inheritable_accessor
Jeremy Kemper
2009-09-14
1
-0
/
+2
*
Memoize in the endpoint.
Yehuda Katz
2009-09-12
1
-5
/
+10
*
Add per-controller middleware
Yehuda Katz
2009-09-12
1
-1
/
+14
*
Create new ActionController::Middleware class that will work as a normal Rack...
Yehuda Katz
2009-08-26
1
-22
/
+0
*
ActionController::Metal can be a middleware
Yehuda Katz + Carl Lerche
2009-08-25
1
-5
/
+35
*
Move AbstractController to a top-level component
Yehuda Katz
2009-08-06
1
-2
/
+0
[next]