ericdes

Results 2 issues of ericdes

I did in vendor/plugins/: git clone git://github.com/bterlson/redmine-status-updates.git then ran: rake db:migrate_plugins RAILS_ENV=production After restarting Mongrel, I'm unable to display the home page. Here's the log's output: Rendering welcome/index ``` ActionView::TemplateError...

Hello, I would like to listen to 'set' or 'update' failures (e.g. because of a rule not matching, etc). I wrote a quick fix for myself in Typescript: ``` this.query.child(key).set(value,...