aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/base.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Silence server backtrace in rescue templates and log files. Also remove some ...Joshua Peek2008-12-051-1/+1
* Set template_format to html inside rjs templates so renders within it default...Joshua Peek2008-12-041-3/+0
* Fix rendering html partials from an rjs templateSam Stephenson2008-12-041-1/+1
* Reinstate "Super lazy load view paths in development mode (no indexing or cac...Joshua Peek2008-11-281-3/+1
* Revert "Super lazy load view paths in development mode (no indexing or cachin...David Heinemeier Hansson2008-11-271-1/+3
* Super lazy load view paths in development mode (no indexing or caching at all...Joshua Peek2008-11-261-3/+1
* use autoload instead of explicit requires for ActionViewJoshua Peek2008-11-231-1/+1
* Changed the default of ActionView#render to assume partials instead of files ...David Heinemeier Hansson2008-11-191-7/+16
* Fix rendering html partial via inline render when with :js format [#1399 stat...Luke Melia2008-11-181-1/+2
* Track rendered templates in stack so the current template can always be acces...Joshua Peek2008-10-281-3/+8
* Remove stuff that was deprecated in 2-1-stablePratik Naik2008-10-211-16/+0
* Move controller ivar copying to a separate methodPratik Naik2008-10-051-8/+10
* Protect body ivar from being clobbered by the mailer template assignsJoshua Peek2008-09-281-2/+2
* Check for uninitialized instance variablesJeremy Kemper2008-09-081-4/+6
* Moved layout exemption logic into the viewJoshua Peek2008-08-311-52/+55
* Prefix ActionView::Base private methods with an underscoreJoshua Peek2008-08-311-5/+6
* Fix AM tests and add tests for rendering loggingPratik Naik2008-08-311-2/+0
* Add lost log messages about template renderingPratik Naik2008-08-311-0/+3
* Move layout rendering logic to ActionView::BasePratik Naik2008-08-311-17/+28
* Move copying ivar logic from ActionController::Base to ActionView::BasePratik Naik2008-08-311-7/+9
* Store application and other context specific helper modules in ActionView::Ba...Joshua Peek2008-08-261-0/+14
* Cache JavaScriptGenerator's helper module set on the templateJoshua Peek2008-08-261-5/+0
* Performance: Cache modules that extend the view context for JavaScriptGeneratorJoshua Peek2008-08-251-2/+6
* 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