From 4c5312134acc27500568b3592f49cb27ae7469f0 Mon Sep 17 00:00:00 2001 From: Gabriel Mazetto Date: Wed, 26 Feb 2014 16:43:08 -0300 Subject: [PATCH] Added Ruby 2.1.0 to travis and fixed rbx-d19 --- .travis.yml | 4 ++-- app/mailers/mailer.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 199e83b..fe42324 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,13 +5,13 @@ rvm: - 2.0.0 - 1.9.3 - 2.1.2 - - rbx-19mode + - rbx-2 - ruby-head services: mongodb #script: ./script/rspec-queue-mongoid.rb --format progress spec matrix: allow_failures: - - rvm: rbx-19mode + - rvm: rbx-2 - rvm: ruby-head diff --git a/app/mailers/mailer.rb b/app/mailers/mailer.rb index 769fe0b..eead55c 100644 --- a/app/mailers/mailer.rb +++ b/app/mailers/mailer.rb @@ -52,7 +52,7 @@ class Mailer < ActionMailer::Base errbit_headers 'App' => @app.name, 'Environment' => @notice.environment_name, - 'Problem-Id' => @problem.problem_id, + 'Problem-Id' => @problem.id, 'Comment-Author' => @user.name mail :to => recipients, -- libgit2 0.21.2