aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Update documentation for erb trim syntax. Closes #5651.Jeremy Kemper2006-07-091-3/+5
* Fixed that real files and symlinks should be treated the same when compiling ...David Heinemeier Hansson2006-07-051-1/+2
* Missing method_key.Jeremy Kemper2006-06-301-2/+2
* Retain symbol method key and assign_method_name.Jeremy Kemper2006-06-291-3/+7
* r4732@asus: jeremy | 2006-06-29 13:51:32 -0700Jeremy Kemper2006-06-291-1/+4
* r4730@asus: jeremy | 2006-06-29 13:13:38 -0700Jeremy Kemper2006-06-291-29/+15
* Fixed that template extensions would be cached development mode #4624 [Stefan...David Heinemeier Hansson2006-04-061-10/+26
* Fixed docsDavid Heinemeier Hansson2006-03-281-4/+4
* ActionView: Allow to register a Template handler with a Symbol (dont kill mar...David Heinemeier Hansson2006-03-261-1/+1
* Performance speedup for ActionController (closes #4174) [Stefan Kaes] Include...David Heinemeier Hansson2006-03-201-14/+20
* Removed XML argument style for respond_to, so type.xml(object.to_xml) no long...David Heinemeier Hansson2006-03-181-1/+1
* Dots in template path should not trip up rendering (closes #4244) [lmarlow@ya...David Heinemeier Hansson2006-03-161-2/+7
* Added simple alert() notifications for RJS exceptions when config.action_view...Sam Stephenson2006-03-131-0/+5
* Rendering xml shouldnt happen inside any layout. Added class proxying to RJS,...David Heinemeier Hansson2006-03-131-1/+1
* Added option to render action/template/file of a specific extension (and here...David Heinemeier Hansson2006-03-121-4/+16
* Add render(:update) to ActionView::BaseSam Stephenson2006-01-231-1/+3
* Add support for new rjs templates which wrap an update_page block.Marcel Molina2005-11-171-23/+66
* Inline commonly-called template presence checks. Closes #2882.Jeremy Kemper2005-11-161-2/+2
* Only include builtin filters whose filenames match /^[a-z][a-z_]*_helper.rb$/...Jeremy Kemper2005-11-131-5/+4
* Added request as instance method to views, so you can do <%= request.env["HTT...David Heinemeier Hansson2005-11-071-1/+1
* 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