diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-04-26 16:31:50 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-04-26 16:31:50 +0000 |
commit | abdcd7d705c523fda1ee67a0bde07d5e25d88951 (patch) | |
tree | ac5553f9ce172dc7bf03dbd222056fcc9652c649 /config/initializers/10-patches.rb | |
parent | 6d41de61a5e5daa0955b8ff04894bc568feae77b (diff) | |
download | redmine-abdcd7d705c523fda1ee67a0bde07d5e25d88951.tar.gz redmine-abdcd7d705c523fda1ee67a0bde07d5e25d88951.zip |
Removed Rails 2.3 patch for ruby1.9.3.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9531 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/initializers/10-patches.rb')
-rw-r--r-- | config/initializers/10-patches.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config/initializers/10-patches.rb b/config/initializers/10-patches.rb index 484ea1fb7..dccf2d0ef 100644 --- a/config/initializers/10-patches.rb +++ b/config/initializers/10-patches.rb @@ -1,8 +1,3 @@ -# Patches active_support/core_ext/load_error.rb to support 1.9.3 LoadError message -if RUBY_VERSION >= '1.9.3' - MissingSourceFile::REGEXPS << [/^cannot load such file -- (.+)$/i, 1] -end - require 'active_record' module ActiveRecord |