Also saving new art_objects does not work. Why? May be do not handle correctly POST statements.
Make bin/admin work. Various parts do not work. e.g
davaz> puts 888 -> undefined method `logger' for DaVaz:Module
Made it work by replacing DaVaz.logger
by SBSM.logger
. Puts output goes to the davaz_log. Changed it to display it as output in the bin/admin, too.
Pushed commit Made bin/admin work again
Looking at how we handle POST requests. Just remarked that the last commit from December 21 broke 7 unit tests. This must be fixed. The one most important in our context is test_post_feedback. Improving the test. Posting updates the persistent_input correctly, but the confirm_page is shown. Why?