aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view
Commit message (Expand)AuthorAgeFilesLines
* Made fragment caching in views work for rjs and builder as well (closes #6642...David Heinemeier Hansson2008-01-031-1/+15
* Fixed rendering of partials with layout when done from site layout (closes #9...David Heinemeier Hansson2008-01-031-4/+12
* Fix atom_feed_helper to comply with the atom spec. Closes #10672 [xaviershay]Rick Olson2008-01-021-14/+18
* Fix that auto_link looks for ='s in url paths (Amazon urls have them). Close...Rick Olson2007-12-281-1/+1
* Introduce ActiveSupport::BasicObject which bridges Builder::BlankSlate and Ru...Jeremy Kemper2007-12-281-5/+1
* Ruby 1.9 compat: javascript proxy. References #1689 [Frederick Cheung]Jeremy Kemper2007-12-271-0/+5
* Add :default option to time_zone_select. Closes #10590.Jeremy Kemper2007-12-211-1/+12
* Ruby 1.9 compat: date helperJeremy Kemper2007-12-211-6/+6
* Ruby 1.9 compat: form helper testJeremy Kemper2007-12-211-1/+1
* Ruby 1.9 compat: url helper encodingJeremy Kemper2007-12-211-9/+5
* Docfix (closes #10493)David Heinemeier Hansson2007-12-161-2/+2
* Add tests for html_escape, and remove an unneeded backslash (closes #10511) [...David Heinemeier Hansson2007-12-161-1/+1
* Added option to pass proc to ActionController::Base.asset_host for maximum co...David Heinemeier Hansson2007-12-161-8/+38
* 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-104-57/+56
* Fix up template handler tests. Closes #10437.Jeremy Kemper2007-12-101-1/+5
* Fix javascript_tag method name collision. Closes #10337.Jeremy Kemper2007-12-101-3/+3
* Ensure asset cache directories are automatically created. Closes #10337.Jeremy Kemper2007-12-101-38/+30
* Refactor Action View template handlers. Closes #10437.Jeremy Kemper2007-12-095-89/+100
* Fixed documentation that made rdoc barkDavid Heinemeier Hansson2007-12-061-1/+1
* Fixed documentation that made rdoc barkDavid Heinemeier Hansson2007-12-061-2/+2
* Update documentation to reflect increased accuracy of date interval calculati...Marcel Molina2007-12-051-4/+3
* Add documentation examples to prototype helper. Closes #7211 [manfred]Marcel Molina2007-12-051-2/+23
* Enhance documentation coverage for fragment caching. Closes #7315 [bscofield]Marcel Molina2007-12-051-1/+1
* Add many examples to PrototypeHelper documentation. Closes #7656 [jeremymcana...Marcel Molina2007-12-051-25/+256
* Fix typos (closes #10378)David Heinemeier Hansson2007-12-054-7/+7
* Ensure that ActionMailer::Base is there and not just the parent moduleDavid Heinemeier Hansson2007-12-051-1/+1
* Fix typo in [8287]Marcel Molina2007-12-051-1/+1
* Document the supported options for sortable_element. Closes #8820 [berkelep]Marcel Molina2007-12-051-2/+57
* Remove Great Britain from the Country select helper to ensure consistency wit...Michael Koziarski2007-12-051-2/+1
* Update Prototype to 1.6.0.1Sam Stephenson2007-12-051-20/+45
* Update trunk to script.aculo.us 1.8.0.1, fixes a regression in the autocompleterThomas Fuchs2007-12-041-3/+3
* Add 'disabled' attribute to <OPTION> separators used in time zone and country...Rick Olson2007-12-041-2/+2
* Deal with nested fields_for too [DHH]David Heinemeier Hansson2007-12-021-2/+14
* Added the same record identification guessing rules to fields_for as form_for...David Heinemeier Hansson2007-12-021-4/+28
* Don't inadvertently hit const_missing in defined?(ActionMailer::Base) checkJeremy Kemper2007-12-011-1/+1
* Update to Prototype -r8232Sam Stephenson2007-11-291-71/+87
* Asset timestamps are appended, not prepended. Closes #10276 [mnaberez]Marcel Molina2007-11-271-2/+2
* Add #prepend_view_path and #append_view_path instance methods on ActionContro...Rick Olson2007-11-261-1/+21
* Refactor sanitizer helpers into HTML classes and make it easy to swap them ou...Rick Olson2007-11-261-155/+53
* Add deprecation for old subtemplate syntax for ActionMailer templates, use re...Rick Olson2007-11-261-0/+13
* Fix TemplateError so it doesn't bomb on exceptions while running tests [rick]Rick Olson2007-11-261-3/+3
* Add documentation about asset timestamps (just for koz)David Heinemeier Hansson2007-11-251-0/+21
* Docfix (closes #10256)David Heinemeier Hansson2007-11-251-2/+2
* 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
* Only Benchmark and log if we're going to output the information.Michael Koziarski2007-11-141-1/+1
* Actually cache the template names.Michael Koziarski2007-11-141-1/+1
* Fixed that has_many :through associations should render as collections too (c...David Heinemeier Hansson2007-11-121-1/+1