aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Removed the default option of wrap=virtual on FormHelper#text_area to ensure ...David Heinemeier Hansson2005-07-022-1/+3
* Rake task to update spin off libraries #1514 [Tobias Luetke]David Heinemeier Hansson2005-07-021-0/+8
* Adds the ability to include XML CDATA tags using Builder #1563 [Josh Knowles]David Heinemeier Hansson2005-07-022-0/+15
* Added evaluation of <SCRIPT> blocks in content returned to Ajax calls #1577 [...David Heinemeier Hansson2005-07-024-15/+36
* Make render(:inline) use locals #1556 [Michael Shuerig]David Heinemeier Hansson2005-07-012-2/+11
* Load models and frequency typo on upoad progress #1555 [Sean Treadway]David Heinemeier Hansson2005-07-013-6/+8
* Fix IE 30-sec timeout bug, make auto_complete_for even more delicious #1572 [...David Heinemeier Hansson2005-07-016-46/+97
* Fixed mr recycle!David Heinemeier Hansson2005-06-301-1/+2
* Uncommented request.recycle! as it breaks more than it fixes, left test case ...David Heinemeier Hansson2005-06-305-9/+29
* Dont include the upload progress automatically before it works betterDavid Heinemeier Hansson2005-06-302-5/+0
* File upload progress seems to have problems on a variety of servers, marking ...David Heinemeier Hansson2005-06-303-5/+4
* Wrong variable name used in observe_field #1551David Heinemeier Hansson2005-06-301-1/+1
* Give auto_complete_for parameters, fix browser-autocompletion #1550David Heinemeier Hansson2005-06-292-6/+11
* A bit more routes refactoring and testDavid Heinemeier Hansson2005-06-292-5/+9
* Got back to functional testing harmonyDavid Heinemeier Hansson2005-06-292-33/+57
* Rolled back changed to test_process as it broke havok this morningDavid Heinemeier Hansson2005-06-291-13/+12
* Fix JavaScriptHelper capitalization and make it compatible with Prototype #15...David Heinemeier Hansson2005-06-294-22/+24
* Script.aculo.us: autocompletion focus fix, setContentZoom fix #1546 [Thomas F...David Heinemeier Hansson2005-06-293-19/+21
* Sync Prototype; closes #1539Sam Stephenson2005-06-291-30/+59
* r1475@iwill: jeremy | 2005-06-28 23:19:51 -0700Jeremy Kemper2005-06-297-66/+71
* Routes fail with leading slash #1540 [Nicholas Seckar]Jamis Buck2005-06-283-0/+8
* Badly applied patch fixDavid Heinemeier Hansson2005-06-281-2/+2
* Added support for upload progress indicators in Apache and lighttpd 1.4.x (wo...David Heinemeier Hansson2005-06-286-0/+1730
* Added support for upload progress indicators in Apache and lighttpd 1.4.x (wo...David Heinemeier Hansson2005-06-286-16/+107
* This patch modifies RouteSet#write_generation and RouteSet#write_recognition ...David Heinemeier Hansson2005-06-281-1/+8
* Fix the Event.findElement prototype function. Needed to get autocomplete work...David Heinemeier Hansson2005-06-281-3/+3
* Added support for graceful error handling of Ajax calls #1217 [Jamis Buck/Tho...David Heinemeier Hansson2005-06-273-22/+85
* Make Object.prototype.extend work correctlySam Stephenson2005-06-271-2/+2
* Work around existing Element and Event objects in PrototypeSam Stephenson2005-06-271-8/+12
* Don't ignore :controller for urls made inside a controller module #1526 [Nich...David Heinemeier Hansson2005-06-272-2/+11
* Make named routes work without hashes #1523 [Nicholas Seckar]David Heinemeier Hansson2005-06-272-1/+7
* Fixed routing bugDavid Heinemeier Hansson2005-06-271-1/+1
* Attempt to explicitly flush the output at the end of CgiProcess#outJamis Buck2005-06-272-0/+4
* Update script.aculo.us scripts for Prototype 1.3.0 #1522 [Thomas Fuchs]David Heinemeier Hansson2005-06-273-3/+107
* Fix a potential bug in Prototype's Ajax.Request involving Mozilla and null PO...Sam Stephenson2005-06-271-11/+11
* Fixed assert_redirected_to to handle absolute controller paths properly #1472...David Heinemeier Hansson2005-06-273-6/+29
* Added event-based observations when frequency is not set on observe_field/for...David Heinemeier Hansson2005-06-272-5/+18
* Dont use evals in backtraces #1513David Heinemeier Hansson2005-06-271-6/+8
* Update to Prototype 1.3.0; closes #1441, #1348Sam Stephenson2005-06-271-389/+435
* Update script.aculo.us scripts to fix some bugs #1515David Heinemeier Hansson2005-06-263-20/+31
* Fixed that Functional tests do not set request.path_parameters properly #1512...David Heinemeier Hansson2005-06-262-4/+23
* Renamed remote_sortable to sortable_elementDavid Heinemeier Hansson2005-06-262-2/+32
* Added auto_complete_for to controller and text_field_with_auto_complete to vi...David Heinemeier Hansson2005-06-262-16/+57
* Added script.aculo.us Javascripts (controls.js, dragdrop.js, effects.js) (NEE...David Heinemeier Hansson2005-06-267-189/+1558
* Added testing of named routes #1506 [Nicholas Seckar]David Heinemeier Hansson2005-06-263-2/+14
* RoutingError should show 404.html when in public #1503 [Ulysses]Jamis Buck2005-06-251-4/+5
* Updated assert_generates/routing to the new Routes code #1498 [Rick Olson]David Heinemeier Hansson2005-06-252-1/+6
* Fixed prototype to consider all fields it doesn't know as text (such as Safar...David Heinemeier Hansson2005-06-252-4/+4
* Eliminate a "string literal in condition" warning from some routesJamis Buck2005-06-252-1/+13
* Fix problem with symbol/string mismatch on some routesJamis Buck2005-06-242-1/+8