Tutorials

A script engine powered by mruby sandboxie, It's a fork of Shopify's ESS.
ScriptCore is a fork of Shopify's enterprise script service.The enterprise script service (aka ESS) is a thin Ruby API layer that spawns a process, the enterprise_script_engine, to execute an untrusted Ruby script.The enterprise_script_engine exec...


Testing ActiveRecord associations in the Rails console
When building a new Rails app, you usually get to create several models with all kinds of associations between them (see more in the documentation).The usual steps after creating the app would be as follows:Create the ActiveRecord models.Build the...



Build an API with the Jets Ruby Serverless Framework
In this blog post, I’ll cover how to build a simple API service on AWS Lambda with the Jets Ruby Serverless Framework.Jets New API ModeThe jets new command has a few different modes: html, api, and job. We’ll use the handy api mode for this tutori...


