aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
...
* Deprecate @cookiesJeremy Kemper2006-09-296-6/+8
* assert_select_rjs decodes escaped unicode chars since the Javascript generato...Jeremy Kemper2006-09-293-17/+37
* Deprecation: @request will be removed after 1.2. Use the request method instead.Jeremy Kemper2006-09-2912-112/+105
* modify head so that you can specify a bare status code as the first parameterJamis Buck2006-09-282-6/+33
* Add ActionController::Base#head for rendering empty responses. Add support fo...Jamis Buck2006-09-285-2/+176
* Fix bug that kept any before_filter except the first one from being able to h...Rick Olson2006-09-274-5/+52
* Make sure map.resources(:things, :new => { :new => :any }) correctly sets /th...Jamis Buck2006-09-262-10/+31
* strip_links is case-insensitive. Closes #6285.Jeremy Kemper2006-09-263-1/+4
* whitespaceJeremy Kemper2006-09-261-5/+5
* Clear the cache of possible controllers whenever Routes are reloaded.Nicholas Seckar2006-09-233-2/+32
* Filters overhaul including meantime filter support for around filters. Closes...Jeremy Kemper2006-09-224-230/+676
* use ActiveRecordTestCaseJeremy Kemper2006-09-221-2/+2
* use :dependent => :destroy rather than :dependent => trueJeremy Kemper2006-09-221-2/+2
* Update RJS render tests.Sam Stephenson2006-09-202-3/+5
* Just use the vanilla mime type string, no need for fancy lookups [DHH]David Heinemeier Hansson2006-09-201-2/+2
* Update CGI process to allow sessions to contain namespaced models. Closes #4638.Nicholas Seckar2006-09-202-1/+3
* Fix routing to respect user provided requirements and defaults when assigning...Nicholas Seckar2006-09-203-9/+90
* 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-182-4/+6
* test default content type for implicit rjs template renderRick Olson2006-09-182-0/+10
* Added that respond_to blocks will automatically set the content type to be th...David Heinemeier Hansson2006-09-174-2/+45
* Added proper getters and setters for content type and charset [DHH] Added utf...David Heinemeier Hansson2006-09-1711-14/+158
* Updated prototype.js to 1.5.0_rc1 with latest fixes. [Rick Olson]Rick Olson2006-09-162-28/+55
* Declare file extensions exempt from layouts. Closes #6219.Jeremy Kemper2006-09-163-1/+51
* remove implicit primary actions - more pain than gain. test collection actio...Jeremy Kemper2006-09-142-32/+36
* Add chained replace/update support for assert_select_rjs [Rick Olson]Rick Olson2006-09-143-10/+67
* Make sure that formatted routes for all verbs are created. Still needs to res...David Heinemeier Hansson2006-09-132-21/+24
* Load helpers in alphabetical order for consistency. Resolve cyclic javascript...Jeremy Kemper2006-09-123-2/+5
* Skip params with empty names, such as the &=Save query string from <input typ...Jeremy Kemper2006-09-123-3/+15
* Fix assert_tag so that :content => "foo" does not match substrings, but only ...Jamis Buck2006-09-103-3/+12
* Add test case to test attribute matching by assert_tagJamis Buck2006-09-091-0/+10
* 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-082-4/+6
* Add descriptive messages to the exceptions thrown by cgi_methods. Closes #6091.Nicholas Seckar2006-09-072-2/+10
* 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-073-9/+26
* Update UrlWriter to support :only_path.Nicholas Seckar2006-09-063-8/+37
* Get symbol definitions of methods converted to strings [DHH]David Heinemeier Hansson2006-09-061-1/+1
* added passing test for using partials with an xml builderRick Olson2006-09-063-0/+13
* Backed out of locals hash as it caused trouble with Builder, see ticket for moreDavid Heinemeier Hansson2006-09-063-34/+1
* Fixed JavaScriptHelper#link_to_function and JavaScriptHelper#button_to_functi...David Heinemeier Hansson2006-09-063-2/+32
* 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-054-55/+120
* Update to Prototype 1.5.0_rc1Sam Stephenson2006-09-052-126/+355