Not working for rails 3 application
gathole
Posted on
May 24 2013
I have configured Raygun as per your instructions for rails 3 application but unfortunately didn't catch exceptions and notify me.
John-Daniel Trask
Raygun
Posted on
May 28 2013
Hello gathole
I will be looking into this for you tomorrow.
Jason Fauchelle
John-Daniel Trask
Raygun
Posted on
May 29 2013
We have found an issue with finding the certificate file and are looking at resolving this soon.
If you want to work around this issue while waiting for an official fix:
- Go to the installed vendor folder of the RaygunRuby gem. This may be something like: C:\RailsInstaller\Ruby1.9.3\lib\ruby\gems\1.9.1\gems\RaygunRuby-0.9.7\vendor
- Copy the cacert.crt file and paste it into the "vendor" folder at the root of your rails application.
- Go back to the RaygunRuby gem folder and go to lib/RaygunRuby.
- Edit the RaygunClient.rb file. On line 27 where it says "ca_file =>", change the path string to: "./vendor/cacert.crt"