aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view
Commit message (Expand)AuthorAgeFilesLines
* 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
* Expanded :method option in FormTagHelper#form_tag, FormHelper#form_for, Proto...David Heinemeier Hansson2006-05-292-1/+13
* Added :method handling for other verbs to remote_form_tag and remote_form_for...David Heinemeier Hansson2006-05-283-5/+5
* Expanded :method option in FormHelper#form_tag to allow for verbs other than ...David Heinemeier Hansson2006-05-281-3/+18
* Added :method option to UrlHelper#link_to, which allows for using other verbs...David Heinemeier Hansson2006-05-281-13/+27
* form.text_area handles the :size option just like the original text_area (:si...Jeremy Kemper2006-05-111-0/+5
* Excise ingrown code from FormOptionsHelper#options_for_select. Closes #5008.Jeremy Kemper2006-05-091-2/+0
* Fix text_helper.rb documentation rendering. Closes #4725. [Frederick Ros]Marcel Molina2006-04-271-20/+20
* Fixes bad rendering of JavaScriptMacrosHelper rdoc (closes #4910) [Frederick ...Rick Olson2006-04-271-4/+5
* Allow error_messages_for to report errors for multiple objects, as well as su...Marcel Molina2006-04-261-16/+30
* Fix documentation indentationMarcel Molina2006-04-261-3/+3
* Refactor various InstanceTag instance method to class methods. Closes #4800. ...Marcel Molina2006-04-253-29/+59
* Remove all remaining references to @params in the documentation.Marcel Molina2006-04-251-1/+1
* Update layout and content_for documentation to use yield rather than magic @c...Marcel Molina2006-04-251-15/+17
* only require redcloth/bluecloth if they are not already loaded [Rick]Rick Olson2006-04-231-2/+2
* Change link_to_function and button_to_function to (optionally) take an update...Sam Stephenson2006-04-191-5/+25
* Fixed that remote_form_for can leave out the object parameter and default to ...David Heinemeier Hansson2006-04-161-2/+3
* Fixed that template extensions would be cached development mode #4624 [Stefan...David Heinemeier Hansson2006-04-061-10/+26
* Update to Prototype 1.5.0_rc0Sam Stephenson2006-04-061-44/+32
* fix ruby syntax in comments for the JavascriptGenerator (closes #4577) [Rick]Rick Olson2006-04-041-1/+1
* Add additional autocompleter options [aballai, Thomas Fuchs]Thomas Fuchs2006-04-021-1/+10
* Applied Prototype $() performance patches (#4465, #4477) and updated script.a...Thomas Fuchs2006-04-013-75/+302
* Make asset timestamping safe to use on assets that don't existJamis Buck2006-03-301-1/+1
* Skip complete URLsDavid Heinemeier Hansson2006-03-291-1/+1
* Added automated timestamping to AssetTagHelper methods for stylesheets, javas...David Heinemeier Hansson2006-03-291-5/+16
* Fixed docsDavid Heinemeier Hansson2006-03-282-5/+5
* Fixed require of bluecloth and redcloth when gems haven't been loaded (closes...David Heinemeier Hansson2006-03-271-2/+2
* Speedup for sortable with handles initialization in rails trunk tooThomas Fuchs2006-03-272-4/+5
* Update to Prototype 1.5.0_pre1Sam Stephenson2006-03-271-5/+31