kenichi / angelo

Sinatra-like DSL for Reel that supports WebSockets and SSE
Other
303 stars 23 forks source link

Use tilt-preload gem to avoid non-thread safe autoload warnings. #51

Open tommay opened 9 years ago

tommay commented 9 years ago

Bwa ha ha. I haven't gotten any response on my tilt pull request to add preloading of tilt/* files instead of autoloading so I made a little tilt-preload gem to do it. Here's a commit to make angelo use it; no more non-thread safe autoload warnings (as long as template gems are required before angelo).

This is an entirely serious little hack so if you like it go ahead and merge this PR.