Egor Lynko

Results 4 comments of Egor Lynko

We have nearly the same use case as @Deiz - we want to send logged errors to an external error tracking system. Currently we are using work-around solution by implementing...

With replica set configuration you perform all your writes to only one instance, primary. So this values will be unique even with replication lag on secondaries.

@schuetzm you can implement what you originally wanted by passing required helpers as a second argument to `render` method. ```ruby Tilt['handlebars'].new { "Value - {{myhelper}}" } .render(OpenStruct.new, myhelper: -> {...