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...
