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
/
components.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ruby 1.9 compat: workaround module_eval issue
Jeremy Kemper
2008-04-11
1
-6
/
+7
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
1
-11
/
+11
*
Random hits from the style nazi
David Heinemeier Hansson
2007-09-09
1
-1
/
+1
*
Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]
Michael Koziarski
2007-09-03
1
-1
/
+1
*
Deprecation: remove toplevel components directory and uses_component_template...
Jeremy Kemper
2007-03-13
1
-26
/
+9
*
Fix issue with deprecation messing up #template_root= usage. Add #prepend_vi...
Rick Olson
2007-02-04
1
-2
/
+2
*
uses_component_template_root looks at caller[0] which turns up the deprecatio...
Jeremy Kemper
2006-11-26
1
-1
/
+1
*
Deprecate standalone components.
Jeremy Kemper
2006-11-16
1
-0
/
+2
*
Deprecate @response
Jeremy Kemper
2006-09-29
1
-3
/
+3
*
Deprecation: @request will be removed after 1.2. Use the request method instead.
Jeremy Kemper
2006-09-29
1
-7
/
+7
*
Deprecation! @session and @flash will be removed after 1.2. Use the session a...
Jeremy Kemper
2006-08-07
1
-4
/
+3
*
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
Jeremy Kemper
2006-07-08
1
-3
/
+3
*
Determine the correct template_root for deeply nested components. Closes #2841.
Jeremy Kemper
2006-06-21
1
-2
/
+2
*
Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ...
Marcel Molina
2006-04-29
1
-8
/
+3
*
Fixed docs
David Heinemeier Hansson
2006-03-28
1
-1
/
+1
*
Performance speedup for ActionController (closes #4174) [Stefan Kaes] Include...
David Heinemeier Hansson
2006-03-20
1
-9
/
+7
*
Just use a normal update on the indifferent hash
David Heinemeier Hansson
2006-03-18
1
-1
/
+1
*
Flash shouldnt depend on components either [DHH]
David Heinemeier Hansson
2006-02-12
1
-0
/
+16
*
Stopped the massive bleeding of concerns into ActionController::Base. Base no...
David Heinemeier Hansson
2006-02-12
1
-14
/
+51
*
Add caution and restyle components
David Heinemeier Hansson
2006-02-12
1
-47
/
+58
*
The components module should also contain the options that pertain to it, so ...
David Heinemeier Hansson
2006-02-12
1
-53
/
+73
*
Major components cleanup and speedup. Closes #3527.
Jeremy Kemper
2006-02-09
1
-33
/
+51
*
This does not need to be thread local (thanks skaes).
Scott Barron
2005-11-10
1
-2
/
+2
*
Fixed docs (closes #2468)
David Heinemeier Hansson
2005-10-26
1
-1
/
+1
*
Take a different approach to keeping flash around when using components.
Scott Barron
2005-10-25
1
-3
/
+7
*
If a component redirects when called with render_component_as_string, render the
Scott Barron
2005-10-15
1
-1
/
+8
*
Keep flash after component is rendered. Closes #2291.
Scott Barron
2005-09-27
1
-1
/
+3
*
Params for components should treat string and symbol keys indifferently
David Heinemeier Hansson
2005-03-11
1
-1
/
+1
*
Added shortcut :id assignment to render_component and friends (before you had...
David Heinemeier Hansson
2005-03-06
1
-3
/
+3
*
Updated documentation
David Heinemeier Hansson
2005-02-24
1
-3
/
+25
*
Added Base#render_component_as_string
David Heinemeier Hansson
2005-02-23
1
-9
/
+13
*
More component fun
David Heinemeier Hansson
2005-02-22
1
-1
/
+1
*
More component fun
David Heinemeier Hansson
2005-02-22
1
-8
/
+8
*
Fixed component method names
David Heinemeier Hansson
2005-02-22
1
-6
/
+6
*
Made the sharing of request and response safer
David Heinemeier Hansson
2005-02-22
1
-5
/
+10
*
Made caching work for WEBrick and lighttpd by appending .html for all URLs no...
David Heinemeier Hansson
2005-02-20
1
-2
/
+4
*
Added new keyword to specify load paths as being component based. Added bette...
David Heinemeier Hansson
2005-02-20
1
-3
/
+14
*
Fixed internal calling
David Heinemeier Hansson
2005-02-20
1
-1
/
+1
*
Tests and tweaks for components
David Heinemeier Hansson
2005-02-19
1
-1
/
+1
*
Use full status for render_component from within a controller
David Heinemeier Hansson
2005-02-19
1
-1
/
+1
*
Added preliminary version of render_component
David Heinemeier Hansson
2005-02-19
1
-0
/
+29