aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Remove junk form helper test. Closes #8416 [eric_oconnell]Jeremy Kemper2007-06-051-7/+0
* Allow JSON-style values for the :with option of observe_field. Closes #8557 ...Thomas Fuchs2007-06-031-0/+11
* Routing: map.resource :logo routes to LogosController so the controller may b...Jeremy Kemper2007-06-011-12/+12
* render :partial recognizes Active Record associations as Arrays. Closes #8538.Jeremy Kemper2007-06-012-1/+65
* Fixed that DateHelper#date_select should set the day to the 1st when its a hi...David Heinemeier Hansson2007-05-311-0/+17
* fix test cases to match new json output. Closes #8371Rick Olson2007-05-292-13/+13
* Routing: drop semicolon and comma as route separators.Jeremy Kemper2007-05-291-18/+24
* request.remote_ip understands X-Forwarded-For addresses with nonstandard whit...Jeremy Kemper2007-05-281-0/+3
* Don't croak if ruby-debug isn't installed.Jeremy Kemper2007-05-281-1/+5
* Don't prepare response when rendering a component. Closes #8493.Jeremy Kemper2007-05-271-0/+11
* Added custom path cache_page/expire_page parameters in addition to the option...David Heinemeier Hansson2007-05-272-0/+26
* Action Caching speedup. #8231 [skaes]Rick Olson2007-05-271-2/+2
* Ensure compiled template tests pass on windows where there are no symlinks. [...Michael Koziarski2007-05-271-22/+28
* Routing: respond with 405 Method Not Allowed status when the route path match...Jeremy Kemper2007-05-263-9/+45
* Add support for assert_select_rjs with :show and :hide. #7780 [dchelimsky]Marcel Molina2007-05-261-2/+64
* Make assert_select's failure messages clearer about what failed. #7779 [dchel...Marcel Molina2007-05-261-10/+33
* Missed svn add from [6856]. References #8174.Jeremy Kemper2007-05-261-0/+1
* Introduce a default respond_to block for custom types. Closes #8174.Jeremy Kemper2007-05-261-29/+36
* auto_complete_field takes a :method option so you can GET or POST. Closes #8120.Jeremy Kemper2007-05-261-0/+2
* Add multipart request parsing test with bracketed parameter key. References #...Jeremy Kemper2007-05-242-0/+9
* Added option to suppress :size when using :maxlength for FormTagHelper#text_f...David Heinemeier Hansson2007-05-241-0/+6
* catch possible WSOD when trying to render a missing partial. Closes #8454 [Ca...Rick Olson2007-05-241-0/+10
* Set RAW_POST_DATA when request parameters are parsed.Jeremy Kemper2007-05-231-9/+11
* Rewind request body after reading it, if possible. Closes #8438.Jeremy Kemper2007-05-231-0/+17
* Rescuing in around_filters works as expected again [codahale, Stephan Kaes]. ...Tobias Lütke2007-05-221-0/+35
* Strip junk whitespace from [6806].Jeremy Kemper2007-05-221-19/+19
* Resource namespaces are inherited by their has_many subresources. Closes #8280.Jeremy Kemper2007-05-221-3/+32
* Fix filtered parameter logging with nil parameter values. Closes #8422.Jeremy Kemper2007-05-211-0/+1
* Integration tests: alias xhr to xml_http_request and add a request_method arg...Jeremy Kemper2007-05-211-4/+54
* Fix incorrent content type lookup in request parsing. Closes #8407.Jeremy Kemper2007-05-191-1/+17
* Allow routes to be declared off namespacesTobias Lütke2007-05-192-2/+44
* observe_form always sends the serialized form. Closes #5271.Jeremy Kemper2007-05-181-2/+2
* Include location header in args.Jeremy Kemper2007-05-181-2/+1
* Parse url-encoded and multipart requests ourselves instead of delegating to CGI.Jeremy Kemper2007-05-186-500/+410
* select :include_blank option can be set to a string instead of true, which ju...Jeremy Kemper2007-05-181-0/+56
* Fix render :location => ... test.Jeremy Kemper2007-05-181-4/+8
* Clean up the simply_helpful merge.Jeremy Kemper2007-05-182-3/+3
* Added url_for usage on render :location, which allows for record identificati...David Heinemeier Hansson2007-05-171-1/+19
* Allow nested namespaces in routingTobias Lütke2007-05-171-0/+18
* Add multipart and url-encoded form mime types.Jeremy Kemper2007-05-151-2/+2
* Move request parameter parsing from CGI to AbstractRequest.Jeremy Kemper2007-05-152-34/+37
* Introduce the request.body stream. Lazy-read to parse parameters rather than ...Jeremy Kemper2007-05-154-32/+48
* Add some performance enhancements to ActionView.Rick Olson2007-05-151-0/+1
* add test case for js.erb partials on *.js formatted requestsRick Olson2007-05-152-0/+6
* Assume that rendered partials go by the HTML format by defaultRick Olson2007-05-154-0/+21
* Shine some sunlight on the CGI extensions. Remove unused CGI#session.Jeremy Kemper2007-05-153-39/+35
* Added record identifications to FormHelper#form_for and PrototypeHelper#remot...David Heinemeier Hansson2007-05-143-37/+143
* Rationalize route path escaping according to RFC 2396 section 3.3. Closes #75...Jeremy Kemper2007-05-141-31/+30
* Removed deprecated parameters_for_method_reference concept (legacy from befor...David Heinemeier Hansson2007-05-129-13/+136
* Add broken testNicholas Seckar2007-05-121-0/+5