aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view
Commit message (Expand)AuthorAgeFilesLines
* More fixes, but still brokenDavid Heinemeier Hansson2005-07-271-2/+3
* Fixing the fix, but not quiteDavid Heinemeier Hansson2005-07-271-0/+4
* Fixed bug when a partial render was passing a local with the same name as the...David Heinemeier Hansson2005-07-271-1/+1
* Document the design of the compiled templates approach and tweak the expirati...David Heinemeier Hansson2005-07-261-4/+8
* Improved performance of test app req/sec with ~10% refactoring the render met...David Heinemeier Hansson2005-07-242-5/+13
* Simplify content_for implementationDavid Heinemeier Hansson2005-07-241-10/+2
* Fixed regression for content_for #1820 [Stefan Kaes]David Heinemeier Hansson2005-07-241-2/+2
* Caching template logging goes DEBUGDavid Heinemeier Hansson2005-07-231-4/+10
* Extended template caching to rxml and attempted to fix periodical caching iss...David Heinemeier Hansson2005-07-231-40/+49
* Fixed call on inline with new render_template #1808 [Michael Shuerig]David Heinemeier Hansson2005-07-221-1/+1
* Fixed changing templates in development mode [Stephan Kaes]David Heinemeier Hansson2005-07-221-2/+3
* Changed caching/expiration/hit to report using the DEBUG log level and errors...David Heinemeier Hansson2005-07-221-3/+3
* Use debug to report compilation of erb templatesDavid Heinemeier Hansson2005-07-221-6/+4
* Fixed compile of template fails if template name contains non-word character ...David Heinemeier Hansson2005-07-221-2/+3
* Added additional documentation to FormTagHelper #1788 [jon@instance-design.co...David Heinemeier Hansson2005-07-221-0/+49
* Improved rendering speed on complicated templates by up to 25% #1234 [Stephan...David Heinemeier Hansson2005-07-211-43/+90
* Added options hash as third argument to FormHelper#input, so you can do input...David Heinemeier Hansson2005-07-171-2/+2
* Docs for JavaScriptHelper#remote_function #1740 [jon@instance-design.co.uk]David Heinemeier Hansson2005-07-171-1/+9
* Cleaning up of javascript_helper array options, add :only to sortable_element...David Heinemeier Hansson2005-07-171-16/+13
* More pagination speed #1334 [Stefan Kaes]David Heinemeier Hansson2005-07-151-18/+24
* Fixed line number reporting for Builder template errors #1753 [piotr]David Heinemeier Hansson2005-07-151-1/+1
* Fixed bug with :success/:failure callbacks for the JavaScriptHelper methods #...David Heinemeier Hansson2005-07-142-2/+2
* Made pagination faster #1334 [Stefan Kaes]David Heinemeier Hansson2005-07-141-16/+25
* Improved documentation for :success/:failure callbacks #1699 [Thomas Fuchs]David Heinemeier Hansson2005-07-111-8/+11
* Script.aculo.us: latest rev, new autocompleter features, memory leaks fixed #...David Heinemeier Hansson2005-07-114-114/+303
* Update to Prototype 1.3.1Sam Stephenson2005-07-111-39/+50
* Made JavaScriptHelper tests pass regardless of hash order #1656 [Sam Stephenson]David Heinemeier Hansson2005-07-101-1/+1
* Added that nil options are not included in tags, so tag("p", :ignore => nil) ...David Heinemeier Hansson2005-07-091-2/+3
* Fixed that UrlHelper#link_to_unless/link_to_if used html_escape on the name i...David Heinemeier Hansson2005-07-091-1/+1
* Added even more goodies to script.aculo.us #1677 [Thomas Fuchs]David Heinemeier Hansson2005-07-092-75/+133
* Fixed SQL Server test #1678 [Tom Ward]David Heinemeier Hansson2005-07-091-1/+1
* Added :handle as an option to sortable_element to restrict the drag handle to...David Heinemeier Hansson2005-07-071-1/+1
* Added a bunch of script.aculo.us features: Effect.ScrollTo, to smoothly scrol...David Heinemeier Hansson2005-07-072-70/+116
* Fixed JavascriptHelper#visual_effect to use camelize such that :blind_up will...David Heinemeier Hansson2005-07-071-1/+1
* Made documentation ready for release (AP)David Heinemeier Hansson2005-07-061-2/+8
* Make new AJAX helpers aware of more of their options #1622 [Thomas Fuchs]David Heinemeier Hansson2005-07-061-1/+16
* benchmark helper takes an optional log level, defaults to :info. Chose symbo...Jeremy Kemper2005-07-051-9/+9
* Fix syntax errorDavid Heinemeier Hansson2005-07-051-1/+1
* Changed logging of SQL statements to use the DEBUG level instead of INFO. Add...David Heinemeier Hansson2005-07-051-1/+1
* Fixed transparent background for Safari with auto completerDavid Heinemeier Hansson2005-07-051-0/+1
* Added javascript_include_tag :defaults shortcut that'll include all the defau...David Heinemeier Hansson2005-07-051-0/+7
* Fixed Prototype bug #1602David Heinemeier Hansson2005-07-051-1/+1
* Fix failure container logic in Ajax.UpdaterSam Stephenson2005-07-041-2/+2
* Update Prototype; hopefully the last change before 0.13Sam Stephenson2005-07-041-53/+68
* Improved update_element_function #1597 [Thomas Fuchs]David Heinemeier Hansson2005-07-041-32/+25
* Added :prompt option to FormOptions#select (and the users of it, like FormOpt...David Heinemeier Hansson2005-07-031-7/+15
* Added JavascriptHelper#update_element_function, which returns a Javascript fu...David Heinemeier Hansson2005-07-031-0/+78
* Added note about render_partial_collection #1557David Heinemeier Hansson2005-07-031-0/+3
* AJAX error handling fix, Prototype event handling #1589 [Thomas Fuchs]David Heinemeier Hansson2005-07-032-5/+8
* Added :field_name option to DateHelper#select_(year|month|day) to deviate fro...David Heinemeier Hansson2005-07-021-35/+41