Philip Q Nguyen
Philip Q Nguyen
Welcome to make a PR to update this doc
I think having caching be agnostic of the web framework would be great! Though using `Rails.cache` would be the most straight forward to implement because it already acts as an...
@ljuster yes! That would would work, but you would also need to take into consideration on how to bust the cache if the Blueprint file itself is changed. For example,...
I think so too On Mon, Nov 5, 2018 at 6:24 AM Leora Juster wrote: > ha, so just doing a digest of the blueprint sounds like it'd be >...
I don't think there's been any work on this. Help would be appreciated.
@light94 What's the exception class and exception message?
Correct me if I'm wrong, the most likely scenario for using JSONB is when there is a JSONB column in a postgresql column. However, when you access that corresponding attribute...
@bensheldon so if I have the following queue "high_priority:7;default:4;low_priority:2;*" and GOOD_JOB_MAX_THREADS = 5 that means: 7 threads for high priority 4 threads for default 2 threads for low priority 5...
Thank you for confirming @bensheldon
I had the same problem with the disqus comments not showing. Realized that the post.html was including the wrong disqus partial. It should be `include disqus.html` instead of `include post/disqus_thread.html`....