aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/render_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Reorganize autoloads:Carlhuda2009-12-021-4/+4
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-081-1/+1
* Ensure changes to I18n locale get reset during testsJoshua Peek2009-09-191-9/+5
* Got tests to pass with some more changes.Yehuda Katz2009-08-151-0/+2
* More cleanup of ActionView and reduction in need for blocks in some cases:Yehuda Katz2009-08-151-1/+1
* Clean up ActionView some:Yehuda Katz2009-08-151-11/+23
* Rename ActionView::Template::Path ActionView::ResolverYehuda Katz + Carl Lerche2009-06-171-3/+3
* Fixing pending tests and fixed some formats / partial rendering semanticsYehuda Katz + Carl Lerche2009-06-171-23/+0
* ActionPack components should no longer have undeclared dependencies.Yehuda Katz + Carl Lerche2009-06-081-1/+1
* Ensure ERB source begins with the encoding commentJeremy Kemper2009-06-011-4/+21
* Ruby 1.9: ERB template encoding using a magic comment at the top of the fileJeremy Kemper2009-05-281-1/+1
* Refactor ActionView::TemplateYehuda Katz + Carl Lerche2009-04-271-11/+3
* Refactor ActionView::PathYehuda Katz + Carl Lerche2009-04-221-12/+8
* Makes rails-dev-boost work againCarl Lerche & Yehuda Katz2009-04-141-3/+3
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-1/+58
|\
| * Additional template render test for backup files [#2367 state:resolved]Cezary Baginski2009-04-021-0/+6
| * Fixed simplified render with nested models [#2042 state:resolved]Joshua Peek2009-03-071-0/+4
| * Fix spelling in test name.Mike Gunderloy2009-02-281-1/+1
| * Template without a known template handler should only be reachable through it...thedarkone2009-02-241-0/+10
| * Port fast reloadable templates from rails-dev-boost.thedarkone2009-02-121-4/+25
| * Improve view rendering performance in development mode and reinstate template...Andrew White2009-02-091-14/+1
| * Render implicit html template when xhr request now supports localization [#18...José Valim2009-02-071-0/+19
| * Added support to dashed locales in templates localization [#1888 state:resolved]José Valim2009-02-061-0/+9
| * Ruby 1.9 compat: change encoding of action_view/renderable to utf-8, so erb t...Eugene Pimenov2009-02-061-0/+9
| * Fix unsorted array comparisonJeremy Kemper2009-01-311-1/+1
* | Add support for pendingYehuda Katz2009-02-021-7/+11
* | Merge commit 'rails/3-0-unstable'Yehuda Katz2009-01-301-1/+1
|\ \ | |/ |/|
| * Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-221-1/+1
* | Add localized templatesJoshua Peek2009-01-251-0/+15
|/
* Clean up view path cruft and split path implementations into Template::Path a...Joshua Peek2008-12-291-3/+4
* Set template_format to html inside rjs templates so renders within it default...Joshua Peek2008-12-041-6/+0
* fixed template recompile issue with previous commit and add some better tests...Joshua Peek2008-11-281-8/+18
* Reinstate "Super lazy load view paths in development mode (no indexing or cac...Joshua Peek2008-11-281-2/+15
* Revert "Super lazy load view paths in development mode (no indexing or cachin...David Heinemeier Hansson2008-11-271-15/+2
* Super lazy load view paths in development mode (no indexing or caching at all...Joshua Peek2008-11-261-2/+15
* A back support for legacy TemplateHandler#render APIJoshua Peek2008-11-231-0/+11
* Changed the default of ActionView#render to assume partials instead of files ...David Heinemeier Hansson2008-11-191-7/+15
* Dup local assigns for partial collections so nil values doesn't get overwritt...Joshua Peek2008-10-301-0/+4
* Ensure @content_for_* is checked before yielding to block in render :layout [...Ryan Bates2008-10-281-0/+10
* Track rendered templates in stack so the current template can always be acces...Joshua Peek2008-10-281-0/+4
* Fixed missing template paths on exception [#1082 state:resolved]Claudio Poli2008-09-201-1/+17
* Ensure :partial => @collection and :collection => @collection behaves same. [...Ryan Bates2008-08-221-0/+4
* Return nil instead of a space when passing an empty collection or nil to 'ren...Ryan Bates2008-08-191-0/+8
* Fix rendering partials at the top level [#795 state:resolved]Joshua Peek2008-08-131-0/+18
* Added tests for partial collection counters [#766 state:resolved]Cameron Yule2008-08-091-4/+8
* Removed lagacy TemplateHandler#render API. Left in a legacy TemplateHandler a...Joshua Peek2008-07-181-25/+5
* Set global ActionController::Base.view_paths for test casesJoshua Peek2008-07-121-1/+1
* Changed ActionView::TemplateHandler#render API method signature to render(tem...Joshua Peek2008-07-111-5/+4
* Revert "Moved TemplateHandlers to Base"Joshua Peek2008-07-031-4/+4
* Moved TemplateHandlers to BaseJoshua Peek2008-07-031-4/+4