Vincent Woo
Vincent Woo
@iclems - I'm super busy, is there any chance I can pay you cash money to do a deep dive on all firepad-sync related errors and fix this once and...
To piggyback off this, I also think that the latest release should have a simple demo as described above available at http://xtermjs.org/
We at CoderPad might be willing to sponsor this demo in the future! We run a shit-ton of containers constantly, anyhow.
The issue is that jbuilder caching is fairly naive - it basically dumps a serialized version of a giant activerecord blob into the cache store, then pulls it out, deserializes...
@artmees: I think that question is best asked to the RABL user group or github issues list. @rwz: Any chance you could document the caching tradeoffs of jbuilder in the...
Cool, I posted a long answer on SO: http://stackoverflow.com/questions/29190745/jbuilder-rails-caching-is-slower/29358844#29358844
I could try to prep a sample app that uses JBuilder caching heavily. As far as I know, no serious app actually uses JBuilder caching because of the performance impact....
You can't. The raw option is for something else (storing pure numbers/strings). Because JBuilder currently works by building a very large in-memory object and only serializing at the end, partial...
Check out the related issue for an in depth explanation of why you can't: https://github.com/rails/jbuilder/issues/259
I think we'd want to see side-by-sides and measureables. Can you produce a testing repo? Maybe use a stripped-down and scrubbed copy of Everlane's jbuilder structure? https://github.com/evanphx/benchmark-ips is the standard...