From 3adb395da4f11693c20cc331271d5927f96acac8 Mon Sep 17 00:00:00 2001 From: Rizwan Reza Date: Mon, 7 Jun 2010 21:52:56 +0430 Subject: Fixed Load Error failures in 1.9.2-head --- activesupport/lib/active_support/core_ext/load_error.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/lib/active_support/core_ext/load_error.rb') diff --git a/activesupport/lib/active_support/core_ext/load_error.rb b/activesupport/lib/active_support/core_ext/load_error.rb index 615ebe9588..8bdfa0c5bc 100644 --- a/activesupport/lib/active_support/core_ext/load_error.rb +++ b/activesupport/lib/active_support/core_ext/load_error.rb @@ -3,6 +3,7 @@ class LoadError /^no such file to load -- (.+)$/i, /^Missing \w+ (?:file\s*)?([^\s]+.rb)$/i, /^Missing API definition file in (.+)$/i, + /^cannot load such file -- (.+)$/i, ] def path -- cgit v1.2.3