Task44Start - GUI support for POST parameters
See TasksExplained? for more infos about tasks. This task is based on the template at TaskTemplateStart
Status : closed
Category : gui
Date opened : 2007-02-26
Description : GUI support for POST parameters
Referenced in stories/tasks :
Story13Start
Testsuite : main_controller_test.rb
Commited revision : 160
Remarks :
- The post parameters should come in a seperate branch of the tree
- Move the headers to a seperate branch too
Changelog
2007-02-28 - done
Getting the code done was quite simple. I have rewritten some parts of the css and made two or three attempts to get a decent html layout.
The functional testing was a bit problematic though as the assert_select_rjs would not understand my code at first. But i must have misunderstood the semantic of assert_select_rjs at first. It is annoying, that assert_select_rjs in rails 1.2.2 does not know the
:remove argument.