aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/base.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce ActionView::TestCase for testing view helpers.Joshua Peek2008-04-191-4/+6
* Move missing template logic to ActionViewPratik Naik2008-04-191-0/+3
* Introduce ActionView::InlineTemplate classPratik Naik2008-04-191-1/+1
* Moved template handlers related code from ActionView::Base to ActionView::Tem...Pratik Naik2008-03-051-38/+0
* Refactor partial rendering into a PartialTemplate class. [Pratik]Michael Koziarski2008-03-031-36/+12
* Added that requests with JavaScript as the priority mime type in the accept h...David Heinemeier Hansson2008-02-291-2/+21
* Introduce a Template class to ActionView. Closes #11024 [lifofifo]Michael Koziarski2008-02-061-51/+17
* Fix missing extension for caching. Closes #10733 [Catfish, tcoppock, mpalmer]Jeremy Kemper2008-02-031-0/+2
* Refactor template compilation from AV::Base into the template handlers. Clos...Michael Koziarski2008-01-221-108/+4
* Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. C...Michael Koziarski2008-01-211-129/+19
* Revert r8669 for now, breaks Action Mailer. Reopens #10800.Jeremy Kemper2008-01-191-16/+129
* Introduce TemplateFinder to handle view paths and lookups. Closes #10800.Jeremy Kemper2008-01-191-129/+16
* * Pass around handler instances, not their classes [Koz]Michael Koziarski2008-01-111-18/+6
* Fixed rendering of partials with layout when done from site layout (closes #9...David Heinemeier Hansson2008-01-031-4/+12
* Ruby 1.9 compat: use String#ord to escape filenames for compiled method namesJeremy Kemper2007-12-151-2/+2
* Fixed that ActionView#file_exists? would be incorrect if @first_render is set...David Heinemeier Hansson2007-12-141-1/+1
* More Action View refactoring. Knock :erb default down a notch. Closes #10455.Jeremy Kemper2007-12-101-57/+44
* Fix up template handler tests. Closes #10437.Jeremy Kemper2007-12-101-1/+5
* Refactor Action View template handlers. Closes #10437.Jeremy Kemper2007-12-091-89/+41
* Ensure that ActionMailer::Base is there and not just the parent moduleDavid Heinemeier Hansson2007-12-051-1/+1
* Don't inadvertently hit const_missing in defined?(ActionMailer::Base) checkJeremy Kemper2007-12-011-1/+1
* Add #prepend_view_path and #append_view_path instance methods on ActionContro...Rick Olson2007-11-261-1/+21
* Add deprecation for old subtemplate syntax for ActionMailer templates, use re...Rick Olson2007-11-261-0/+13
* Tests and fix for extension extraction. References #10130 [tarmo]Michael Koziarski2007-11-221-2/+1
* Fixed that partial rendering should look at the type of the first render to d...David Heinemeier Hansson2007-11-181-2/+10
* Actually cache the template names.Michael Koziarski2007-11-141-1/+1
* Fix silent failure of rxml templates. Closes #9879.Jeremy Kemper2007-10-151-1/+2
* String#to_xs uses the fast_xs extension if available for Builder speedup.Jeremy Kemper2007-10-071-0/+1
* Include asset host in public path cache key. Clear cache between asset tag te...Jeremy Kemper2007-09-241-0/+4
* move TextHelper#sanitize config options to the TextHelper module so it can be...Rick Olson2007-09-231-129/+0