summaryrefslogtreecommitdiff
path: root/config/initializers/spring.rb
blob: 380f8556fc5babc73da16f7d486816b3c446fa5b (plain)
1
2
3
4
5
6
if Rails.env.development? || Rails.env.test?
  Thread.abort_on_exception = false
  Thread.send(:define_method, :abort_on_exception) do |value|
    puts "Ignoring Thread.abort_on_exception change to #{value}"
  end
end