gravityblast / web-app-theme

A simple theme for web apps
Other
2.45k stars 387 forks source link

Fixed Mongoid ORM support. It was broken. #17

Closed mrrooijen closed 13 years ago

mrrooijen commented 13 years ago

Hi.

I tried to use your gem with Mongoid and it appeared to throw an undefined method error. So I thought it wasn't supported by web-app-theme. But after opening the source of your gem I saw there actually was support for Mongoid, except that the NoMethodError exception never gets properly rescued, and this errors out rather than attempting to call the #fields method instead. So now it does with this small commit.

gravityblast commented 13 years ago

Applied, thank you! I'm going to generate a new gem version ASAP