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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Optimize and clean up how details key get expired.
José Valim
2010-03-10
2
-1
/
+30
*
Clean up the API required from ActionView::Template.
José Valim
2010-03-09
1
-1
/
+1
*
Clean LookupContext API.
José Valim
2010-03-08
2
-3
/
+6
*
Move details to lookup_context and make resolvers use the cache key.
José Valim
2010-03-08
1
-10
/
+0
*
Move ViewPaths module to its own file.
José Valim
2010-03-08
2
-70
/
+70
*
Speed up performance in resolvers by adding fallbacks just when required.
José Valim
2010-03-08
1
-10
/
+4
*
Rename Template::Lookup to LookupContext.
José Valim
2010-03-08
1
-24
/
+11
*
More refactoring on the views side of rendering.
José Valim
2010-03-08
1
-7
/
+2
*
Finally moved the find template logic to the views.
José Valim
2010-03-08
2
-137
/
+102
*
More refactoring. Split _normalize_args and _normalize_options concerns.
José Valim
2010-03-08
2
-6
/
+14
*
More cleanup on the layouts side.
José Valim
2010-03-08
1
-53
/
+28
*
Move layout lookup to views.
José Valim
2010-03-08
4
-46
/
+11
*
Added template lookup responsible to hold all information used in template lo...
José Valim
2010-03-07
4
-98
/
+31
*
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
*
Merge _details_defaults and details_for_render
Carlhuda
2010-03-01
2
-3
/
+3
*
Fix controller_path returnsing an empty string in Ruby 1.8.7 [#4036 status:re...
José Valim
2010-02-26
5
-12
/
+4
*
Add missing require on abstract_controller/collector [#4061 status:resolved]
José Valim
2010-02-26
1
-0
/
+2
*
Renamed LocalizedCache to DetailsCache.
José Valim
2010-02-24
3
-52
/
+55
*
Update AP to start locking down a public API. This work is parallel to some d...
Yehuda Katz
2010-02-16
2
-3
/
+3
*
name.blank? -> anonymous?
Xavier Noria
2010-02-14
1
-1
/
+2
*
Convert to class_attribute
Jeremy Kemper
2010-02-01
3
-13
/
+23
*
Fix some backward incompatible behavior on AM.
José Valim
2010-01-30
2
-1
/
+29
*
Added :format and :locale options to render.
José Valim
2010-01-29
1
-1
/
+10
*
Fix rendering of layouts.
José Valim
2010-01-29
1
-1
/
+2
*
ActionMailer should depend just on AbstractController.
José Valim
2010-01-29
1
-156
/
+0
*
Bring layouts with proc back alive.
José Valim
2010-01-26
1
-0
/
+3
*
Move double render check out of AbstractController.
José Valim and Mikel Lindsaar
2010-01-23
1
-4
/
+0
*
Added AbstractController::Collector.
José Valim and Mikel Lindsaar
2010-01-23
1
-0
/
+30
*
Ensure strings given to render with slash are rendered relative to the config...
José Valim
2010-01-22
1
-12
/
+25
*
Move ActionController::Translation to AbstractController::Translation.
José Valim
2010-01-20
2
-1
/
+14
*
Bring normalize behavior to AbstractController::Rendering
José Valim
2010-01-20
2
-4
/
+20
*
Fix DoubleRenderError error message
Pratik Naik
2010-01-19
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
*
Remove duplicated url_for code and move methods shared between ActionMailer a...
José Valim
2010-01-07
1
-0
/
+156
*
@_formats initialization should be AbstractController::Base.
José Valim
2010-01-04
2
-6
/
+5
*
Expose a _render_partial hook as thhe _render_template one and make use of it.
José Valim
2009-12-31
1
-5
/
+9
*
controller_path is required by ActionView, so move it up to AbstractControlle...
José Valim
2009-12-31
2
-1
/
+172
*
Silence some trivial warnings: shadowed local vars, indentation mismatches
Jeremy Kemper
2009-12-28
2
-2
/
+2
*
Remove ActionView inline logging to ActiveSupport::Notifications and create A...
José Valim
2009-12-26
1
-20
/
+0
*
Make ActionMailer::Base inherit from AbstractController::Base
José Valim
2009-12-22
2
-32
/
+4
*
Dont introspect inline templates for the logger and cleanup a few styling issues
David Heinemeier Hansson
2009-12-21
1
-5
/
+4
*
AC::Head now doesn't have an unfulfilled Rendering dependency, and instead wo...
Yehuda Katz
2009-12-20
2
-1
/
+1
*
Rename the RenderingController module to just plain Rendering
David Heinemeier Hansson
2009-12-20
3
-4
/
+4
*
Fix response_body warning in AC
Joshua Peek
2009-12-14
1
-0
/
+2
*
rendering controller needs base
Joshua Peek
2009-12-12
1
-0
/
+1
*
Relocate AbstractController exceptions into their proper parent modules
Joshua Peek
2009-12-12
3
-19
/
+17
[next]