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
/
template
/
render_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a test for 'render :layout'
Anton Astashov
2011-02-03
1
-0
/
+5
*
Accept String value for render_partial :as option
Akira Matsuda
2011-02-01
1
-1
/
+6
*
Properly check the arity for template handlers.
José Valim
2010-12-09
1
-0
/
+5
*
Pass the view object as parameter to the handler. Useful if you need to acces...
José Valim
2010-11-17
1
-0
/
+9
*
Tests added for rendering partial with layout, when the partial contains anot...
Santiago Pastorino
2010-11-13
1
-0
/
+15
*
Fix render partial with layout and no block
Carlos Antonio da Silva
2010-11-11
1
-0
/
+10
*
Fix issue with rendering partials and then yielding inside a render layout call
Carlos Antonio da Silva
2010-11-11
1
-0
/
+20
*
Do not allow templates coming from Fallback resolvers to store a virtual path.
José Valim
2010-10-10
1
-1
/
+12
*
fix rendering a partial with an array as its :object [#5746 state:resolved]
Michael Koziarski
2010-10-08
1
-0
/
+4
*
Silence warnings here, only setting Encoding.default_external for testing.
Emilio Tagua
2010-09-28
1
-2
/
+3
*
Removing unnecessary code from render_test
Thiago Pradi
2010-09-02
1
-2
/
+0
*
Remove deprecated support to <% form_for %> and several ActionController::Bas...
José Valim
2010-08-29
1
-9
/
+0
*
layout_for works again with objects as specified in the documentation and Rai...
José Valim & Carlos Antonio da Silva
2010-08-11
1
-0
/
+5
*
render(:inline) in a layout before yield replaces original content
Neeraj Singh
2010-06-13
1
-0
/
+6
*
Revert "Moved encoding work in progress to a feature branch."
wycats
2010-05-17
1
-5
/
+5
*
Moved encoding work in progress to a feature branch.
Jeremy Kemper
2010-05-16
1
-5
/
+5
*
Significantly improved internal encoding heuristics and support.
wycats
2010-05-16
1
-5
/
+5
*
Use annoted source code in Template:Error to avoid special cases in the show ...
José Valim
2010-05-09
1
-0
/
+1
*
Expect an incompatible encoding exception when a template with a magic commen...
Jeremy Kemper
2010-04-08
1
-2
/
+13
*
Expect an incompatible encoding exception when a template doesn't have a magi...
Jeremy Kemper
2010-04-08
1
-25
/
+36
*
Fix memory leak in dev mode
wycats
2010-04-02
1
-0
/
+8
*
All tests pass without memoizing view_context
Carlhuda
2010-03-18
1
-1
/
+1
*
Add deprecation notices for <% %>.
Carlhuda
2010-03-15
1
-0
/
+8
*
Optimize and clean up how details key get expired.
José Valim
2010-03-10
1
-4
/
+4
*
Speed up performance in resolvers by adding fallbacks just when required.
José Valim
2010-03-08
1
-3
/
+3
*
Solved a problem that prevented render :file => work in layouts
Jose Fernandez
2010-03-05
1
-0
/
+5
*
Fix some tests that relied on hardcoded Exception information (ht: evan)
Yehuda Katz
2010-03-02
1
-2
/
+2
*
Reorganize autoloads:
Carlhuda
2009-12-02
1
-4
/
+4
*
Switch to on-by-default XSS escaping for rails.
Michael Koziarski
2009-10-08
1
-1
/
+1
*
Ensure changes to I18n locale get reset during tests
Joshua Peek
2009-09-19
1
-9
/
+5
*
Got tests to pass with some more changes.
Yehuda Katz
2009-08-15
1
-0
/
+2
*
More cleanup of ActionView and reduction in need for blocks in some cases:
Yehuda Katz
2009-08-15
1
-1
/
+1
*
Clean up ActionView some:
Yehuda Katz
2009-08-15
1
-11
/
+23
*
Rename ActionView::Template::Path ActionView::Resolver
Yehuda Katz + Carl Lerche
2009-06-17
1
-3
/
+3
*
Fixing pending tests and fixed some formats / partial rendering semantics
Yehuda Katz + Carl Lerche
2009-06-17
1
-23
/
+0
*
ActionPack components should no longer have undeclared dependencies.
Yehuda Katz + Carl Lerche
2009-06-08
1
-1
/
+1
*
Ensure ERB source begins with the encoding comment
Jeremy Kemper
2009-06-01
1
-4
/
+21
*
Ruby 1.9: ERB template encoding using a magic comment at the top of the file
Jeremy Kemper
2009-05-28
1
-1
/
+1
*
Refactor ActionView::Template
Yehuda Katz + Carl Lerche
2009-04-27
1
-11
/
+3
*
Refactor ActionView::Path
Yehuda Katz + Carl Lerche
2009-04-22
1
-12
/
+8
*
Makes rails-dev-boost work again
Carl Lerche & Yehuda Katz
2009-04-14
1
-3
/
+3
*
Bring abstract_controller up to date with rails/master
Carl Lerche & Yehuda Katz
2009-04-13
1
-1
/
+58
|
\
|
*
Additional template render test for backup files [#2367 state:resolved]
Cezary Baginski
2009-04-02
1
-0
/
+6
|
*
Fixed simplified render with nested models [#2042 state:resolved]
Joshua Peek
2009-03-07
1
-0
/
+4
|
*
Fix spelling in test name.
Mike Gunderloy
2009-02-28
1
-1
/
+1
|
*
Template without a known template handler should only be reachable through it...
thedarkone
2009-02-24
1
-0
/
+10
|
*
Port fast reloadable templates from rails-dev-boost.
thedarkone
2009-02-12
1
-4
/
+25
|
*
Improve view rendering performance in development mode and reinstate template...
Andrew White
2009-02-09
1
-14
/
+1
|
*
Render implicit html template when xhr request now supports localization [#18...
José Valim
2009-02-07
1
-0
/
+19
|
*
Added support to dashed locales in templates localization [#1888 state:resolved]
José Valim
2009-02-06
1
-0
/
+9
[next]