Hobo / hobo

The web app builder for Rails (moved from tablatom/hobo)
http://hobocentral.net
103 stars 39 forks source link

fixed #157 by memoizing can_wrap_with_hobo_type? #158

Closed stevemadere closed 9 years ago

stevemadere commented 9 years ago

This memoization improves the performance of operations that touch a lot of model object by about 25%

iox commented 9 years ago

Wow Steve, this looks like a very good solution. I'll merge and check that the tests are passing.

Thanks a lot!

iox commented 9 years ago

All tests green, thanks again!