aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view
Commit message (Expand)AuthorAgeFilesLines
* allow RJS enum values to be passed to visual_effect() and other scriptaculous...David Heinemeier Hansson2006-03-052-9/+11
* Fixed Effect.Appear in effects.js to work with floats in Safari (closes #3524...David Heinemeier Hansson2006-03-041-0/+10
* RJS now does enumerations, baby! (closes #3876) [Rick Olson]David Heinemeier Hansson2006-03-031-9/+99
* Fixed that default image extension was not appended when using a full URL wit...David Heinemeier Hansson2006-03-021-1/+1
* Added support to AssetTagHelper#javascript_include_tag for having :defaults a...David Heinemeier Hansson2006-02-281-5/+4
* Added support for visual effects scoped queues to the visual_effect helper #3...Thomas Fuchs2006-02-271-1/+6
* Added .rxml (and any non-rhtml template, really) supportfor CaptureHelper#con...David Heinemeier Hansson2006-02-261-12/+49
* Added script.aculo.us drag and drop helpers to RJS [Thomas Fuchs]Thomas Fuchs2006-02-262-7/+39
* Fixed form_for regression (closes #3962) [t.lucas@toolmantim.com]David Heinemeier Hansson2006-02-261-1/+1
* mail_to shouldnt include language attribute in script tag #3364 [donald.piret...David Heinemeier Hansson2006-02-261-1/+1
* Fixed that form elements would strip the trailing [] from the first parameter...David Heinemeier Hansson2006-02-261-1/+1
* The image_tag helper is not converting the options hash to symbols (closes #3...David Heinemeier Hansson2006-02-261-1/+1
* Update script.aculo.us to V1.5.3 [Thomas Fuchs]Thomas Fuchs2006-02-223-31/+85
* Added various InPlaceEditor options, #3746, #3891, #3896, #3906Thomas Fuchs2006-02-211-6/+14
* Update script.aculo.us in Rails trunk to V1.5.2Thomas Fuchs2006-02-142-14/+95
* Refactor the Javascript proxy into a hierarchy for element/collection [DHH]David Heinemeier Hansson2006-02-141-11/+31
* Use real assigns instead of a method call [DHH]David Heinemeier Hansson2006-02-121-6/+12
* replace_element was renamed replace [DHH]David Heinemeier Hansson2006-02-121-1/+1
* Wups, committed too muchDavid Heinemeier Hansson2006-02-121-14/+16
* Also support replace and replace_html and some refactoring in JavaScriptEleme...David Heinemeier Hansson2006-02-122-31/+50
* Added element and collection proxies to RJS [DHH]David Heinemeier Hansson2006-02-121-0/+39
* Add JavaScriptGenerator#replace_element for replacing an element's "outer HTM...Sam Stephenson2006-02-122-24/+53
* Fix form_for brokenness due to a shortage of parenthesisNicholas Seckar2006-02-121-1/+1
* Expose object and object_name from the FormBuilder [DHH]David Heinemeier Hansson2006-02-121-2/+4
* Clean up style around form_for and friends a bitDavid Heinemeier Hansson2006-02-122-8/+7
* Remove over-engineered form_for code for a leaner implementation.Nicholas Seckar2006-02-112-27/+16
* Add :html option for specifying form tag options in form_forSam Stephenson2006-02-081-2/+2
* Don't interpret the :value option on text_area as an html attribute. Set the ...Marcel Molina2006-02-081-1/+1
* Fix remote_form_for creates a non-ajax form. Closes #3741.Nicholas Seckar2006-02-062-4/+8
* Add :builder => option to form_for and friends. Closes 3268.Nicholas Seckar2006-02-042-23/+50
* Add the ability to call JavaScriptGenerator methods from helpers called in up...Sam Stephenson2006-01-232-31/+44
* Add render(:update) to ActionView::BaseSam Stephenson2006-01-231-1/+3
* Backing out of [3470] until visual_effect, et al can workSam Stephenson2006-01-231-44/+14
* Add the ability to call JavaScriptGenerator methods from helpers called in up...Sam Stephenson2006-01-231-14/+44
* Treat timestamps like datetimes for scaffolding purposes (closes #3388) [Maik...David Heinemeier Hansson2006-01-211-1/+1
* Fix IE bug with link_to "something", :post => true (closes #3443) [Justin Pal...David Heinemeier Hansson2006-01-211-1/+1
* make error_messages_for return "" for nil objectsMichael Koziarski2006-01-191-1/+3
* Refactor human_size to exclude decimal place if it is zero.Marcel Molina2006-01-191-9/+9
* Update to Prototype 1.5.0_rc0Sam Stephenson2006-01-181-7/+158
* Dont repeat the button_to methodDavid Heinemeier Hansson2006-01-161-14/+0
* Documentation typo fix. Closes #2367.Marcel Molina2006-01-131-1/+1
* Remove Upload Progress. Closes #2871.Marcel Molina2006-01-131-433/+0
* Fix typo in function name mapping in auto_complete_field. Closes #3446.Marcel Molina2006-01-131-1/+1
* Have the form builder output radio button, not check box, when calling the ra...Marcel Molina2006-01-061-1/+1
* Added assignment of the Autocompleter object created by JavaScriptMacroHelper...David Heinemeier Hansson2006-01-035-11/+45
* Added JavaScriptHelper#button_to_function that works just like JavaScriptHelp...David Heinemeier Hansson2005-12-311-0/+14
* Made Field.focus in prototype friendly to effects by adding optional delay pa...David Heinemeier Hansson2005-12-311-2/+12
* 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-1/+5
* Added :disable_with option to FormTagHelper#submit_tag to allow for easily di...David Heinemeier Hansson2005-12-301-19/+21