Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add documentation for respond_to | Marcel Molina | 2006-03-28 | 1 | -0/+87 |
* | Removed XML argument style for respond_to, so type.xml(object.to_xml) no long... | David Heinemeier Hansson | 2006-03-18 | 1 | -11/+5 |
* | Allow for respond_to(:html, :js, :xml) (closes #4277) [Caio Chassot] | David Heinemeier Hansson | 2006-03-18 | 1 | -2/+4 |
* | Underscore dasherized keys in formatted requests | Jamis Buck | 2006-03-15 | 1 | -1/+1 |
* | Add MimeResponds::Responder#any for managing multiple types with identical re... | Jamis Buck | 2006-03-15 | 1 | -0/+4 |
* | Added synonym and custom type handling to respond_to [DHH] | David Heinemeier Hansson | 2006-03-12 | 1 | -13/+19 |
* | Added defaults to respond_to [DHH] | David Heinemeier Hansson | 2006-03-12 | 1 | -2/+19 |
* | Added option to render action/template/file of a specific extension (and here... | David Heinemeier Hansson | 2006-03-12 | 1 | -1/+1 |
* | Added better support for using the same actions to output for different sourc... | David Heinemeier Hansson | 2006-03-11 | 1 | -0/+53 |