Breaks out ORM error rescuing into separate modules, moves internal testing app to rails 3.1 final.
Logan, I'm interested in your feedback here. Here's the motivation: Apps that use an ORM other than ActiveRecord can't use errship as written since it hardcodes a rescue_from ActiveRecord::RecordNotFound. I thought about a config setting, then David suggested we just get modular up in this piece.
Breaks out ORM error rescuing into separate modules, moves internal testing app to rails 3.1 final.
Logan, I'm interested in your feedback here. Here's the motivation: Apps that use an ORM other than ActiveRecord can't use errship as written since it hardcodes a
rescue_from ActiveRecord::RecordNotFound
. I thought about a config setting, then David suggested we just get modular up in this piece.What do you think?