Blogs
How to Migrate a Rails 6 App From sass-rails to cssbundling-rails
At Kolide (btw we're hiring), we move swiftly to adopt to new versions of Ruby, Rails, and other major dependencies within a few months of them becoming available. We are at our happiest when we get to use the latest language and framework feature...
Reducing memory bloat of a Ruby on Rails application | BigBinary Blog
Recently we encountered that one of our internal products had started consuming too much memory. Some of our team members dig deep into it and resolved the issue. After the issue was resolved Unni made a video for internal purpose. In this blog we...
Ruby2JS: an extensible Ruby to modern JavaScript transpiler
Ruby2JS is for Ruby developers who want to produce JavaScript that looks hand-crafted, rather than machine generated. You can convert Ruby-like syntax and semantics as cleanly and “natively” as possible. This means that (most of the time) you’ll g...
Shopify/yjit: Optimizing JIT compiler built inside CRuby
Optimizing JIT compiler built inside CRuby. Contribute to Shopify/yjit development by creating an account on GitHub.Ruby is an interpreted object-oriented programming language often used for web development. It also offers many scripting features ...