aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix various documentation typos throughout ActionPack. Closes #8111. [Henrik N]Marcel Molina2007-05-061-1/+1
* apply [6543] to edge. Closes #5044 [tpope]Rick Olson2007-04-201-1/+2
* Tweak template format rules so that the ACCEPT header is only used if it's te...Rick Olson2007-04-151-1/+13
* The default respond_to blocks don't set a specific extension anymore, so that...Rick Olson2007-04-121-43/+50
* add #view_paths attr_accessor for ActionView::BaseRick Olson2007-04-081-1/+1
* Fix WSOD due to modification of a formatted template extension so that reques...Rick Olson2007-04-081-3/+3
* Fix WSOD when template compilation fails [Rick]Rick Olson2007-04-081-1/+6
* Change ActionView template defaults. Look for templates using the request fo...Rick Olson2007-04-021-11/+38
* documentation project patches, closes #7342, #7319, #7316, #7190 [jeremymcana...Rick Olson2007-03-271-20/+24
* Deprecation: remove deprecated instance variables.Jeremy Kemper2007-03-131-2/+2
* Prefer MIME constants to strings. Closes #7707.Jeremy Kemper2007-03-061-2/+2
* Added .erb and .builder as preferred aliases to the now deprecated .rhtml and...David Heinemeier Hansson2007-02-201-18/+23
* rename #lookup_template_base_path_for to #find_base_path_for in ActionView::B...Rick Olson2007-02-061-1/+1
* Fix #render_file so that TemplateError is called with the correct params and ...Rick Olson2007-02-051-5/+4
* Allow Controllers to have multiple view_paths instead of a single template_ro...Rick Olson2007-02-041-13/+19
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-281-6/+8
* Extract template_changed_since? from compile_template? so plugins may overrid...Jeremy Kemper2006-11-201-4/+10
* ActionView::Base.erb_variable accessor names the buffer variable used to rend...Jeremy Kemper2006-11-171-0/+3
* Consistent default handling in ActionView render. Closes #6534.Jeremy Kemper2006-11-021-3/+2
* cleanup of local_assigns handling and documentation update (closes #6358) [sk...David Heinemeier Hansson2006-10-081-6/+16
* Deprecation: @request will be removed after 1.2. Use the request method instead.Jeremy Kemper2006-09-291-5/+5
* Added proper getters and setters for content type and charset [DHH] Added utf...David Heinemeier Hansson2006-09-171-4/+3
* Load helpers in alphabetical order for consistency. Resolve cyclic javascript...Jeremy Kemper2006-09-121-1/+1
* Backed out of locals hash as it caused trouble with Builder, see ticket for moreDavid Heinemeier Hansson2006-09-061-1/+1
* Added locals hash to partials, which makes for convenient access of some time...David Heinemeier Hansson2006-09-041-1/+1
* Tighten rescue clauses. Closes #5985.Jeremy Kemper2006-08-311-1/+1
* Deprecate direct usage of @params. Update ActionView::Base for instance var d...Jeremy Kemper2006-08-071-1/+2
* 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