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
/
test
/
fixtures
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix rendering html partials from an rjs template
Sam Stephenson
2008-12-04
4
-0
/
+4
*
Validate template extensions [#1187 state:resolved]
Joshua Peek
2008-12-03
1
-0
/
+1
*
Allow helpers directory to be overridden via ActionController::Base.helpers_d...
Sam Pohlenz
2008-11-23
1
-0
/
+3
*
Changed the default of ActionView#render to assume partials instead of files ...
David Heinemeier Hansson
2008-11-19
1
-1
/
+1
*
Fix rendering html partial via inline render when with :js format [#1399 stat...
Luke Melia
2008-11-18
1
-0
/
+1
*
Dup local assigns for partial collections so nil values doesn't get overwritt...
Joshua Peek
2008-10-30
1
-1
/
+1
*
Ensure @content_for_* is checked before yielding to block in render :layout [...
Ryan Bates
2008-10-28
2
-0
/
+5
*
Track rendered templates in stack so the current template can always be acces...
Joshua Peek
2008-10-28
1
-0
/
+1
*
Fixed missing template paths on exception [#1082 state:resolved]
Claudio Poli
2008-09-20
1
-0
/
+1
*
pass yielded arguments to block for ActionView::Base#render with :layout [#84...
Ryan Bates
2008-08-17
2
-0
/
+4
*
Fix rendering partials at the top level [#795 state:resolved]
Joshua Peek
2008-08-13
2
-0
/
+2
*
Added tests for partial collection counters [#766 state:resolved]
Cameron Yule
2008-08-09
1
-0
/
+1
*
Set the response content type to that of found template if not explicitly set...
Tom Ward
2008-07-18
1
-0
/
+2
*
Improved test coverage for fragment cache helper
Joshua Peek
2008-07-15
3
-0
/
+14
*
Made ActionView::Base#first_render a little more private. And added _last_ren...
Joshua Peek
2008-07-13
1
-0
/
+2
*
Improve test coverage and create fixtures for RenderPartialWithRecordIdentifi...
Joshua Peek
2008-07-12
5
-0
/
+5
*
Rendering default template for missing actions works with non-word characters...
Jeremy Kemper
2008-07-09
1
-0
/
+1
*
Add :recursive option to javascript_include_tag and stylesheet_link_tag to be...
Damian Janowski
2008-07-08
2
-0
/
+2
*
Make sure render :collection doesnt set nil local when :as is absent
Pratik Naik
2008-07-02
1
-0
/
+1
*
Add :as option to render a collection of partials with a custom local variabl...
Pratik Naik
2008-07-02
1
-0
/
+1
*
Made ActionView::Base#render_file private
Joshua Peek
2008-06-25
1
-1
/
+1
*
Check whether blocks are called from erb using a special __in_erb_template va...
Jeremy Kemper
2008-06-19
1
-1
/
+1
*
Remove some internal dead code that supported content_for
Jeremy Kemper
2008-06-06
2
-4
/
+0
*
Ensure render :file works inside templates
Pratik Naik
2008-06-05
1
-0
/
+1
*
Improve PartialTemplate tests
Pratik Naik
2008-05-02
1
-0
/
+1
*
Fixed render :template for templates in top level of view path. [#54 state:re...
Pratik Naik
2008-05-01
1
-0
/
+1
*
Forgot these
David Heinemeier Hansson
2008-04-30
3
-0
/
+8
*
Added test for has_one partial rendering (keeran) [#43 state:resolved]
David Heinemeier Hansson
2008-04-30
2
-0
/
+7
*
Fixed render :partial => @collection.named_scope (nkallen) [#61 state:resolved]
David Heinemeier Hansson
2008-04-30
1
-0
/
+1
*
Scripts and styles with multiple dots in the filename should cache
Stephen Celis
2008-04-12
2
-0
/
+2
*
Missed adds. References #11491.
Jeremy Kemper
2008-04-01
2
-0
/
+2
*
Fix layouts in symlinked paths. Closes #9136 [court3nay, caio]
Jeremy Kemper
2008-03-28
2
-0
/
+6
*
Add missing file
David Heinemeier Hansson
2008-03-28
1
-0
/
+10
*
Missed adds. References #10350.
Jeremy Kemper
2008-03-20
4
-0
/
+4
*
Re-added ActionView::Helpers::register_javascript/stylesheet_expansion to mak...
Jeremy Kemper
2008-03-20
1
-0
/
+1
*
Refactor partial rendering into a PartialTemplate class. [Pratik]
Michael Koziarski
2008-03-03
1
-0
/
+1
*
Added that requests with JavaScript as the priority mime type in the accept h...
David Heinemeier Hansson
2008-02-29
1
-0
/
+1
*
Ooops. Add fixture partials for last commit
Marcel Molina
2008-02-08
2
-0
/
+2
*
Make render :partial recognise form builders and use the _form partial. Clos...
Michael Koziarski
2008-01-16
2
-0
/
+2
*
Fix a few caching errors, expose a case thats still not working (ref #107330 ...
David Heinemeier Hansson
2008-01-12
4
-0
/
+7
*
Fixed rendering of partials with layout when done from site layout (closes #9...
David Heinemeier Hansson
2008-01-03
2
-0
/
+6
*
Missed commit. Closes #10437.
Jeremy Kemper
2007-12-10
1
-0
/
+4
*
Fix up template handler tests. Closes #10437.
Jeremy Kemper
2007-12-10
1
-4
/
+0
*
Fixed that has_many :through associations should render as collections too (c...
David Heinemeier Hansson
2007-11-12
4
-2
/
+8
*
Partials also set 'object' to the default partial variable. Closes #8823.
Jeremy Kemper
2007-10-25
1
-1
/
+2
*
Fixed that render template did not honor exempt_from_layout (closes #9698) [p...
David Heinemeier Hansson
2007-09-30
1
-0
/
+1
*
Fixed the layout defaults (closes #9564) [lifo]
David Heinemeier Hansson
2007-09-28
6
-0
/
+6
*
Please do remember
David Heinemeier Hansson
2007-09-25
1
-0
/
+1
*
Doh, forgot this file
David Heinemeier Hansson
2007-09-25
1
-0
/
+1
*
Better failing tests
David Heinemeier Hansson
2007-09-25
2
-1
/
+1
[next]