All: Browse | Submit New | Admin

[#21496] RSpec helper tests failing with an error in Rails 2.1

Date:
2008-08-09 01:36
Priority:
3
Submitted By:
Nick C (zcrar70)
Assigned To:
David Barri (golly)
Category:
rails_ext
State:
Open
Summary:
RSpec helper tests failing with an error in Rails 2.1

Detailed description
The error message was:

Unprocessed view path found: nil.  Set your view paths with #append_view_path, #prepend_view_path, or #view_paths=.

I eventually traced this down to GLoc, specifically Rails' ActionView::Base#Initialize method that GLoc monkey-patches.
The signature for this method has changed in Rails 2.1; the attached patch fixes GLoc's monkey-patch to use the correct
signature, which resolves the error.

I hope this helps - 
Thanks,
Nick

Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
gloc-path.txt patch Download

Changes:

Field Old Value Date By
File Added3961: gloc-path.txt2008-08-09 01:36zcrar70