aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view
Commit message (Expand)AuthorAgeFilesLines
* Made FormTagHelper#form_tag work with blocks, rendering start/end_form_tag de...David Heinemeier Hansson2006-10-231-2/+9
* Added block-usage to TagHelper#content_tag [DHH]David Heinemeier Hansson2006-10-231-4/+24
* Docfix (closes #6462)David Heinemeier Hansson2006-10-231-0/+5
* Docfix (closes #6393)David Heinemeier Hansson2006-10-221-76/+117
* Deprecated UrlHelper#link_to_image and UrlHelper#link_to :post => true (close...David Heinemeier Hansson2006-10-221-93/+154
* Upgraded NumberHelper with number_to_phone support international formats to c...David Heinemeier Hansson2006-10-221-62/+102
* Fixed that setting RAILS_ASSET_ID to "" should not add a trailing slash after...David Heinemeier Hansson2006-10-222-6/+8
* Add support for converting blocks into function arguments in JavaScriptGenera...Sam Stephenson2006-10-191-13/+34
* Add <%= escape_once html %> to escape html while leaving any currently escape...Rick Olson2006-10-182-3/+12
* Fix double-escaped entities, such as &amp;amp;, &amp;#123;, etc. [Rick]Rick Olson2006-10-181-1/+6
* Replace KCODE checks with String#chars for truncate. Closes #6385 [Manfred S...Michael Koziarski2006-10-141-7/+2
* Use String#chars in TextHelper::excerpt. Closes #6386 [Manfred Stienstra]Michael Koziarski2006-10-121-4/+4
* Update to latest Prototype and script.aculo.us trunk versionsThomas Fuchs2006-10-094-185/+156
* Fixed that NumberHelper#number_to_delimiter should respect precision of highe...David Heinemeier Hansson2006-10-091-3/+9
* Fixed that FormHelper#radio_button didn't respect an :id being passed in (clo...David Heinemeier Hansson2006-10-091-2/+2
* Added an html_options hash parameter to javascript_tag() and update_page_tag(...David Heinemeier Hansson2006-10-092-4/+10
* Also update escaping for prototype rescues [DHH]David Heinemeier Hansson2006-10-091-1/+1
* Fixed escaping of backslashes in JavaScriptHelper#escape_javascript (closes #...David Heinemeier Hansson2006-10-091-1/+1
* Docfix (closes #6356)David Heinemeier Hansson2006-10-091-1/+9
* cleanup of local_assigns handling and documentation update (closes #6358) [sk...David Heinemeier Hansson2006-10-081-6/+16
* Deprecation: @request will be removed after 1.2. Use the request method instead.Jeremy Kemper2006-09-291-5/+5
* strip_links is case-insensitive. Closes #6285.Jeremy Kemper2006-09-261-1/+1
* Added proper getters and setters for content type and charset [DHH] Added utf...David Heinemeier Hansson2006-09-171-4/+3
* Updated prototype.js to 1.5.0_rc1 with latest fixes. [Rick Olson]Rick Olson2006-09-161-28/+49
* Load helpers in alphabetical order for consistency. Resolve cyclic javascript...Jeremy Kemper2006-09-122-2/+3
* Split Form.serialize into Form.serialize and Form.serializeElements. The latt...David Heinemeier Hansson2006-09-081-2/+6
* We cant make MySQL 5 happy if it means making SQLite and PostgreSQL cry. So c...David Heinemeier Hansson2006-09-081-1/+1
* Since to_sing, we need to check for empty stringDavid Heinemeier Hansson2006-09-081-1/+1
* 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