| Commit message (Expand) | Author | Age | Files | Lines |
* | If RAW_POST_DATA was set explicitly, use that (closes #4281) | David Heinemeier Hansson | 2006-03-19 | 1 | -6/+10 |
* | Added nicer message for assert_redirected_to (closes #4294) [court3nay, Chris... | Rick Olson | 2006-03-19 | 3 | -2/+29 |
* | Change url_for to escape the resulting URLs when called from a view. Closes #... | Nicholas Seckar | 2006-03-18 | 3 | -19/+31 |
* | 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 | 7 | -29/+37 |
* | Added easy support for testing file uploads with fixture_file_upload (closes ... | David Heinemeier Hansson | 2006-03-18 | 4 | -0/+75 |
* | Fixed UrlHelper#current_page? to behave even when url-escaped entities are pr... | David Heinemeier Hansson | 2006-03-18 | 2 | -1/+3 |
* | Make sure xml_simple requests don't blow up if an empty request body is recieved | Jamis Buck | 2006-03-18 | 2 | -5/+12 |
* | 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 | 3 | -2/+26 |
* | Fixed link_to "somewhere", :post => true to produce valid XHTML by using the ... | David Heinemeier Hansson | 2006-03-18 | 3 | -3/+5 |
* | Just use a normal update on the indifferent hash | David Heinemeier Hansson | 2006-03-18 | 1 | -1/+1 |
* | Added :function option to PrototypeHelper#observe_field/observe_form that all... | David Heinemeier Hansson | 2006-03-18 | 3 | -2/+16 |
* | Add Integration::Session.accept for setting the HTTP Accept header to use (de... | Jamis Buck | 2006-03-18 | 1 | -1/+6 |
* | rename 'integration_test.rb' -> 'integration.rb' | Jamis Buck | 2006-03-18 | 1 | -0/+0 |
* | Allow for respond_to(:html, :js, :xml) (closes #4277) [Caio Chassot] | David Heinemeier Hansson | 2006-03-18 | 2 | -2/+22 |
* | Add a test to make sure basic XML entities get unescaped properly | Jamis Buck | 2006-03-18 | 1 | -0/+8 |
* | Make Mime::Type.parse consider q values (if any) | Jamis Buck | 2006-03-18 | 3 | -13/+93 |
* | XML-formatted requests are typecast according to "type" attributes for :xml_s... | Jamis Buck | 2006-03-18 | 3 | -2/+98 |
* | Added access to remote_addr in integration tests (closes #4266) [Chad Fowler] | David Heinemeier Hansson | 2006-03-18 | 1 | -7/+8 |
* | Be sure to look at array elements when dasherizing keys of a formatted request | Jamis Buck | 2006-03-17 | 1 | -9/+11 |
* | trivial documentation patch for #pagination_links [Francois Beausoleil] close... | Rick Olson | 2006-03-16 | 1 | -1/+1 |
* | Fixed proxy support for lighttpd (closes #3267) [stephen_purcell@yahoo.com] | David Heinemeier Hansson | 2006-03-16 | 2 | -15/+38 |
* | Explain thyself | Nicholas Seckar | 2006-03-16 | 1 | -0/+1 |
* | Added protection against proxy setups treating requests as local even when th... | David Heinemeier Hansson | 2006-03-16 | 2 | -1/+3 |
* | Added TestRequest#raw_post that simulate raw_post from CgiRequest (closes #30... | David Heinemeier Hansson | 2006-03-16 | 3 | -0/+29 |
* | Dots in template path should not trip up rendering (closes #4244) [lmarlow@ya... | David Heinemeier Hansson | 2006-03-16 | 3 | -3/+29 |
* | Breakpoints in running code makes for no fun ;) | David Heinemeier Hansson | 2006-03-16 | 1 | -1/+0 |
* | Fixes a bug in routes controller traversing which caused it to fail on for do... | Tobias Lütke | 2006-03-15 | 1 | -2/+3 |
* | Underscore dasherized keys in formatted requests | Jamis Buck | 2006-03-15 | 4 | -5/+44 |
* | Add MimeResponds::Responder#any for managing multiple types with identical re... | Jamis Buck | 2006-03-15 | 3 | -0/+27 |
* | use "mime_type" instead of "format" | Jamis Buck | 2006-03-15 | 1 | -1/+1 |
* | Fix Mime::Type#to_sym to do @string.to_sym. Add text/yaml as alias for Mime::... | Jamis Buck | 2006-03-15 | 1 | -3/+5 |
* | Make the xml_http_request testing method set the HTTP_ACCEPT header | Jamis Buck | 2006-03-14 | 2 | -0/+4 |
* | Add verification to scaffolds (generated and reflection based). Require POST... | Michael Koziarski | 2006-03-14 | 3 | -1/+8 |
* | Simplify controller_path | Nicholas Seckar | 2006-03-13 | 3 | -10/+27 |
* | Always use application/xml, then the charset is determined by the XML doc | David Heinemeier Hansson | 2006-03-13 | 1 | -1/+1 |
* | The mere existance of a rjs file shouldnt cause the layout to disappear. Made... | David Heinemeier Hansson | 2006-03-13 | 1 | -1/+1 |
* | The mere existance of a rjs file shouldnt cause the layout to disappear. Made... | David Heinemeier Hansson | 2006-03-13 | 2 | -3/+14 |
* | Added simple alert() notifications for RJS exceptions when config.action_view... | Sam Stephenson | 2006-03-13 | 6 | -28/+48 |
* | Prefer application/xml over text/xml for charset reasons | David Heinemeier Hansson | 2006-03-13 | 1 | -1/+1 |
* | Rendering xml shouldnt happen inside any layout. Added class proxying to RJS,... | David Heinemeier Hansson | 2006-03-13 | 8 | -29/+70 |
* | Prepare for mime type reordering depending on the branch [DHH] | David Heinemeier Hansson | 2006-03-12 | 2 | -4/+8 |
* | Default mime type for XML should be application/xml [DHH] | David Heinemeier Hansson | 2006-03-12 | 2 | -13/+28 |
* | Mime types are separated by a comma, not semicolon, in the Accept header. Als... | David Heinemeier Hansson | 2006-03-12 | 8 | -19/+27 |
* | Added synonym and custom type handling to respond_to [DHH] | David Heinemeier Hansson | 2006-03-12 | 4 | -41/+79 |
* | Assume that we accept what we give [DHH] | David Heinemeier Hansson | 2006-03-12 | 3 | -4/+28 |
* | Added defaults to respond_to [DHH] | David Heinemeier Hansson | 2006-03-12 | 8 | -20/+79 |
* | Added option to render action/template/file of a specific extension (and here... | David Heinemeier Hansson | 2006-03-12 | 5 | -61/+95 |
* | More integration testing tweaks | Jamis Buck | 2006-03-12 | 1 | -7/+22 |