aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view
Commit message (Expand)AuthorAgeFilesLines
...
* Fix loop_on_multiple_args to work, again (not my day), fixes #6078Thomas Fuchs2006-09-071-6/+6
* Ahem, now for realThomas Fuchs2006-09-071-1/+1
* Fix a warning in prototype_helper_test, fixes #6077Thomas Fuchs2006-09-071-5/+3
* Update JavaScriptGenerator#show/hide/toggle/remove to new Prototype syntax fo...Thomas Fuchs2006-09-071-4/+12
* Get symbol definitions of methods converted to strings [DHH]David Heinemeier Hansson2006-09-061-1/+1
* Backed out of locals hash as it caused trouble with Builder, see ticket for moreDavid Heinemeier Hansson2006-09-061-1/+1
* Fixed JavaScriptHelper#link_to_function and JavaScriptHelper#button_to_functi...David Heinemeier Hansson2006-09-061-2/+11
* caller is necessary for proper trace in deprecationDavid Heinemeier Hansson2006-09-051-1/+1
* Update to script.aculo.us 1.6.3 [Thomas Fuchs]Thomas Fuchs2006-09-053-55/+118
* Update to Prototype 1.5.0_rc1Sam Stephenson2006-09-051-126/+353
* Added access to nested attributes in RJS (closes #4548) [richcollins@gmail.com]David Heinemeier Hansson2006-09-041-0/+15
* Fixed that AssetTagHelper#image_tag and others using compute_public_path shou...David Heinemeier Hansson2006-09-041-0/+1
* Expose more options of inplace_editor (but its still going plugin with v2.0) ...David Heinemeier Hansson2006-09-041-1/+5
* Deprecated the auto-appending of .png to AssetTagHelper#image_tag calls that ...David Heinemeier Hansson2006-09-041-0/+8
* Added locals hash to partials, which makes for convenient access of some time...David Heinemeier Hansson2006-09-041-1/+1
* Fixed FormOptionsHelper#select to respect :selected value (closes #5813)David Heinemeier Hansson2006-09-041-1/+1
* Fixed TextHelper#simple_format to deal with multiple single returns within a ...David Heinemeier Hansson2006-09-041-1/+1
* Fixed TextHelper#pluralize to handle 1 as a string (closes #5905) [rails@benc...David Heinemeier Hansson2006-09-041-1/+1
* Improved resolution of DateHelper#distance_of_time_in_words for better precis...David Heinemeier Hansson2006-09-041-21/+45
* Added deprecation language for in_place_editor and auto_complete_field that b...David Heinemeier Hansson2006-09-031-0/+10
* radio_button_tag generates unique id attributes. Closes #3353.Jeremy Kemper2006-09-031-1/+2
* strip_tags returns nil for a blank arg such as nil or "". Closes #2229.Jeremy Kemper2006-09-031-1/+2
* button_to accepts :method so you can PUT and DELETE with it. Closes #6005.Jeremy Kemper2006-09-031-7/+16
* Update sanitize text helper to strip plaintext tags, and <img src=javascript:...Rick Olson2006-09-031-3/+3
* Docs for js linkers (closes #5948)David Heinemeier Hansson2006-09-021-1/+22
* Deprecation: update docs. Closes #5998.Jeremy Kemper2006-09-011-2/+2
* Make auto_link parse a greater subset of valid url formats.Jamis Buck2006-09-021-13/+16
* Tighten rescue clauses. Closes #5985.Jeremy Kemper2006-08-313-3/+3
* Keep onsubmit around for form_remote_forDavid Heinemeier Hansson2006-08-291-3/+5
* Reload should take options for the replaceDavid Heinemeier Hansson2006-08-291-2/+2
* Updated trunk to script.aculo.us 1.6.2Thomas Fuchs2006-08-153-44/+69
* Deprecate direct usage of @params. Update ActionView::Base for instance var d...Jeremy Kemper2006-08-071-1/+2
* Add support for the param_name parameter to the auto_complete_field helper. F...Thomas Fuchs2006-08-071-0/+1
* Added months and years to the resolution of DateHelper#distance_of_time_in_wo...David Heinemeier Hansson2006-08-051-5/+9
* Allow form_for and fields_for to work with indexed form inputs. [Jeremy Kemp...Rick Olson2006-07-181-1/+5
* Get rid of constant redefinition warnings when running AP testsMarcel Molina2006-07-131-2/+2
* Provide support for decimal columns to form helpers. Closes #5672. [dave@prag...Marcel Molina2006-07-131-1/+1
* Update documentation for erb trim syntax. Closes #5651.Jeremy Kemper2006-07-091-3/+5
* r4487@asus: jeremy | 2006-04-29 12:21:39 -0700Jeremy Kemper2006-07-082-6/+5
* Pass :id => nil or :class => nil to error_messages_for to supress that html a...Jeremy Kemper2006-07-081-3/+13
* text_field_with_auto_complete stylesheet uses <style type="text/css"> instead...Jeremy Kemper2006-07-051-2/+1
* Fixed that real files and symlinks should be treated the same when compiling ...David Heinemeier Hansson2006-07-051-1/+2
* Doc fixesDavid Heinemeier Hansson2006-07-051-40/+39
* Added special case for "1 Byte" in NumberHelper#number_to_human_size (closes ...David Heinemeier Hansson2006-07-051-1/+1
* Missing method_key.Jeremy Kemper2006-06-301-2/+2
* Retain symbol method key and assign_method_name.Jeremy Kemper2006-06-291-3/+7
* r4732@asus: jeremy | 2006-06-29 13:51:32 -0700Jeremy Kemper2006-06-291-1/+4
* r4730@asus: jeremy | 2006-06-29 13:13:38 -0700Jeremy Kemper2006-06-291-29/+15
* Fix in auto_complete_result documentation. closes #5096. [medlar@medlar.it]Rick Olson2006-06-211-1/+1
* Fix strip_links so that it doesn't hang on multi-line acronym tagsJamis Buck2006-06-081-1/+1