aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template
Commit message (Expand)AuthorAgeFilesLines
...
* Change url_for to escape the resulting URLs when called from a view. Closes #...Nicholas Seckar2006-03-181-11/+21
* Fixed link_to "somewhere", :post => true to produce valid XHTML by using the ...David Heinemeier Hansson2006-03-181-2/+2
* Added :function option to PrototypeHelper#observe_field/observe_form that all...David Heinemeier Hansson2006-03-181-0/+10
* Added simple alert() notifications for RJS exceptions when config.action_view...Sam Stephenson2006-03-131-18/+26
* Rendering xml shouldnt happen inside any layout. Added class proxying to RJS,...David Heinemeier Hansson2006-03-131-0/+5
* Re-added mixed-in helper methods for the JavascriptGenerator. Moved Javascri...Rick Olson2006-03-081-25/+26
* Fixed tests (closes #4087) [Rick Olson]David Heinemeier Hansson2006-03-051-5/+18
* allow RJS enum values to be passed to visual_effect() and other scriptaculous...David Heinemeier Hansson2006-03-052-56/+54
* RJS now does enumerations, baby! (closes #3876) [Rick Olson]David Heinemeier Hansson2006-03-031-2/+102
* Fixed that default image extension was not appended when using a full URL wit...David Heinemeier Hansson2006-03-021-1/+2
* Added support to AssetTagHelper#javascript_include_tag for having :defaults a...David Heinemeier Hansson2006-02-282-5/+7
* Added support for visual effects scoped queues to the visual_effect helper #3...Thomas Fuchs2006-02-271-0/+6
* Added script.aculo.us drag and drop helpers to RJS [Thomas Fuchs]Thomas Fuchs2006-02-261-0/+26
* Fixed form_for regression (closes #3962) [t.lucas@toolmantim.com]David Heinemeier Hansson2006-02-261-0/+19
* Fixed testsDavid Heinemeier Hansson2006-02-261-2/+2
* Fixed that form elements would strip the trailing [] from the first parameter...David Heinemeier Hansson2006-02-261-0/+7
* The image_tag helper is not converting the options hash to symbols (closes #3...David Heinemeier Hansson2006-02-261-0/+2
* Added various InPlaceEditor options, #3746, #3891, #3896, #3906Thomas Fuchs2006-02-211-0/+38
* Use real assigns instead of a method call [DHH]David Heinemeier Hansson2006-02-121-1/+1
* replace_element was renamed replace [DHH]David Heinemeier Hansson2006-02-121-1/+1
* Also support replace and replace_html and some refactoring in JavaScriptEleme...David Heinemeier Hansson2006-02-121-0/+5
* Added element and collection proxies to RJS [DHH]David Heinemeier Hansson2006-02-121-1/+24
* Add JavaScriptGenerator#replace_element for replacing an element's "outer HTM...Sam Stephenson2006-02-121-0/+5
* Remove over-engineered form_for code for a leaner implementation.Nicholas Seckar2006-02-111-7/+7
* Add :html option for specifying form tag options in form_forSam Stephenson2006-02-081-0/+19
* Don't interpret the :value option on text_area as an html attribute. Set the ...Marcel Molina2006-02-081-1/+8
* Fix remote_form_for creates a non-ajax form. Closes #3741.Nicholas Seckar2006-02-061-1/+1
* Add :builder => option to form_for and friends. Closes 3268.Nicholas Seckar2006-02-041-0/+75
* Added reusable reloading support through the inclusion of the Relodable modul...David Heinemeier Hansson2006-01-291-1/+1
* Add the ability to call JavaScriptGenerator methods from helpers called in up...Sam Stephenson2006-01-231-9/+0
* Raise a RedirectBackError if redirect_to :back is called when theres no HTTP_...David Heinemeier Hansson2006-01-221-2/+2
* make error_messages_for return "" for nil objectsMichael Koziarski2006-01-191-0/+4
* Refactor human_size to exclude decimal place if it is zero.Marcel Molina2006-01-191-13/+14
* Fix broken autocompleter test.Michael Koziarski2006-01-131-1/+1
* Fix for failing auto complete unit testMichael Koziarski2006-01-131-5/+5
* Fix failing test due to hard coded yearMichael Koziarski2006-01-131-1/+2
* Remove Upload Progress. Closes #2871.Marcel Molina2006-01-131-136/+0
* Add test for min_chars auto_complete_field fix. Closes #2929.Marcel Molina2006-01-131-1/+1
* Added JavaScriptHelper#button_to_function that works just like JavaScriptHelp...David Heinemeier Hansson2005-12-311-0/+5
* Added that JavaScriptHelper#link_to_function will honor existing :onclick def...David Heinemeier Hansson2005-12-311-1/+1
* Added that JavaScriptHelper#link_to_function will honor existing :onclick def...David Heinemeier Hansson2005-12-311-0/+4
* Added :disable_with option to FormTagHelper#submit_tag to allow for easily di...David Heinemeier Hansson2005-12-301-0/+7
* Make auto_link handle nil by returning quickly if blank?Scott Barron2005-12-301-0/+2
* Make auto_link match urls with a port number specified.Marcel Molina2005-12-261-0/+3
* Added support for toggling visual effects to ScriptaculousHelper::visual_effe...Thomas Fuchs2005-12-251-0/+10
* Added :select option for JavaScriptMacroHelper#auto_complete_field that makes...David Heinemeier Hansson2005-12-241-0/+9
* Added delayed execution of Javascript from within RJS (closes #3264) [devslas...David Heinemeier Hansson2005-12-221-0/+8
* Add additional RJS functionality: alert, redirect_to, call, assign, and <<Sam Stephenson2005-12-201-0/+9
* Change form_for and fields_for method signatures to take object name and obje...Marcel Molina2005-12-023-10/+10
* Introduce :selected option to the select helper. Allows you to specify a sel...Jeremy Kemper2005-11-231-0/+18