aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling errorNicholas Seckar2005-10-171-1/+1
* Make string-keys locals assigns optionalNicholas Seckar2005-10-171-4/+10
* Update/clean up AP documentation (rdoc)Jamis Buck2005-10-161-1/+8
* Add temporary support for passing locals to render using string keysNicholas Seckar2005-10-161-2/+5
* Clean up error pages by providing better backtracesNicholas Seckar2005-10-151-1/+1
* Improved line number reporting for template errorsNicholas Seckar2005-10-131-3/+3
* Misc doc fixes (typos/grammar/etc). Closes #2445.Marcel Molina2005-10-121-2/+2
* My life for white spaceDavid Heinemeier Hansson2005-09-281-5/+17
* Streamline render process, code cleaning. Closes #2294.Nicholas Seckar2005-09-271-54/+122
* Fixed that render :partial would fail when :object was a Hash (due to backwar...David Heinemeier Hansson2005-09-091-1/+4
* Yield @content_for_ variables to templates #2058 [Sam Stephenson]Jamis Buck2005-09-011-1/+3
* Add dummy ActionView::Base.cache_template_loading accessor -- will be made fu...Nicholas Seckar2005-08-291-0/+3
* Render refactoring; render error reporting fixesNicholas Seckar2005-08-261-104/+69
* More fixes, but still brokenDavid Heinemeier Hansson2005-07-271-2/+3
* Fixing the fix, but not quiteDavid Heinemeier Hansson2005-07-271-0/+4
* Document the design of the compiled templates approach and tweak the expirati...David Heinemeier Hansson2005-07-261-4/+8
* Improved performance of test app req/sec with ~10% refactoring the render met...David Heinemeier Hansson2005-07-241-1/+5
* Caching template logging goes DEBUGDavid Heinemeier Hansson2005-07-231-4/+10
* Extended template caching to rxml and attempted to fix periodical caching iss...David Heinemeier Hansson2005-07-231-40/+49
* Fixed call on inline with new render_template #1808 [Michael Shuerig]David Heinemeier Hansson2005-07-221-1/+1
* Fixed changing templates in development mode [Stephan Kaes]David Heinemeier Hansson2005-07-221-2/+3
* Changed caching/expiration/hit to report using the DEBUG log level and errors...David Heinemeier Hansson2005-07-221-3/+3
* Use debug to report compilation of erb templatesDavid Heinemeier Hansson2005-07-221-6/+4
* Fixed compile of template fails if template name contains non-word character ...David Heinemeier Hansson2005-07-221-2/+3
* Improved rendering speed on complicated templates by up to 25% #1234 [Stephan...David Heinemeier Hansson2005-07-211-43/+90
* Fixed line number reporting for Builder template errors #1753 [piotr]David Heinemeier Hansson2005-07-151-1/+1
* Make render(:inline) use locals #1556 [Michael Shuerig]David Heinemeier Hansson2005-07-011-1/+3
* r1318@iwill: jeremy | 2005-06-15 01:08:22 -0700Jeremy Kemper2005-06-151-11/+1
* Made Action View work with the new render :file/:partial style from the contr...David Heinemeier Hansson2005-06-021-2/+15
* Include flash in the list of attributes with accessors in the viewDavid Heinemeier Hansson2005-05-201-1/+1
* Added accessors to logger, params, response, session, and headers from the vi...David Heinemeier Hansson2005-05-191-0/+2
* Added support for POST data in form of YAML or XML, which is controller throu...David Heinemeier Hansson2005-05-141-1/+1
* Fixed stringification on all assigned hashes. The sacrifice is that assigns[:...David Heinemeier Hansson2005-04-191-1/+1
* Deprecated the majority of all the testing assertions and replaced them with ...David Heinemeier Hansson2005-04-171-2/+2
* Fixed partials handlingDavid Heinemeier Hansson2005-04-161-0/+1
* Added ActionView::Base.register_template_handler for easy integration of an a...David Heinemeier Hansson2005-02-191-15/+42
* Fixed documentation snafus #575, #576, #577, #585David Heinemeier Hansson2005-02-071-2/+2
* Updated documentationDavid Heinemeier Hansson2004-12-161-1/+1
* Added option to ERB templates to swallow newlines by using <% if something -%...David Heinemeier Hansson2004-12-121-1/+1
* Fixed that cached template loading would still check the file system to see i...David Heinemeier Hansson2004-12-011-1/+2
* InitialDavid Heinemeier Hansson2004-11-241-0/+264