aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Make sure xml_simple requests don't blow up if an empty request body is recievedJamis Buck2006-03-181-0/+6
* fix broken respond_to testJamis Buck2006-03-184-1/+4
* Add ability for relative_url_root to be specified via an environment variable...Nicholas Seckar2006-03-181-0/+13
* Fixed link_to "somewhere", :post => true to produce valid XHTML by using the ...David Heinemeier Hansson2006-03-181-2/+2
* Added :function option to PrototypeHelper#observe_field/observe_form that all...David Heinemeier Hansson2006-03-181-0/+10
* Allow for respond_to(:html, :js, :xml) (closes #4277) [Caio Chassot]David Heinemeier Hansson2006-03-181-0/+18
* Add a test to make sure basic XML entities get unescaped properlyJamis Buck2006-03-181-0/+8
* Make Mime::Type.parse consider q values (if any)Jamis Buck2006-03-181-0/+24
* XML-formatted requests are typecast according to "type" attributes for :xml_s...Jamis Buck2006-03-181-1/+53
* Fixed proxy support for lighttpd (closes #3267) [stephen_purcell@yahoo.com]David Heinemeier Hansson2006-03-161-2/+19
* Added TestRequest#raw_post that simulate raw_post from CgiRequest (closes #30...David Heinemeier Hansson2006-03-161-0/+17
* Dots in template path should not trip up rendering (closes #4244) [lmarlow@ya...David Heinemeier Hansson2006-03-162-1/+22
* Underscore dasherized keys in formatted requestsJamis Buck2006-03-151-3/+28
* Add MimeResponds::Responder#any for managing multiple types with identical re...Jamis Buck2006-03-151-0/+21
* Added simple alert() notifications for RJS exceptions when config.action_view...Sam Stephenson2006-03-133-20/+28
* Rendering xml shouldnt happen inside any layout. Added class proxying to RJS,...David Heinemeier Hansson2006-03-132-1/+8
* Default mime type for XML should be application/xml [DHH]David Heinemeier Hansson2006-03-121-0/+12
* Mime types are separated by a comma, not semicolon, in the Accept header. Als...David Heinemeier Hansson2006-03-122-7/+7
* Added synonym and custom type handling to respond_to [DHH]David Heinemeier Hansson2006-03-121-0/+28
* Assume that we accept what we give [DHH]David Heinemeier Hansson2006-03-121-0/+18
* Added defaults to respond_to [DHH]David Heinemeier Hansson2006-03-126-17/+59
* Added option to render action/template/file of a specific extension (and here...David Heinemeier Hansson2006-03-122-56/+64
* Added better support for using the same actions to output for different sourc...David Heinemeier Hansson2006-03-113-3/+105
* Fix problem with unloaded ARStore sessions being loaded when they are garbage...Jamis Buck2006-03-081-0/+22
* Re-added mixed-in helper methods for the JavascriptGenerator. Moved Javascri...Rick Olson2006-03-082-27/+41
* ActionController::Base.param_parsers now accept symbols. currently supported ...Tobias Lütke2006-03-051-2/+20
* Added new infrastructure support for REST webservices.Tobias Lütke2006-03-052-2/+148
* Fixed tests (closes #4087) [Rick Olson]David Heinemeier Hansson2006-03-051-0/+6
* Fixed tests (closes #4087) [Rick Olson]David Heinemeier Hansson2006-03-052-5/+29
* allow RJS enum values to be passed to visual_effect() and other scriptaculous...David Heinemeier Hansson2006-03-053-59/+69
* RJS now does enumerations, baby! (closes #3876) [Rick Olson]David Heinemeier Hansson2006-03-031-2/+102
* Fixed that default image extension was not appended when using a full URL wit...David Heinemeier Hansson2006-03-021-1/+2
* Added support to AssetTagHelper#javascript_include_tag for having :defaults a...David Heinemeier Hansson2006-02-282-5/+7
* Added support for visual effects scoped queues to the visual_effect helper #3...Thomas Fuchs2006-02-271-0/+6
* Added .rxml (and any non-rhtml template, really) supportfor CaptureHelper#con...David Heinemeier Hansson2006-02-264-1/+41
* Remove ::Controllers related cruft; fix AP testsNicholas Seckar2006-02-262-53/+39
* Added script.aculo.us drag and drop helpers to RJS [Thomas Fuchs]Thomas Fuchs2006-02-261-0/+26
* Fixed form_for regression (closes #3962) [t.lucas@toolmantim.com]David Heinemeier Hansson2006-02-261-0/+19
* Fixed testsDavid Heinemeier Hansson2006-02-261-2/+2
* Fixed that form elements would strip the trailing [] from the first parameter...David Heinemeier Hansson2006-02-261-0/+7
* The image_tag helper is not converting the options hash to symbols (closes #3...David Heinemeier Hansson2006-02-261-0/+2
* Added various InPlaceEditor options, #3746, #3891, #3896, #3906Thomas Fuchs2006-02-211-0/+38
* Fixed that the request method would be sticky in tests (closes #3849) [lars@p...David Heinemeier Hansson2006-02-201-0/+6
* Added :count option to pagination that'll make it possible for the ActiveReco...David Heinemeier Hansson2006-02-201-2/+17
* Ensure backwards compatibility with symbolized action names for render_action...David Heinemeier Hansson2006-02-191-1/+10
* Make RJS treat symbolic action names nicely #3861 [Rick Olson]David Heinemeier Hansson2006-02-171-0/+9
* Use real assigns instead of a method call [DHH]David Heinemeier Hansson2006-02-121-1/+1
* replace_element was renamed replace [DHH]David Heinemeier Hansson2006-02-121-1/+1
* Also support replace and replace_html and some refactoring in JavaScriptEleme...David Heinemeier Hansson2006-02-121-0/+5
* Added element and collection proxies to RJS [DHH]David Heinemeier Hansson2006-02-121-1/+24