aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added ActionView::Base.register_template_handler for easy integration of an a...David Heinemeier Hansson2005-02-191-15/+42
* 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
* Renamed link_to_image to link_image_to (since thats what it actually does) --...David Heinemeier Hansson2005-02-191-6/+15
* Use per-document setting for hardbreaks on textileDavid Heinemeier Hansson2005-02-191-2/+1
* Fixed textilize for RedCloth3 to keep doing hardbreaksDavid Heinemeier Hansson2005-02-191-0/+1
* Added TextHelper#auto_link, TextHelper#auto_link_urls, and TextHelper#auto_li...David Heinemeier Hansson2005-02-181-0/+18
* Documentation on :include_blank #579David Heinemeier Hansson2005-02-171-0/+13
* Added current_page?(options) method to check if the url_for options passed co...David Heinemeier Hansson2005-02-171-1/+6
* Simplified link_to_unless_current to work with the new RoutingDavid Heinemeier Hansson2005-02-171-24/+3
* A hopefully more successful attempt at the Routing branch mergeDavid Heinemeier Hansson2005-02-151-1/+1
* Backed out of routing merge.. investigating missing patchesDavid Heinemeier Hansson2005-02-151-1/+1
* Merged back the Routing branchDavid Heinemeier Hansson2005-02-151-1/+1
* Fixed documentation snafus #575, #576, #577, #585David Heinemeier Hansson2005-02-075-13/+13
* Fixed the ordering of attributes in the xml-decleration of Builder #540 [woeye]David Heinemeier Hansson2005-01-251-6/+15
* Applied the dblack patchDavid Heinemeier Hansson2005-01-241-0/+6
* Added :encode option to mail_to that'll allow you to masquarede the email add...David Heinemeier Hansson2005-01-241-1/+28
* Fixed no-binding fragment cachingDavid Heinemeier Hansson2005-01-201-2/+2
* Removed the need for passing the binding when using CacheHelper#cacheDavid Heinemeier Hansson2005-01-201-1/+1
* Added the option of passing a block to ActiveRecordHelper#form in order to ad...David Heinemeier Hansson2005-01-152-5/+11
* Updated to new naming styleDavid Heinemeier Hansson2005-01-111-2/+2
* Added fourth argument to render_collection_of_partials that allows you to spe...David Heinemeier Hansson2005-01-111-2/+2
* Added that form helpers now take an index option #448 [Tim Bates]David Heinemeier Hansson2005-01-101-2/+25
* Updated caching to include action caching as well and simplified the name/key...David Heinemeier Hansson2005-01-101-1/+2
* Added first stab at page and fragment cachingDavid Heinemeier Hansson2005-01-081-0/+9
* Added the possibility of passing nil to UrlHelper#link_to to use the link its...David Heinemeier Hansson2005-01-051-5/+8
* Added DateHelper#select_time and DateHelper#select_second #373 [Scott Baron]David Heinemeier Hansson2005-01-021-0/+20
* Fixed UrlHelper#link_to_unless so it doesn't care if the id is a string or fi...David Heinemeier Hansson2004-12-222-4/+5
* Fixed error rendering of rxml documents to not just swallow the exception and...David Heinemeier Hansson2004-12-211-8/+7
* FormHelper should only use *_before_type_cast if they available on the modelDavid Heinemeier Hansson2004-12-191-1/+5
* Fixed that textilize and markdown would instantiate their engines even on emp...David Heinemeier Hansson2004-12-191-2/+2
* Added respondence to *_before_type_cast for all attributes to return their st...David Heinemeier Hansson2004-12-192-7/+9
* Updated documentationDavid Heinemeier Hansson2004-12-165-15/+17
* Fixed DateHelper#date_select so that you can pass include_blank as an option ...David Heinemeier Hansson2004-12-151-1/+2
* Documented select, collection_select, and country_select #304 [Ulysses]David Heinemeier Hansson2004-12-151-3/+13
* Added FormHelper#radio_button to work with radio buttons like its already pos...David Heinemeier Hansson2004-12-141-0/+23