aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers
Commit message (Expand)AuthorAgeFilesLines
* Update to script.aculo.us to 1.5.0 rev. 3343Thomas Fuchs2005-12-253-63/+128
* Added :select option for JavaScriptMacroHelper#auto_complete_field that makes...David Heinemeier Hansson2005-12-242-2/+4
* Added :select option for JavaScriptMacroHelper#auto_complete_field that makes...David Heinemeier Hansson2005-12-241-1/+2
* Added :select option for JavaScriptMacroHelper#auto_complete_field that makes...David Heinemeier Hansson2005-12-244-19/+44
* Added delayed execution of Javascript from within RJS (closes #3264) [devslas...David Heinemeier Hansson2005-12-221-2/+13
* Fix form_for use of datetime_select and date_select as well as a few stylisti...David Heinemeier Hansson2005-12-211-4/+4
* Added toggle to compliment show and hide for RJSDavid Heinemeier Hansson2005-12-201-0/+5
* Add additional RJS functionality: alert, redirect_to, call, assign, and <<Sam Stephenson2005-12-201-9/+43
* Documentation fixesNicholas Seckar2005-12-191-1/+1
* Update to Prototype 1.4.0 finalSam Stephenson2005-12-131-8/+25
* Added option inheritance for find calls on has_and_belongs_to_many and has_ma...David Heinemeier Hansson2005-12-131-1/+7
* Update to script.aculo.us 1.5.0_rc6Thomas Fuchs2005-12-122-440/+435
* Added form_remote_for [DHH]David Heinemeier Hansson2005-12-101-1/+7
* Fix docs for text_area_tag. Closes #3083.Marcel Molina2005-12-021-1/+1
* Change form_for and fields_for method signatures to take object name and obje...Marcel Molina2005-12-021-23/+10
* Introduce :selected option to the select helper. Allows you to specify a sel...Jeremy Kemper2005-11-231-2/+6
* Make javascript_include_tag :default behave correctly with application.js, fi...Thomas Fuchs2005-11-221-1/+1
* FormHelper correctly passes its object through select, collection_select, cou...Jeremy Kemper2005-11-222-5/+7
* Pass multiple arguments to Element.show and Element.hide in JavaScriptGenerat...Sam Stephenson2005-11-211-2/+2
* r3173@asus: jeremy | 2005-11-18 23:34:41 -0800Jeremy Kemper2005-11-201-1/+1
* Update to Prototype 1.4.0_rc4. Closes #2943 (old Array.prototype.reverse beha...Sam Stephenson2005-11-191-9/+19
* Use Element.update('id', 'html') instead of uid=501(sam) gid=501(sam) groups=...Sam Stephenson2005-11-181-1/+1
* Correct length for the truncate text helper. Closes #2913.Jeremy Kemper2005-11-181-3/+3
* Update to Prototype 1.4.0_rc3. Closes #1893, #2505, #2550, #2748, #2783.Sam Stephenson2005-11-181-61/+93
* Correct time_zone_options_for_select docs. Closes #2892.Jeremy Kemper2005-11-161-1/+1
* Use Set instead of Array to speed up prototype helper include? calls. Closes...Jeremy Kemper2005-11-161-5/+7
* Remove invalid links in ActionView::Helpers::UrlHelper documentation. Closes...Jeremy Kemper2005-11-151-2/+2
* Refactored JavaScriptHelper into PrototypeHelper and ScriptaculousHelper. Ad...Sam Stephenson2005-11-143-449/+662
* Update trunk to latests script.aculo.usThomas Fuchs2005-11-143-109/+70
* * Updated docs for in_place_editor, fixes a couple bugs and offers extended s...Tobias Lütke2005-11-141-9/+11
* hidden_field can also be in fields_forDavid Heinemeier Hansson2005-11-131-1/+1
* Make form_for work with additional optionsDavid Heinemeier Hansson2005-11-131-1/+1
* Added FormHelper#form_for and FormHelper#fields_for that makes it easier to w...David Heinemeier Hansson2005-11-134-17/+143
* options_for_select allows any objects which respond_to? :first and :last rath...Jeremy Kemper2005-11-101-1/+1
* The auto_link text helper accepts an optional block to format the link text f...Jeremy Kemper2005-11-101-9/+30
* Fix docs (closes #2725)David Heinemeier Hansson2005-11-072-2/+2
* Change javascript_include_tag :defaults to not use script.aculo.us loader, wh...Thomas Fuchs2005-11-013-326/+21
* Added support for the queue option on visual_effectThomas Fuchs2005-10-291-0/+1
* Update script.aculo.us to V1.5_rc4Thomas Fuchs2005-10-295-455/+427
* Bump to Prototype 1.4.0_rc2Sam Stephenson2005-10-261-8/+8
* Added TextHelper#strip_tags for removing HTML tags from a string (using HTMLT...David Heinemeier Hansson2005-10-261-0/+22
* Upgrade to Prototype 1.4.0_rc1Sam Stephenson2005-10-181-5/+7
* Update/clean up AP documentation (rdoc)Jamis Buck2005-10-161-1/+1
* Merge remainder of util.js into effects.jsSam Stephenson2005-10-162-548/+290
* Upgrade to Prototype 1.4.0_rc0Sam Stephenson2005-10-161-169/+421
* Updated and clarified documentation for JavaScriptHelper to be more concise a...Thomas Fuchs2005-10-151-6/+24
* Ensure radio_button works as expected with values other than strings.Michael Koziarski2005-10-141-1/+1
* Escape query strings in the href attribute of URLs created by url_helper. #2333Jeremy Kemper2005-10-131-2/+2
* Wrap javascript_tag contents in a CDATA section and add a cdata_section metho...Sam Stephenson2005-10-122-4/+17
* Misc doc fixes (typos/grammar/etc). Closes #2445.Marcel Molina2005-10-127-24/+24