aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Rewind readable CGI params so others may reread them (such as CGI::Session wh...Jeremy Kemper2006-06-021-1/+9
* Finish custom handling [DHH]David Heinemeier Hansson2006-06-021-0/+16
* Make new mime types first class [DHH]David Heinemeier Hansson2006-06-021-1/+4
* Added Mime::Type.register(string, symbol, synonyms = []) for adding new custo...David Heinemeier Hansson2006-06-021-0/+6
* Added support for Mime objects in render :content_type option [DHH]David Heinemeier Hansson2006-06-021-0/+10
* Add :status option to send_data and send_file. Defaults to '200 OK'. Closes #...Jeremy Kemper2006-06-021-1/+15
* Dont keep nothing as a lookup [DHH]David Heinemeier Hansson2006-06-011-1/+0
* New routes implementation. Simpler, faster, easier to understand. The publish...Jamis Buck2006-06-018-810/+1048
* Cope with missing content type and length headers. Parse parameters from mult...Jeremy Kemper2006-06-012-15/+61
* Added interrogation of params[:format] to determine Accept type. If :format i...David Heinemeier Hansson2006-05-311-0/+14
* Added :method handling for other verbs to remote_form_tag and remote_form_for...David Heinemeier Hansson2006-05-281-5/+15
* Expanded :method option in FormHelper#form_tag to allow for verbs other than ...David Heinemeier Hansson2006-05-282-0/+27
* Added :method option to UrlHelper#link_to, which allows for using other verbs...David Heinemeier Hansson2006-05-281-2/+9
* follow_redirect doesn't complain about being redirected to the same controlle...Jeremy Kemper2006-05-221-7/+39
* Add layout attribute to response object with the name of the layout that was ...Marcel Molina2006-05-171-0/+51
* Fix NoMethodError when parsing params like &&. [Adam Greenfield]. Closes #4955Michael Koziarski2006-05-161-0/+6
* form.text_area handles the :size option just like the original text_area (:si...Jeremy Kemper2006-05-111-0/+7
* Excise ingrown code from FormOptionsHelper#options_for_select. Closes #5008.Jeremy Kemper2006-05-091-0/+4
* Small fix in routing to allow dynamic routes (broken after [4242]) [Rick]Rick Olson2006-04-301-1/+9
* Allow error_messages_for to report errors for multiple objects, as well as su...Marcel Molina2006-04-261-1/+51
* Fix assert_redirected_to tests according to real-world usage.Rick Olson2006-04-251-3/+15
* Diff compared options with #assert_redirected_to [Rick]Rick Olson2006-04-223-12/+47
* restore some commented linesJamis Buck2006-04-211-13/+13
* fix to ';' interpretation in route recognition--only follow a route with ';' ...Jamis Buck2006-04-211-12/+17
* Add support in routes for semicolon delimited "subpaths", like /books/:id;:ac...Jamis Buck2006-04-211-0/+76
* Change link_to_function and button_to_function to (optionally) take an update...Sam Stephenson2006-04-191-0/+15
* Added :add_headers option to verify which merges a hash of name/value pairs i...Sam Stephenson2006-04-081-4/+4
* Added ActionController.filter_parameter_logging that makes it easy to remove ...David Heinemeier Hansson2006-04-071-0/+42
* Failed test for Marcel to ponderDavid Heinemeier Hansson2006-04-061-2/+10
* Honor skipping filters conditionally for only certain actions even when the p...Marcel Molina2006-04-051-1/+22
* Add additional autocompleter options [aballai, Thomas Fuchs]Thomas Fuchs2006-04-021-2/+7
* Skip complete URLsDavid Heinemeier Hansson2006-03-291-0/+5
* Added automated timestamping to AssetTagHelper methods for stylesheets, javas...David Heinemeier Hansson2006-03-292-0/+16
* Update descriptionDavid Heinemeier Hansson2006-03-281-5/+3
* ActionView: Allow to register a Template handler with a Symbol (dont kill mar...David Heinemeier Hansson2006-03-261-0/+8
* finish form_for change, allow hash as the second param: form_for :post, :url ...Rick Olson2006-03-261-6/+6
* Change #form_for and #fields_for so that the second argument is not required ...Rick Olson2006-03-261-1/+38
* Fix double url escaping of remote_function. Add :escape => false option to Ac...Nicholas Seckar2006-03-222-0/+6
* Fix testDavid Heinemeier Hansson2006-03-221-1/+1
* Fix assert_redirected_to so it works with symbolsJamis Buck2006-03-201-3/+18
* Add :script option to in_place_editor to support evalScripts (closes #4194) [...Rick Olson2006-03-191-0/+7
* Fix mixed case enumerable methods in the JavaScript Collection Proxy (closes ...Rick Olson2006-03-191-0/+13
* Undo accidental escaping for mail_to; add regression test. Fix incorrect cred...Nicholas Seckar2006-03-191-0/+4
* Added nicer message for assert_redirected_to (closes #4294) [court3nay, Chris...Rick Olson2006-03-191-0/+14
* Change url_for to escape the resulting URLs when called from a view. Closes #...Nicholas Seckar2006-03-181-11/+21
* Added test for Accept header for xml_http_request calls in functional tests (...David Heinemeier Hansson2006-03-181-1/+9
* Removed XML argument style for respond_to, so type.xml(object.to_xml) no long...David Heinemeier Hansson2006-03-185-17/+31
* Added easy support for testing file uploads with fixture_file_upload (closes ...David Heinemeier Hansson2006-03-182-0/+27
* 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