Hobo / hobo

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

Issue_13 #187

Closed stevemadere closed 8 years ago

stevemadere commented 8 years ago

Fixed Dryml.precompile_taglibs so that it actually does something useful.

Code in a Railtie initializer had negated its effects.

Also fixed a race condition that caused multi-threaded apps that get multiple simultaneous requests for the same previously unvisted page to crash. This may sound rare but when that page is the health check url and Elastic Beanstalk is hammering the heck out of your server as soon as it comes up......

iox commented 8 years ago

Thanks a lot Steve, this is really great work!