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
/
abstract_controller
/
base.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Move layout lookup to views.
José Valim
2010-03-08
1
-6
/
+0
*
Add a method for configuring abstract controllers
Carl Lerche
2010-03-04
1
-0
/
+4
*
Modifying configurations on the instance of a controller should not affect th...
Carl Lerche
2010-03-03
1
-1
/
+1
*
Tweak how ActionPack handles InheritableOptions
Carl Lerche
2010-03-03
1
-0
/
+2
*
Move the original config method onto AbstractController
Carl Lerche
2010-03-03
1
-0
/
+8
*
Fix controller_path returnsing an empty string in Ruby 1.8.7 [#4036 status:re...
José Valim
2010-02-26
1
-1
/
+1
*
Clear out AS callback method pollution in AC::Base.action_methods
Joshua Peek
2010-01-17
1
-8
/
+12
*
Base#action_methods delegates to Base.action_methods
Joshua Peek
2010-01-17
1
-58
/
+62
*
@_formats initialization should be AbstractController::Base.
José Valim
2010-01-04
1
-0
/
+5
*
controller_path is required by ActionView, so move it up to AbstractControlle...
José Valim
2009-12-31
1
-0
/
+15
*
Make ActionMailer::Base inherit from AbstractController::Base
José Valim
2009-12-22
1
-4
/
+4
*
AC::Head now doesn't have an unfulfilled Rendering dependency, and instead wo...
Yehuda Katz
2009-12-20
1
-0
/
+1
*
Fix response_body warning in AC
Joshua Peek
2009-12-14
1
-0
/
+2
*
Relocate AbstractController exceptions into their proper parent modules
Joshua Peek
2009-12-12
1
-1
/
+3
*
Create new ActionController::Middleware class that will work as a normal Rack...
Yehuda Katz
2009-08-26
1
-1
/
+0
*
Move AbstractController to a top-level component
Yehuda Katz
2009-08-06
1
-0
/
+159
[prev]