NoMethodError (undefined method `finder') with Engines and Rails 2.2
I was getting this error with Rails 2.2 when using ActionMailer.
NoMethodError (undefined method `finder’ for #ActionView::Base:0x34146fc)
It stems from a line in engines/lib/engines/rails_extensions/action_mailer.rb
This is some problem between Rails 2.2 and Engines. Reinstalling engines didn’t seem to help.
Simply put, you need to go here and apply this patch:
http://github.com/lazyatom/engines/commit/499ce3b0480d8fa9375203f5efcadb8cf6ea9efe
This took me hours to figure out. I don’t know why there isn’t any more help on this problem.
Related Posts
Google Criticized for Privacy Issues
Ian ‘Hixie’ Hickson, a prominent figure in the Flutter community, has left Google. Despite not being as public as other contributors, …
Llama 2 avoids errors by staying quiet, GPT-4 gives long, if useless, samples
The article discusses a study conducted by computer scientists at the University of California San Diego on the reliability and robustness of large …
Rails + SugarCRM - An alternative approach
After slogging through connecting Rails and Sugar via SOAP, I was tired and frustrated. The API is slow, and doing anything meaningful took a long …
