Tag archives for redmine

  1. gem install mysql – MySQL gem Not Installing

    I was getting some strange error tonight when installing ruby for my redmine install. At first phusion was reporting this error no such file to load — mysql (MissingSourceFile) So i figured I needed the mysql gem, well that returned an error too: # gem install mysql Building native extensions. This could take a while……

  2. Problems installing Redmine on (mt) DV

    I was having some major problems installing the latest stable release of redmine and I had been getting the error “rake aborted! undefined method `register_template_handler’ for ActionView::Base:Class” after running $rake db:migrate RAILS_ENV=”production”. I was able to resolve the issue and I wish I took better notes (or notes at all, using my bash history) so…