Rails 2.3.17 and Ruby 1.8

bennolan

Posted on
Jun 20 2013

I got RaygunRuby working with ruby 1.8 and rails 2.3.17. I installed raygunruby and exception notifier into my vendor/plugins directory, then changed all the ruby 1.9 style hashes to old hashrocket style, then I hacked up exception notifier to call the send method on raygunruby. I also couldn't get the raygunruby config system to work, so I just hardcoded my raygun api key.

Pretty hacky, but it works and now I have awesome error reporting!


Reply