Current work to do :
- fix script/dbconsole (also a rails issue, accepted by rails maintainer, see #552615) so it can be called with :
sudo -u www-data ./script/dbconsole -p -y "/etc/redmine/default/database.yml" production
- login then logout does not clear session (this is rails 2.2 failure)
- REST web service partially working, e.g.
get /news.json with a valid HTTP authentication does not login as the user.
- plugin_assets should really be put in RAILS_CACHE/plugin_assets, i.e. depend on instance name.
