Evan on 10 Aug 2006 02:52:10 -0000 |
It could possibly be related to these lines: diff -r old/rails/vendor/rails/actionpack/lib/action_controller/routing.rb new/rails/vendor/rails/actionpack/lib/action_controller/routing.rb 221c221,225 < --- 230a235 file_kinds :app 271c276 < base[0, extended_root.length] == extended_root || base =~ %r{rails-[\d.]+/builtin} --- base.match(/\A#{Regexp.escape(extended_root)}\/*#{file_kinds(:lib) * '|'}/) || base =~ %r{rails-[\d.]+/builtin}
Evan PS. A diff of 1.1.4 and 1.1.5, minus the /doc directory and other things unlikely to be relevant, is here: http://blog.evanweaver.com/files/diff.txt . On 8/9/06, Aaron Blohowiak <aaron@aaronblohowiak.com> wrote:
-- Evan Weaver University of Delaware _______________________________________________ talk mailing list talk@phillyonrails.org http://lists.phillyonrails.org/mailman/listinfo/talk
|
|