aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers
Commit message (Expand)AuthorAgeFilesLines
* Wrong parameter names in observe_field/observe_formDavid Heinemeier Hansson2005-03-211-2/+2
* Renamed Toggle.visibility to Toggle.display and fixed it for multiple argumentsDavid Heinemeier Hansson2005-03-211-3/+4
* Fixed js bugDavid Heinemeier Hansson2005-03-211-1/+1
* Added a JavascriptHelper and accompanying prototype.js library that opens the...David Heinemeier Hansson2005-03-212-215/+440
* Added pagination support through both a controller and helper add-on #817 [Sa...David Heinemeier Hansson2005-03-201-0/+65
* Changed .htaccess to allow dispatch.* to be called from a sub-directory as pa...David Heinemeier Hansson2005-03-201-10/+16
* Fixed form helpers to query Model#id_before_type_cast instead of Model#id as ...David Heinemeier Hansson2005-03-201-1/+1
* Added TextHelper#simple_format as a non-dependency text presentation helper.F...David Heinemeier Hansson2005-03-201-1/+14
* Added that the html options disabled, readonly, and multiple can all be treat...David Heinemeier Hansson2005-03-201-8/+26
* Fixed options_for_select on selected line issue #624 [Florian Weber]David Heinemeier Hansson2005-03-151-0/+2
* Added CaptureHelper with CaptureHelper#capture and CaptureHelper#content_for....David Heinemeier Hansson2005-03-141-0/+95
* Fixed :anchor use in url_for #821 [Nicholas Seckar]David Heinemeier Hansson2005-03-141-1/+1
* Remove the duplicated remote_function and make the real deal publicDavid Heinemeier Hansson2005-03-141-23/+11
* Made async callbacks work with :updateDavid Heinemeier Hansson2005-03-141-4/+8
* Made async the default approach and add get_elements_by_classDavid Heinemeier Hansson2005-03-141-10/+36
* Added asynchronous processing modelDavid Heinemeier Hansson2005-03-141-6/+71
* Moved image_tag to AssetTagHelperDavid Heinemeier Hansson2005-03-142-26/+25
* Deal with Safari garbage and allow html_optionsDavid Heinemeier Hansson2005-03-131-4/+4
* Added Field.present, .focus, and .clear as JS convenience for working with fo...David Heinemeier Hansson2005-03-131-15/+0
* Added Field.present, .focus, and .clear as JS convenience for working with fo...David Heinemeier Hansson2005-03-131-1/+26
* Added :condition option to abort an update if some condition isnt thereDavid Heinemeier Hansson2005-03-131-5/+9
* Checked in some documentation for JavascriptHelperDavid Heinemeier Hansson2005-03-121-0/+19
* Respect :onclick in link_to_toggle_displayDavid Heinemeier Hansson2005-03-121-1/+2
* Put it in the right moduleDavid Heinemeier Hansson2005-03-121-130/+134
* Added first stab at Javascript/Ajax helpersDavid Heinemeier Hansson2005-03-121-1/+1
* Added first stab at Javascript/Ajax helpersDavid Heinemeier Hansson2005-03-121-0/+160
* Added TagHelper#image_tag and deprecated UrlHelper#link_image_to (recommended...David Heinemeier Hansson2005-03-092-1/+31
* Fixed textilize to be resilient to getting nil parsed (by using Object#blank?...David Heinemeier Hansson2005-03-091-1/+1
* Fixed that the :multipart option in FormTagHelper#form_tag would be ignored [...David Heinemeier Hansson2005-03-071-2/+2
* Fixed link_to documentation references nonexistent URL #573David Heinemeier Hansson2005-03-061-6/+8
* Added UrlHelper#link_to_if/link_to_unless to enable other conditions that jus...David Heinemeier Hansson2005-03-061-5/+19
* Updated docs on auto-indexing #765 [Astinus]David Heinemeier Hansson2005-03-061-0/+8
* Fixed that single quote was not escaped in a UrlHelper#link_to javascript con...David Heinemeier Hansson2005-03-061-1/+1
* Removed the default border on link_image_to (it broke xhtml strict) -- can be...David Heinemeier Hansson2005-03-061-3/+1
* Fixed that form helpers would treat string and symbol keys differently in htm...David Heinemeier Hansson2005-03-069-174/+201
* Tagged the 0.10.0 releaseDavid Heinemeier Hansson2005-02-251-6/+2
* Fixed TimeZone issues in action-pack and active-support #704David Heinemeier Hansson2005-02-231-6/+10
* Added FormOptionsHelper#time_zone_select and FormOptionsHelper#time_zone_opti...David Heinemeier Hansson2005-02-231-2/+55
* Documentation fix #698David Heinemeier Hansson2005-02-231-5/+6
* Show value when NOT fileDavid Heinemeier Hansson2005-02-231-1/+1
* Added FormHelper#file_field and FormTagHelper#file_field_tag for creating fil...David Heinemeier Hansson2005-02-232-1/+10
* Added Afghanistan (no more conspiracy!) to FormOptions#country_select and For...David Heinemeier Hansson2005-02-191-1/+1
* Added :order option for date_select that allows control over the order in whi...David Heinemeier Hansson2005-02-191-13/+24
* One comma too muchDavid Heinemeier Hansson2005-02-191-1/+1
* Added AssetTagHelper that provides methods for linking a HTML page together w...David Heinemeier Hansson2005-02-191-0/+59
* Completed FormTagHelper by adding radio_button_tag and select_tagDavid Heinemeier Hansson2005-02-191-1/+15
* Added FormTagHelper that provides a number of methods for creating form tags ...David Heinemeier Hansson2005-02-192-26/+62
* Added Iran and Irak to the countries list used by FormOptions#country_select ...David Heinemeier Hansson2005-02-191-2/+10
* Made auto_link the only public method of its clan and added an option to cont...David Heinemeier Hansson2005-02-191-16/+23
* Added Iran and Irak to the countries list used by country_select and country_...David Heinemeier Hansson2005-02-191-1/+4