Skip to content

Instantly share code, notes, and snippets.

View blueheadpublishing's full-sized avatar

BlueHead Publishing LLC blueheadpublishing

View GitHub Profile
@blueheadpublishing
blueheadpublishing / erb_import_subtemplates.rb
Created December 6, 2011 19:00
ERB Subtemplating Script: Import ERB From Within ERB
# This script will take the file book.html.erb and parse it. When it encounters
# <%= import('your_file.html.erb') %> it will parse the file and stream
# it into the parent erb file.
require "erb"
class ErbImportSubtemplate
def self.import(file)
# Parse the source erb file