Task46Start - Support for Query Strings and Cookies
See TasksExplained? for more infos about tasks. This task is based on the template at TaskTemplateStart
Status : closed
Category : gui
Date opened : 2007-03-05
Description : Support for Query Strings and Cookies
Referenced in stories/tasks :
Story14Start
Testsuite : model/querystringparameter_test.rb, model/cookieparameter_test.rb, main_controller_test.rb, user_story6_test.rb
Commited revision : 170
Remarks :
Changelog
2007-03-05 - Done
Implemented like the post parameters.
I tried to standartize the display in _request and use an array like [headers, postparameters, querystrings, cookies].each
to display them, but the inline editor in the sub-partial could not cope. So there is 4 times the same code now. That
is annoying.
Schema: See db/schema.rb