@@ -1,8 +1,3 | |||||
1 | # Patches active_support/core_ext/load_error.rb to support 1.9.3 LoadError message |
|
|||
2 | if RUBY_VERSION >= '1.9.3' |
|
|||
3 | MissingSourceFile::REGEXPS << [/^cannot load such file -- (.+)$/i, 1] |
|
|||
4 | end |
|
|||
5 |
|
||||
6 |
|
|
1 | require 'active_record' | |
7 |
|
2 | |||
8 | module ActiveRecord |
|
3 | module ActiveRecord |
General Comments 0
You need to be logged in to leave comments.
Login now