aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/base.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Include all helpers into ActionView::HelperJoshua Peek2008-08-251-13/+0
* Removed template_public? because it will always be true since the default tem...Joshua Peek2008-08-211-5/+0
* Cleanup around partial renderingRyan Bates2008-08-211-35/+8
* Return nil instead of a space when passing an empty collection or nil to 'ren...Ryan Bates2008-08-191-1/+1
* Consistently use the framework's configured logger and avoid reverting to RAI...Joshua Peek2008-08-181-1/+2
* pass yielded arguments to block for ActionView::Base#render with :layout [#84...Ryan Bates2008-08-171-15/+8
* Tidy up ActionMailer rendering logic to take advantage of view path cache ins...Joshua Peek2008-08-061-1/+4
* Fixed bc5896e, and added test case for the caching bug it originally introduced.Joshua Peek2008-07-231-0/+3
* Revert 'bc5896e'Joshua Peek2008-07-231-3/+0
* Memoize ActionView::Base pick_template and find_partial_path for rendering du...Joshua Peek2008-07-221-2/+5
* Fixed spelling mistake in deprecation warning [#381 state:resolved]Joshua Peek2008-07-191-4/+6
* Set the response content type to that of found template if not explicitly set...Tom Ward2008-07-181-0/+6
* Removed lagacy TemplateHandler#render API. Left in a legacy TemplateHandler a...Joshua Peek2008-07-181-2/+2
* Wrap AssetTagHelper's computed public path cache in a threadsafe storeJoshua Peek2008-07-171-4/+0
* Merge with docrails.Pratik Naik2008-07-161-1/+1
* Removed config.action_view.cache_template_loading, use config.cache_classes i...Joshua Peek2008-07-151-3/+4
* Check first render format and extension. Fixes failing ActionMailer test.Joshua Peek2008-07-131-1/+1
* Made ActionView::Base#first_render a little more private. And added _last_ren...Joshua Peek2008-07-131-3/+3
* Set config.action_view.warn_cache_misses = true to receive a warning if you p...Joshua Peek2008-07-121-2/+20
* Refactor template preloading. New abstractions include Renderable mixins and ...Joshua Peek2008-07-121-35/+44
* Changed ActionView::TemplateHandler#render API method signature to render(tem...Joshua Peek2008-07-111-2/+2
* Disable the Accept header by defaultMichael Koziarski2008-07-071-7/+3
* Lookup compiled methods in CompiledTemplates instance methods set instead of ...Joshua Peek2008-07-051-4/+0
* Do not stat template files in production mode before rendering. You will no l...Joshua Peek2008-07-051-1/+1
* Removed unused template_args variableJoshua Peek2008-07-051-2/+0
* Revert "Moved TemplateHandlers to Base"Joshua Peek2008-07-031-1/+0
* Reduce the number of callsites for new TemplateFilesJoshua Peek2008-07-031-11/+17
* Use render on InlineTemplateJoshua Peek2008-07-031-1/+1
* Moved TemplateHandlers to BaseJoshua Peek2008-07-031-0/+1
* Move template_format logic out to the request so it's alongside the 'regular'...Michael Koziarski2008-07-031-11/+1
* Remove unneeded ObjectWrapper class.Michael Koziarski2008-07-031-4/+1
* Deprecate :use_full_path render option. The supplying the option no longer ha...Joshua Peek2008-07-021-7/+5
* Add :as option to render a collection of partials with a custom local variabl...Pratik Naik2008-07-021-1/+1
* Hide InlineTemplate class from ActionController and use ActionView's render APIJoshua Peek2008-06-251-6/+5
* Made ActionView::Base#render_file privateJoshua Peek2008-06-251-20/+20
* Move erb_trim_mode setting to the ERB template handler. Keep a Base.erb_trim_...Jeremy Kemper2008-06-191-4/+3
* Replaced TemplateFinder abstraction with ViewLoadPathsJoshua Peek2008-06-171-32/+73
* Delegate ActionView::Base#controller_name to controllerPratik Naik2008-06-101-1/+1
* Merge branch 'master' into erboutJeremy Kemper2008-06-051-1/+2
|\
| * Ensure render :file works inside templatesPratik Naik2008-06-051-1/+2
* | Don't pass block binding to concatJeremy Kemper2008-06-021-1/+1
* | Work with @output_buffer instead of _erboutJeremy Kemper2008-06-021-4/+7
* | Try replacing _erbout with @output_bufferJeremy Kemper2008-06-021-4/+1
|/
* Deprecate ActionView::Base.cache_template_extensionsPratik Naik2008-05-171-5/+5
* Merge docrails:Pratik Naik2008-05-091-12/+12
* Delegate action_name to controller inside views.Pratik Naik2008-05-061-1/+1
* Improve documentation coverage and markupXavier Noria2008-05-021-2/+3
* Improve PartialTemplate testsPratik Naik2008-05-021-3/+1
* Capture view errors in ActionView::Template.Nathan Weizenbaum2008-05-021-11/+2
* Delegate ivars to controller instead of copyingPratik Naik2008-04-211-5/+4