Skip to content

Instantly share code, notes, and snippets.

@lucasprag
lucasprag / Gemfile
Last active May 7, 2021 14:24 — forked from mbajur/Gemfile
Liquid, Handlebars, Erb and gsub benchmarks
# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
gem 'liquid'
gem 'ruby-handlebars'
@lucasprag
lucasprag / README.md
Last active August 29, 2015 14:22 — forked from haggen/README.md

Get boot2docker working with nfs instead of vboxsf.

Tested on:

- Boot2Docker-cli version: v1.6.0
  Git commit: 9894ae9
- Boot2Docker-cli version: v1.6.2
  Git commit: cb2c3bc
<%
require 'cgi'
require 'uri'
begin
uri = URI.parse(ENV["DATABASE_URL"])
rescue URI::InvalidURIError
raise "Invalid DATABASE_URL"
end
# The container includes:
#
# azukiapp/ruby:
# * MRI Ruby 2.1.4
# * Bundler
# * Image Magick
#
FROM azukiapp/node
MAINTAINER Azuki <support@azukiapp.com>
/**
* Documentation: http://docs.azk.io/Azkfile.js
*/
// Adds the systems that shape your system
systems({
magnetis: {
// Dependent systems
depends: ["postgres", "redis", "elasticsearch"],
// More images: http://images.azk.io