| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added support for Mime objects in render :content_type option [DHH] | David Heinemeier Hansson | 2006-06-02 | 1 | -0/+10 |
* | Add :status option to send_data and send_file. Defaults to '200 OK'. Closes #... | Jeremy Kemper | 2006-06-02 | 1 | -1/+15 |
* | Dont keep nothing as a lookup [DHH] | David Heinemeier Hansson | 2006-06-01 | 1 | -1/+0 |
* | New routes implementation. Simpler, faster, easier to understand. The publish... | Jamis Buck | 2006-06-01 | 8 | -810/+1048 |
* | Cope with missing content type and length headers. Parse parameters from mult... | Jeremy Kemper | 2006-06-01 | 2 | -15/+61 |
* | Added interrogation of params[:format] to determine Accept type. If :format i... | David Heinemeier Hansson | 2006-05-31 | 1 | -0/+14 |
* | Added :method handling for other verbs to remote_form_tag and remote_form_for... | David Heinemeier Hansson | 2006-05-28 | 1 | -5/+15 |
* | Expanded :method option in FormHelper#form_tag to allow for verbs other than ... | David Heinemeier Hansson | 2006-05-28 | 2 | -0/+27 |
* | Added :method option to UrlHelper#link_to, which allows for using other verbs... | David Heinemeier Hansson | 2006-05-28 | 1 | -2/+9 |
* | follow_redirect doesn't complain about being redirected to the same controlle... | Jeremy Kemper | 2006-05-22 | 1 | -7/+39 |
* | Add layout attribute to response object with the name of the layout that was ... | Marcel Molina | 2006-05-17 | 1 | -0/+51 |
* | Fix NoMethodError when parsing params like &&. [Adam Greenfield]. Closes #4955 | Michael Koziarski | 2006-05-16 | 1 | -0/+6 |
* | form.text_area handles the :size option just like the original text_area (:si... | Jeremy Kemper | 2006-05-11 | 1 | -0/+7 |
* | Excise ingrown code from FormOptionsHelper#options_for_select. Closes #5008. | Jeremy Kemper | 2006-05-09 | 1 | -0/+4 |
* | Small fix in routing to allow dynamic routes (broken after [4242]) [Rick] | Rick Olson | 2006-04-30 | 1 | -1/+9 |
* | Allow error_messages_for to report errors for multiple objects, as well as su... | Marcel Molina | 2006-04-26 | 1 | -1/+51 |
* | Fix assert_redirected_to tests according to real-world usage. | Rick Olson | 2006-04-25 | 1 | -3/+15 |
* | Diff compared options with #assert_redirected_to [Rick] | Rick Olson | 2006-04-22 | 3 | -12/+47 |
* | restore some commented lines | Jamis Buck | 2006-04-21 | 1 | -13/+13 |
* | fix to ';' interpretation in route recognition--only follow a route with ';' ... | Jamis Buck | 2006-04-21 | 1 | -12/+17 |
* | Add support in routes for semicolon delimited "subpaths", like /books/:id;:ac... | Jamis Buck | 2006-04-21 | 1 | -0/+76 |
* | Change link_to_function and button_to_function to (optionally) take an update... | Sam Stephenson | 2006-04-19 | 1 | -0/+15 |
* | Added :add_headers option to verify which merges a hash of name/value pairs i... | Sam Stephenson | 2006-04-08 | 1 | -4/+4 |
* | Added ActionController.filter_parameter_logging that makes it easy to remove ... | David Heinemeier Hansson | 2006-04-07 | 1 | -0/+42 |
* | Failed test for Marcel to ponder | David Heinemeier Hansson | 2006-04-06 | 1 | -2/+10 |
* | Honor skipping filters conditionally for only certain actions even when the p... | Marcel Molina | 2006-04-05 | 1 | -1/+22 |
* | Add additional autocompleter options [aballai, Thomas Fuchs] | Thomas Fuchs | 2006-04-02 | 1 | -2/+7 |
* | Skip complete URLs | David Heinemeier Hansson | 2006-03-29 | 1 | -0/+5 |
* | Added automated timestamping to AssetTagHelper methods for stylesheets, javas... | David Heinemeier Hansson | 2006-03-29 | 2 | -0/+16 |
* | Update description | David Heinemeier Hansson | 2006-03-28 | 1 | -5/+3 |
* | ActionView: Allow to register a Template handler with a Symbol (dont kill mar... | David Heinemeier Hansson | 2006-03-26 | 1 | -0/+8 |
* | finish form_for change, allow hash as the second param: form_for :post, :url ... | Rick Olson | 2006-03-26 | 1 | -6/+6 |
* | Change #form_for and #fields_for so that the second argument is not required ... | Rick Olson | 2006-03-26 | 1 | -1/+38 |
* | Fix double url escaping of remote_function. Add :escape => false option to Ac... | Nicholas Seckar | 2006-03-22 | 2 | -0/+6 |
* | Fix test | David Heinemeier Hansson | 2006-03-22 | 1 | -1/+1 |
* | Fix assert_redirected_to so it works with symbols | Jamis Buck | 2006-03-20 | 1 | -3/+18 |
* | Add :script option to in_place_editor to support evalScripts (closes #4194) [... | Rick Olson | 2006-03-19 | 1 | -0/+7 |
* | Fix mixed case enumerable methods in the JavaScript Collection Proxy (closes ... | Rick Olson | 2006-03-19 | 1 | -0/+13 |
* | Undo accidental escaping for mail_to; add regression test. Fix incorrect cred... | Nicholas Seckar | 2006-03-19 | 1 | -0/+4 |
* | Added nicer message for assert_redirected_to (closes #4294) [court3nay, Chris... | Rick Olson | 2006-03-19 | 1 | -0/+14 |
* | Change url_for to escape the resulting URLs when called from a view. Closes #... | Nicholas Seckar | 2006-03-18 | 1 | -11/+21 |
* | Added test for Accept header for xml_http_request calls in functional tests (... | David Heinemeier Hansson | 2006-03-18 | 1 | -1/+9 |
* | Removed XML argument style for respond_to, so type.xml(object.to_xml) no long... | David Heinemeier Hansson | 2006-03-18 | 5 | -17/+31 |
* | Added easy support for testing file uploads with fixture_file_upload (closes ... | David Heinemeier Hansson | 2006-03-18 | 2 | -0/+27 |
* | Make sure xml_simple requests don't blow up if an empty request body is recieved | Jamis Buck | 2006-03-18 | 1 | -0/+6 |
* | fix broken respond_to test | Jamis Buck | 2006-03-18 | 4 | -1/+4 |
* | Add ability for relative_url_root to be specified via an environment variable... | Nicholas Seckar | 2006-03-18 | 1 | -0/+13 |
* | Fixed link_to "somewhere", :post => true to produce valid XHTML by using the ... | David Heinemeier Hansson | 2006-03-18 | 1 | -2/+2 |
* | Added :function option to PrototypeHelper#observe_field/observe_form that all... | David Heinemeier Hansson | 2006-03-18 | 1 | -0/+10 |
* | Allow for respond_to(:html, :js, :xml) (closes #4277) [Caio Chassot] | David Heinemeier Hansson | 2006-03-18 | 1 | -0/+18 |