| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Don'tt abort rake when rendering the _trace.rhtml template | Nicholas Seckar | 2006-03-11 | 1 | -1/+1 |
* | Added better support for using the same actions to output for different sourc... | David Heinemeier Hansson | 2006-03-11 | 11 | -13/+250 |
* | Make assertions in integration sessions proxy to the test instance (only for ... | Jamis Buck | 2006-03-10 | 1 | -0/+3 |
* | make sure nil @session doesn't mess up wsod stacktraces | Jamis Buck | 2006-03-10 | 1 | -1/+1 |
* | Update to latest script.aculo.us trunk, fixes possible issue with Effect.Appe... | Thomas Fuchs | 2006-03-09 | 1 | -3/+6 |
* | Move methods from TestResponse into a module, so they can be shared with resp... | Jamis Buck | 2006-03-09 | 2 | -1/+12 |
* | Integration test's url_for now runs in the context of the last request (if an... | Tobias Lütke | 2006-03-08 | 2 | -10/+7 |
* | Fix problem with unloaded ARStore sessions being loaded when they are garbage... | Jamis Buck | 2006-03-08 | 2 | -9/+36 |
* | Re-added mixed-in helper methods for the JavascriptGenerator. Moved Javascri... | Rick Olson | 2006-03-08 | 4 | -287/+342 |
* | remove explicit Builder require | Rick Olson | 2006-03-08 | 1 | -2/+0 |
* | Added Hash#to_xml and Array#to_xml that makes it much easier to produce XML f... | David Heinemeier Hansson | 2006-03-08 | 5 | -580/+0 |
* | make integration testing not interfere with command-line regex test filters | Jamis Buck | 2006-03-07 | 1 | -2/+10 |
* | Make IntegrationTest refer to superclass properties using copy-on-write | Jamis Buck | 2006-03-07 | 1 | -0/+31 |
* | Proper options for XmlSimple | David Heinemeier Hansson | 2006-03-07 | 2 | -2/+1 |
* | more integration tweaks | Jamis Buck | 2006-03-07 | 1 | -8/+37 |
* | XmlSimple _should_ be the default since XmlNode is not compatible with regula... | David Heinemeier Hansson | 2006-03-07 | 3 | -26/+30 |
* | A few minor tweaks to the integration testing stuff | Jamis Buck | 2006-03-07 | 1 | -1/+5 |
* | Allow method chaining in RJS elements [Rick Olson] | David Heinemeier Hansson | 2006-03-06 | 3 | -2/+12 |
* | Update Prototype for beta gems | Sam Stephenson | 2006-03-06 | 1 | -48/+55 |
* | Doc fixes | David Heinemeier Hansson | 2006-03-05 | 2 | -5/+2 |
* | ActionController::Base.param_parsers now accept symbols. currently supported ... | Tobias Lütke | 2006-03-05 | 3 | -11/+36 |
* | Added new infrastructure support for REST webservices. | Tobias Lütke | 2006-03-05 | 10 | -46/+345 |
* | Fixed tests (closes #4087) [Rick Olson] | David Heinemeier Hansson | 2006-03-05 | 1 | -0/+6 |
* | Fixed tests (closes #4087) [Rick Olson] | David Heinemeier Hansson | 2006-03-05 | 2 | -5/+29 |
* | allow RJS enum values to be passed to visual_effect() and other scriptaculous... | David Heinemeier Hansson | 2006-03-05 | 5 | -68/+80 |
* | Backed out of that. PStore doesnt support suffix :( | David Heinemeier Hansson | 2006-03-04 | 1 | -1/+0 |
* | Backed out of that. PStore doesnt support suffix :( | David Heinemeier Hansson | 2006-03-04 | 2 | -3/+3 |
* | CHANGED DEFAILT: File-based sessions now have a suffix of ".rails_session" in... | David Heinemeier Hansson | 2006-03-04 | 2 | -2/+4 |
* | Fixed Effect.Appear in effects.js to work with floats in Safari (closes #3524... | David Heinemeier Hansson | 2006-03-04 | 3 | -2/+16 |
* | RJS now does enumerations, baby! (closes #3876) [Rick Olson] | David Heinemeier Hansson | 2006-03-03 | 2 | -11/+201 |
* | Fixed that default image extension was not appended when using a full URL wit... | David Heinemeier Hansson | 2006-03-02 | 3 | -2/+5 |
* | Added that page caching will only happen if the response code is less than 40... | David Heinemeier Hansson | 2006-03-02 | 2 | -1/+3 |
* | restore elided TestProcess#assigns method | Jamis Buck | 2006-03-01 | 1 | -6/+7 |
* | Make TestProcess methods public for access via Integration::Session. Make ret... | Jamis Buck | 2006-03-01 | 2 | -115/+112 |
* | Add ActionController::IntegrationTest to allow high-level testing of the way ... | Jamis Buck | 2006-02-28 | 2 | -0/+425 |
* | Added support to AssetTagHelper#javascript_include_tag for having :defaults a... | David Heinemeier Hansson | 2006-02-28 | 4 | -10/+13 |
* | Added support for visual effects scoped queues to the visual_effect helper #3... | Thomas Fuchs | 2006-02-27 | 3 | -1/+14 |
* | Added .rxml (and any non-rhtml template, really) supportfor CaptureHelper#con... | David Heinemeier Hansson | 2006-02-26 | 6 | -13/+92 |
* | Remove ::Controllers related cruft; fix AP tests | Nicholas Seckar | 2006-02-26 | 4 | -57/+41 |
* | Added script.aculo.us drag and drop helpers to RJS [Thomas Fuchs] | Thomas Fuchs | 2006-02-26 | 4 | -7/+71 |
* | Fixed form_for regression (closes #3962) [t.lucas@toolmantim.com] | David Heinemeier Hansson | 2006-02-26 | 2 | -1/+20 |
* | Fixed tests | David Heinemeier Hansson | 2006-02-26 | 1 | -2/+2 |