aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template
Commit message (Expand)AuthorAgeFilesLines
* Added new scriptaculous options for auto_complete_field #2343 [m.stienstra@fn...Thomas Fuchs2005-10-011-0/+4
* Don't prepend the asset host if the string is already a fully-qualified URLJamis Buck2005-09-301-0/+10
* Update script.aculo.us to 1.5_rc2, and Prototype to 1.4.0_pre7Thomas Fuchs2005-09-283-3/+6
* Added test coverage for stylesheet_path to show that it works as requested in...Marcel Molina2005-09-281-0/+4
* Have text helpers use built in Regexp.escape rather than home grown alternativeMarcel Molina2005-09-261-0/+6
* Fixed that auto_discovery_link_tag couldn't take a string as the URLDavid Heinemeier Hansson2005-09-221-0/+1
* Optimized tag_options to not sort keys, which is no longer necessary when ass...David Heinemeier Hansson2005-09-209-177/+185
* Make the truncate() helper multi-byte safe (assuming $KCODE has been set to s...Jamis Buck2005-09-191-0/+25
* Make upload progress not throw JavaScript errors when there is no progress ba...David Heinemeier Hansson2005-09-161-140/+4
* More auto-link fixes (to include query strings in autolinked text)Jamis Buck2005-09-141-0/+4
* Fix autolinking to not include trailing tags as part of the URLJamis Buck2005-09-131-0/+7
* Added ActionController::Base.session_store=, session_store, and session_optio...David Heinemeier Hansson2005-09-131-1/+1
* Added TextHelper#cycle to cycle over an array of values on each hit (useful f...David Heinemeier Hansson2005-09-121-0/+89
* Split macros test into their own suiteDavid Heinemeier Hansson2005-09-112-28/+52
* Added :multipart option to ActiveRecordHelper#form to make it possible to add...David Heinemeier Hansson2005-09-111-0/+7
* Added :disabled option to all data selects that'll make the elements inaccess...David Heinemeier Hansson2005-09-111-2/+60
* Fixed that TextHelper#auto_link_urls would include punctuation in the links #...David Heinemeier Hansson2005-09-111-1/+15
* Added Kernel#silence_warnings and puts it into use throughout the frameworkDavid Heinemeier Hansson2005-09-112-13/+13
* Fixed that number_to_currency(1000, {:precision => 0})) should return "$1,000...David Heinemeier Hansson2005-09-091-0/+2
* Fixed JavascriptHelper#auto_complete_for to only include unique items #2153 [...David Heinemeier Hansson2005-09-091-0/+4
* Fixed that onclick would be overridden even when special features werent usedDavid Heinemeier Hansson2005-09-081-0/+4
* Fixed all AssetHelper methods to work with relative paths, such that javascri...David Heinemeier Hansson2005-09-081-0/+1
* Fixed a broken testDavid Heinemeier Hansson2005-09-081-1/+1
* Use this.href, not unexisting urlDavid Heinemeier Hansson2005-09-071-1/+1
* Added :post option to UrlHelper#link_to that makes it possible to do POST req...David Heinemeier Hansson2005-09-071-0/+18
* Added :popup option to UrlHelper#link_to #1996 [gabriel.gironda@gmail.com]David Heinemeier Hansson2005-09-041-0/+26
* Render refactoring; render error reporting fixesNicholas Seckar2005-08-261-0/+63
* Added :use_short_month option to select_month helper to show month names as a...Jamis Buck2005-08-221-0/+18
* Make link_to escape the javascript in the confirm option #1964 [nicolas.pouil...Jamis Buck2005-08-141-0/+4
* Fixed bug with :success/:failure callbacks for the JavaScriptHelper methods #...David Heinemeier Hansson2005-07-141-0/+40
* Script.aculo.us: latest rev, new autocompleter features, memory leaks fixed #...David Heinemeier Hansson2005-07-111-1/+5
* Made JavaScriptHelper tests pass regardless of hash order #1656 [Sam Stephenson]David Heinemeier Hansson2005-07-101-18/+18
* Added that nil options are not included in tags, so tag("p", :ignore => nil) ...David Heinemeier Hansson2005-07-094-6/+14
* Include Javascript tests in rake #1655 [courtney]David Heinemeier Hansson2005-07-081-2/+2
* Make new AJAX helpers aware of more of their options #1622 [Thomas Fuchs]David Heinemeier Hansson2005-07-061-2/+10
* benchmark helper takes an optional log level, defaults to :info. Chose symbo...Jeremy Kemper2005-07-051-0/+72
* r2822@asus: jeremy | 2005-07-04 21:14:30 -0700Jeremy Kemper2005-07-041-6/+8
* Improved update_element_function #1597 [Thomas Fuchs]David Heinemeier Hansson2005-07-041-0/+25
* Added :prompt option to FormOptions#select (and the users of it, like FormOpt...David Heinemeier Hansson2005-07-031-0/+36
* AJAX error handling fix, Prototype event handling #1589 [Thomas Fuchs]David Heinemeier Hansson2005-07-031-4/+10
* Added :field_name option to DateHelper#select_(year|month|day) to deviate fro...David Heinemeier Hansson2005-07-021-0/+43
* Update for JavaScript helper tests #1584 [Thomas Fuchs]David Heinemeier Hansson2005-07-021-14/+48
* Added that UrlHelper#mail_to will now also encode the default link title #749...David Heinemeier Hansson2005-07-023-9/+17
* Load models and frequency typo on upoad progress #1555 [Sean Treadway]David Heinemeier Hansson2005-07-011-4/+4
* Uncommented request.recycle! as it breaks more than it fixes, left test case ...David Heinemeier Hansson2005-06-301-0/+0
* Fix JavaScriptHelper capitalization and make it compatible with Prototype #15...David Heinemeier Hansson2005-06-292-7/+7
* Added support for upload progress indicators in Apache and lighttpd 1.4.x (wo...David Heinemeier Hansson2005-06-281-0/+272
* Added script.aculo.us Javascripts (controls.js, dragdrop.js, effects.js) (NEE...David Heinemeier Hansson2005-06-261-1/+23
* Added TextHelper#word_wrap(text, line_length = 80) #1449 [tuxie@dekadance.se]David Heinemeier Hansson2005-06-211-0/+4
* Added tag_options as a third parameter to AssetHelper#auto_discovery_link_tag...David Heinemeier Hansson2005-06-211-0/+6