aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* Hash.create_from_xml has been renamed to Hash.from_xml, alias will exist unti...David Heinemeier Hansson2006-09-201-1/+1
* Rescue Errno::ECONNRESET to handle an unexpectedly closed socket connection. ...Jeremy Kemper2006-09-181-4/+4
* Added that respond_to blocks will automatically set the content type to be th...David Heinemeier Hansson2006-09-171-2/+5
* Added proper getters and setters for content type and charset [DHH] Added utf...David Heinemeier Hansson2006-09-175-9/+36
* Updated prototype.js to 1.5.0_rc1 with latest fixes. [Rick Olson]Rick Olson2006-09-161-28/+49
* Declare file extensions exempt from layouts. Closes #6219.Jeremy Kemper2006-09-161-1/+15
* remove implicit primary actions - more pain than gain. test collection actio...Jeremy Kemper2006-09-141-9/+0
* Add chained replace/update support for assert_select_rjs [Rick Olson]Rick Olson2006-09-141-10/+25
* Make sure that formatted routes for all verbs are created. Still needs to res...David Heinemeier Hansson2006-09-131-15/+19
* Load helpers in alphabetical order for consistency. Resolve cyclic javascript...Jeremy Kemper2006-09-122-2/+3
* Skip params with empty names, such as the &=Save query string from <input typ...Jeremy Kemper2006-09-121-1/+2
* Fix assert_tag so that :content => "foo" does not match substrings, but only ...Jamis Buck2006-09-101-1/+1
* 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
* Update descriptive messages for exceptions thrown by cgi_methods. Closes #6103.Jeremy Kemper2006-09-081-3/+5
* Add descriptive messages to the exceptions thrown by cgi_methods. Closes #6091.Nicholas Seckar2006-09-071-2/+8
* 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
* Update UrlWriter to support :only_path.Nicholas Seckar2006-09-061-6/+11
* 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
* Still need the regular assertionsDavid Heinemeier Hansson2006-09-051-0/+1
* caller is necessary for proper trace in deprecationDavid Heinemeier Hansson2006-09-052-2/+2
* Better bundling of new assertions and make integration tests work againDavid Heinemeier Hansson2006-09-052-15/+20
* 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
* Documentation for routes (closes #5165) [rramdas@gmail.com]David Heinemeier Hansson2006-09-041-0/+188
* Deprecated the auto-appending of .png to AssetTagHelper#image_tag calls that ...David Heinemeier Hansson2006-09-041-0/+8
* Fixed default routing NoMethodError downcase for nil when default controller ...David Heinemeier Hansson2006-09-041-2/+5
* Added locals hash to partials, which makes for convenient access of some time...David Heinemeier Hansson2006-09-041-1/+1
* Update usage notes to verifyDavid Heinemeier Hansson2006-09-041-0/+3
* 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
* Doc fix (closes #6023)David Heinemeier Hansson2006-09-041-1/+1
* Dont raise deprecation warning on render :action => "stuff"David Heinemeier Hansson2006-09-041-2/+2
* Don't use deprecated render API. Cosmetics.Jeremy Kemper2006-09-041-28/+28
* silence deprecation warnings. cosmetics.Jeremy Kemper2006-09-041-82/+84
* pass caller to deprecation warningJeremy Kemper2006-09-041-2/+4
* Active Record integration deprecation testsJeremy Kemper2006-09-041-3/+3
* Changed that uncaught exceptions raised any where in the application will cau...David Heinemeier Hansson2006-09-031-4/+7
* Integration tests: thoroughly test ActionController::Integration::Session. Cl...Jeremy Kemper2006-09-031-7/+18