softace / activerecord-tableless

Bringing together the different tableless model implementations into a single gem/plugin
Other
113 stars 41 forks source link

removing redefinition of Exception #11

Closed skippy closed 11 years ago

skippy commented 11 years ago

This impacts code within the ActiveRecord namespace, as the exception object now becomes ActiveRecord::Exception and not ::Exception Any lines such as rescue Exception within an ActiveRecord model will no longer catch ::Exception errors.

closes softace/activerecord-tableless#10

jarl-dk commented 11 years ago

Thanks a lot...