aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view
Commit message (Expand)AuthorAgeFilesLines
* Fixed prototype to consider all fields it doesn't know as text (such as Safar...David Heinemeier Hansson2005-06-251-4/+2
* Updated documentation for partials #1171David Heinemeier Hansson2005-06-211-7/+9
* Added TextHelper#word_wrap(text, line_length = 80) #1449 [tuxie@dekadance.se]David Heinemeier Hansson2005-06-211-0/+5
* Added a fall-through action for form_remote_tag that'll be used in case Javas...David Heinemeier Hansson2005-06-211-0/+8
* Added tag_options as a third parameter to AssetHelper#auto_discovery_link_tag...David Heinemeier Hansson2005-06-211-4/+9
* Added option to pass in parameters to CaptureHelper#capture, so you can creat...David Heinemeier Hansson2005-06-211-5/+7
* Changed the default name of the input tag generated by FormTagHelper#submit_t...David Heinemeier Hansson2005-06-211-1/+1
* r1335@iwill: jeremy | 2005-06-17 11:41:50 -0700Jeremy Kemper2005-06-171-7/+12
* Added cuba to country list #1351 [todd]David Heinemeier Hansson2005-06-161-1/+1
* Fixed radio_button to work with numeric values #1352 [demetrius]David Heinemeier Hansson2005-06-161-1/+1
* Added :extension option to NumberHelper#number_to_phone #1361 [delynnb]David Heinemeier Hansson2005-06-161-10/+8
* Added button_to as a form-based solution to deal with harmful actions that sh...David Heinemeier Hansson2005-06-161-1/+92
* Fixed image_tag so an exception is not thrown just because the image is missi...David Heinemeier Hansson2005-06-161-1/+1
* Added a third parameter to TextHelper#auto_link called href_options for speci...David Heinemeier Hansson2005-06-161-5/+8
* Fixed TextHelper#highlight to return the text, not nil, if the phrase is blan...David Heinemeier Hansson2005-06-161-1/+1
* Its Iraq, not Irak #1443 [ivan]David Heinemeier Hansson2005-06-161-1/+1
* Fixed TagHelper such that :name and 'name' keys in the options doesn't result...David Heinemeier Hansson2005-06-161-2/+1
* r1318@iwill: jeremy | 2005-06-15 01:08:22 -0700Jeremy Kemper2005-06-151-11/+1
* Allow distance_of_time_in_words to work with any value that responds to #to_t...Jamis Buck2005-06-141-0/+2
* r2495@sedna: jeremy | 2005-05-27 22:07:18 -0700Jeremy Kemper2005-06-121-12/+14
* Made Action View work with the new render :file/:partial style from the contr...David Heinemeier Hansson2005-06-021-2/+15
* Include flash in the list of attributes with accessors in the viewDavid Heinemeier Hansson2005-05-201-1/+1
* Fixed escaping of :method option in remote_form_tag #1218 [Rick Olson]David Heinemeier Hansson2005-05-191-1/+5
* Added Serbia and Montenegro to the country_select #1239 [todd@robotcoop.com]David Heinemeier Hansson2005-05-191-2/+2
* Fixed that compute_public_path should recognize external URLs, so image_tag("...David Heinemeier Hansson2005-05-191-1/+1
* Added support for descending year values in DateHelper#select_year, like sele...David Heinemeier Hansson2005-05-191-6/+10
* Ajax docing #1282 [Dee.Zsombor@gmail.com]David Heinemeier Hansson2005-05-191-0/+13
* Fixed that FormHelper#checkbox should return a checked checkbox if the value ...David Heinemeier Hansson2005-05-191-0/+2
* Fixed Form.disable in Prototype #1317 [Wintermute]David Heinemeier Hansson2005-05-191-1/+1
* Added accessors to logger, params, response, session, and headers from the vi...David Heinemeier Hansson2005-05-191-0/+2
* Added support for POST data in form of YAML or XML, which is controller throu...David Heinemeier Hansson2005-05-141-1/+1
* Fixed that render_partial_collection should always return a string (and not s...David Heinemeier Hansson2005-05-131-1/+2
* Go straight to the class for asset_hostDavid Heinemeier Hansson2005-05-091-1/+1
* Added TextHelper#sanitize that can will remove any Javascript handlers, block...David Heinemeier Hansson2005-05-091-0/+55
* Changed RAILS_ASSET_HOST to become ActionController::Base.asset_hostDavid Heinemeier Hansson2005-05-061-1/+1
* Added that both AssetHelper#stylesheet_link_tag and AssetHelper#javascript_in...David Heinemeier Hansson2005-05-031-2/+7
* Added FormTagHelper#image_submit_tag for making submit buttons that uses imagesDavid Heinemeier Hansson2005-05-031-0/+4
* Added the option of specifying a RAILS_ASSET_HOST that will then be used by a...David Heinemeier Hansson2005-05-031-2/+2
* Dont benchmark if the logger has been turned offDavid Heinemeier Hansson2005-05-021-0/+2
* Fixed documentation #1214David Heinemeier Hansson2005-04-301-3/+3
* Fixed missing id uniqueness in FormTag#radio_button #1207 [Jarkko]David Heinemeier Hansson2005-04-301-0/+4
* Added BenchmarkHelper that can measure the execution time of a block in a tem...David Heinemeier Hansson2005-04-271-0/+22
* Update to Prototype 1.2.1Sam Stephenson2005-04-191-3/+4
* More documentation #1148 [Alisdair McDiarmid]David Heinemeier Hansson2005-04-191-2/+28
* Fixed stringification on all assigned hashes. The sacrifice is that assigns[:...David Heinemeier Hansson2005-04-191-1/+1
* Fixed that you can now pass an alternative :href option to link_to_function/r...David Heinemeier Hansson2005-04-181-3/+3
* Update to Prototype 1.2.0Sam Stephenson2005-04-181-87/+192
* Deprecated the majority of all the testing assertions and replaced them with ...David Heinemeier Hansson2005-04-171-2/+2
* Fixed DateHelper to return values on the option tags such that they'll work p...David Heinemeier Hansson2005-04-172-15/+15
* Fixed FormTagHelper#check_box to respect checked #1049 [DelynnB]David Heinemeier Hansson2005-04-171-1/+1