| Commit message (Expand) | Author | Age | Files | Lines |
* | Make action caching aware of different formats for the same action so that, e... | Marcel Molina | 2006-08-03 | 1 | -0/+2 |
* | Restrict Request Method hacking with ?_method to POST requests. [Rick Olson] | Rick Olson | 2006-08-01 | 1 | -0/+2 |
* | Fix bug when passing multiple options to SimplyRestful, like :new => { :previ... | Rick Olson | 2006-07-31 | 1 | -0/+2 |
* | Dup the options passed to map.resources so that multiple resources get the sa... | Rick Olson | 2006-07-31 | 1 | -0/+2 |
* | Fixed the new_#{resource}_url route and added named route tests for Simply Re... | Rick Olson | 2006-07-31 | 1 | -0/+2 |
* | Added map.resources from the Simply Restful plugin (backwards incompatible wi... | David Heinemeier Hansson | 2006-07-31 | 1 | -0/+6 |
* | Fixed that integration simulation of XHRs should set Accept header as well [E... | David Heinemeier Hansson | 2006-07-31 | 1 | -0/+2 |
* | Ensure TestRequest#session always returns a TestSession [Koz] | Michael Koziarski | 2006-07-28 | 1 | -0/+2 |
* | Don't search a load-path of '.' for controller files, since it may include sy... | Jamis Buck | 2006-07-27 | 1 | -0/+2 |
* | Update integration.rb to require test_process explicitly instead of via Depen... | Nicholas Seckar | 2006-07-27 | 1 | -0/+2 |
* | Fixed that you can still access the flash after the flash has been reset in r... | Rick Olson | 2006-07-22 | 1 | -0/+2 |
* | Allow form_for and fields_for to work with indexed form inputs. [Jeremy Kemp... | Rick Olson | 2006-07-18 | 1 | -0/+5 |
* | Remove leak in development mode | Nicholas Seckar | 2006-07-17 | 1 | -0/+2 |
* | Provide support for decimal columns to form helpers. Closes #5672. [dave@prag... | Marcel Molina | 2006-07-13 | 1 | -0/+2 |
* | Update documentation for erb trim syntax. Closes #5651. | Jeremy Kemper | 2006-07-09 | 1 | -0/+2 |
* | Pass :id => nil or :class => nil to error_messages_for to supress that html a... | Jeremy Kemper | 2006-07-08 | 1 | -0/+2 |
* | Reset @html_document between requests so assert_tag works. Closes #4810. | Jeremy Kemper | 2006-07-08 | 1 | -0/+2 |
* | Update render :partial documentation. Closes #5646. | Jeremy Kemper | 2006-07-08 | 1 | -0/+2 |
* | Integration tests behave well with render_component. Closes #4632. | Jeremy Kemper | 2006-07-08 | 1 | -0/+2 |
* | Added exception handling of missing layouts (closes #5373) [chris@ozmm.org] | David Heinemeier Hansson | 2006-07-05 | 1 | -0/+2 |
* | Fixed that real files and symlinks should be treated the same when compiling ... | David Heinemeier Hansson | 2006-07-05 | 1 | -0/+2 |
* | Fixed that the flash should be reset when reset_session is called (closes #55... | David Heinemeier Hansson | 2006-07-05 | 1 | -0/+2 |
* | Added special case for "1 Byte" in NumberHelper#number_to_human_size (closes ... | David Heinemeier Hansson | 2006-07-05 | 1 | -0/+2 |
* | Fixed proper form-encoded parameter parsing for requests with "Content-Type: ... | David Heinemeier Hansson | 2006-06-30 | 1 | -0/+2 |
* | Add route_name_path method to generate only the path for a named routes. For ... | Nicholas Seckar | 2006-06-30 | 1 | -0/+2 |
* | r4730@asus: jeremy | 2006-06-29 13:13:38 -0700 | Jeremy Kemper | 2006-06-29 | 1 | -0/+2 |
* | Fix CGI extensions when they expect string but get nil in Windows. Closes #52... | Marcel Molina | 2006-06-28 | 1 | -0/+2 |
* | Determine the correct template_root for deeply nested components. Closes #2841. | Jeremy Kemper | 2006-06-21 | 1 | -0/+2 |
* | Fix that routes with *path segments in the recall can generate URLs. [Rick] | Rick Olson | 2006-06-17 | 1 | -0/+2 |
* | Fix strip_links so that it doesn't hang on multi-line acronym tags | Jamis Buck | 2006-06-08 | 1 | -0/+2 |
* | Remove problematic control chars in rescue template. (closes #5316) | Jamis Buck | 2006-06-08 | 1 | -0/+2 |
* | Make sure passed routing options are not mutated by routing code. (closes #5314) | Jamis Buck | 2006-06-07 | 1 | -0/+2 |
* | Make sure changing the controller from foo/bar to bing/bang does not change r... | Jamis Buck | 2006-06-05 | 1 | -0/+2 |
* | Escape the entire path before trying to recognize it (closes #3671) | Jamis Buck | 2006-06-05 | 1 | -0/+2 |
* | Make sure :id and friends are properly unescaped (closes #5275). | Jamis Buck | 2006-06-05 | 1 | -0/+2 |
* | Fix documentation for with_routing to reflect new reality (closes #5281) | Jamis Buck | 2006-06-05 | 1 | -0/+2 |
* | Rewind readable CGI params so others may reread them (such as CGI::Session wh... | Jeremy Kemper | 2006-06-02 | 1 | -0/+2 |
* | Added Mime::TEXT (text/plain) and Mime::ICS (text/calendar) as new default ty... | David Heinemeier Hansson | 2006-06-02 | 1 | -0/+2 |
* | Added Mime::Type.register(string, symbol, synonyms = []) for adding new custo... | David Heinemeier Hansson | 2006-06-02 | 1 | -0/+2 |
* | Added support for Mime objects in render :content_type option [DHH] | David Heinemeier Hansson | 2006-06-02 | 1 | -0/+2 |
* | Add :status option to send_data and send_file. Defaults to '200 OK'. Closes #... | Jeremy Kemper | 2006-06-02 | 1 | -0/+2 |
* | New routes implementation. Simpler, faster, easier to understand. The publish... | Jamis Buck | 2006-06-01 | 1 | -1/+6 |
* | Cope with missing content type and length headers. Parse parameters from mult... | Jeremy Kemper | 2006-06-01 | 1 | -0/+4 |
* | Added interrogation of params[:format] to determine Accept type. If :format i... | David Heinemeier Hansson | 2006-05-31 | 1 | -0/+34 |
* | Expanded :method option in FormTagHelper#form_tag, FormHelper#form_for, Proto... | David Heinemeier Hansson | 2006-05-29 | 1 | -3/+1 |
* | Added :method handling for other verbs to remote_form_tag and remote_form_for... | David Heinemeier Hansson | 2006-05-28 | 1 | -0/+2 |
* | Expanded :method option in FormHelper#form_tag to allow for verbs other than ... | David Heinemeier Hansson | 2006-05-28 | 1 | -0/+2 |
* | Added :method option to UrlHelper#link_to, which allows for using other verbs... | David Heinemeier Hansson | 2006-05-28 | 1 | -0/+2 |
* | follow_redirect doesn't complain about being redirected to the same controlle... | Jeremy Kemper | 2006-05-22 | 1 | -0/+2 |
* | Add layout attribute to response object with the name of the layout that was ... | Marcel Molina | 2006-05-17 | 1 | -0/+2 |