aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
* Add Integration::Session.accept for setting the HTTP Accept header to use (de...Jamis Buck2006-03-181-1/+6
* rename 'integration_test.rb' -> 'integration.rb'Jamis Buck2006-03-181-0/+0
* Allow for respond_to(:html, :js, :xml) (closes #4277) [Caio Chassot]David Heinemeier Hansson2006-03-181-2/+4
* Make Mime::Type.parse consider q values (if any)Jamis Buck2006-03-181-13/+67
* XML-formatted requests are typecast according to "type" attributes for :xml_s...Jamis Buck2006-03-181-1/+43
* Added access to remote_addr in integration tests (closes #4266) [Chad Fowler]David Heinemeier Hansson2006-03-181-7/+8
* Be sure to look at array elements when dasherizing keys of a formatted requestJamis Buck2006-03-171-9/+11
* Fixed proxy support for lighttpd (closes #3267) [stephen_purcell@yahoo.com]David Heinemeier Hansson2006-03-161-13/+19
* Explain thyselfNicholas Seckar2006-03-161-0/+1
* Added protection against proxy setups treating requests as local even when th...David Heinemeier Hansson2006-03-161-1/+1
* Added TestRequest#raw_post that simulate raw_post from CgiRequest (closes #30...David Heinemeier Hansson2006-03-161-0/+10
* Breakpoints in running code makes for no fun ;)David Heinemeier Hansson2006-03-161-1/+0
* Fixes a bug in routes controller traversing which caused it to fail on for do...Tobias Lütke2006-03-151-2/+3
* Underscore dasherized keys in formatted requestsJamis Buck2006-03-152-2/+14
* Add MimeResponds::Responder#any for managing multiple types with identical re...Jamis Buck2006-03-151-0/+4
* use "mime_type" instead of "format"Jamis Buck2006-03-151-1/+1
* Fix Mime::Type#to_sym to do @string.to_sym. Add text/yaml as alias for Mime::...Jamis Buck2006-03-151-3/+5
* Make the xml_http_request testing method set the HTTP_ACCEPT headerJamis Buck2006-03-141-0/+2
* Add verification to scaffolds (generated and reflection based). Require POST...Michael Koziarski2006-03-142-1/+6
* Simplify controller_pathNicholas Seckar2006-03-132-10/+23
* Always use application/xml, then the charset is determined by the XML docDavid Heinemeier Hansson2006-03-131-1/+1
* The mere existance of a rjs file shouldnt cause the layout to disappear. Made...David Heinemeier Hansson2006-03-131-1/+1
* The mere existance of a rjs file shouldnt cause the layout to disappear. Made...David Heinemeier Hansson2006-03-131-1/+3
* Rendering xml shouldnt happen inside any layout. Added class proxying to RJS,...David Heinemeier Hansson2006-03-133-8/+34
* Prepare for mime type reordering depending on the branch [DHH]David Heinemeier Hansson2006-03-122-4/+8
* Default mime type for XML should be application/xml [DHH]David Heinemeier Hansson2006-03-121-13/+16
* Mime types are separated by a comma, not semicolon, in the Accept header. Als...David Heinemeier Hansson2006-03-125-11/+19
* Added synonym and custom type handling to respond_to [DHH]David Heinemeier Hansson2006-03-123-41/+51
* Assume that we accept what we give [DHH]David Heinemeier Hansson2006-03-122-4/+10
* Added defaults to respond_to [DHH]David Heinemeier Hansson2006-03-121-2/+19
* Added option to render action/template/file of a specific extension (and here...David Heinemeier Hansson2006-03-121-1/+1
* More integration testing tweaksJamis Buck2006-03-121-7/+22
* Don'tt abort rake when rendering the _trace.rhtml templateNicholas Seckar2006-03-111-1/+1
* Added better support for using the same actions to output for different sourc...David Heinemeier Hansson2006-03-115-9/+122
* Make assertions in integration sessions proxy to the test instance (only for ...Jamis Buck2006-03-101-0/+3
* make sure nil @session doesn't mess up wsod stacktracesJamis Buck2006-03-101-1/+1
* Move methods from TestResponse into a module, so they can be shared with resp...Jamis Buck2006-03-092-1/+12
* Integration test's url_for now runs in the context of the last request (if an...Tobias Lütke2006-03-081-10/+5
* Fix problem with unloaded ARStore sessions being loaded when they are garbage...Jamis Buck2006-03-081-9/+14
* make integration testing not interfere with command-line regex test filtersJamis Buck2006-03-071-2/+10
* Make IntegrationTest refer to superclass properties using copy-on-writeJamis Buck2006-03-071-0/+31
* Proper options for XmlSimpleDavid Heinemeier Hansson2006-03-072-2/+1
* more integration tweaksJamis Buck2006-03-071-8/+37
* XmlSimple _should_ be the default since XmlNode is not compatible with regula...David Heinemeier Hansson2006-03-072-18/+20
* A few minor tweaks to the integration testing stuffJamis Buck2006-03-071-1/+5
* Doc fixesDavid Heinemeier Hansson2006-03-052-5/+2
* ActionController::Base.param_parsers now accept symbols. currently supported ...Tobias Lütke2006-03-052-9/+16
* Added new infrastructure support for REST webservices.Tobias Lütke2006-03-056-44/+184
* Backed out of that. PStore doesnt support suffix :(David Heinemeier Hansson2006-03-041-1/+0
* Backed out of that. PStore doesnt support suffix :(David Heinemeier Hansson2006-03-041-1/+3