Skip to content

Instantly share code, notes, and snippets.

View stevenheidel's full-sized avatar

Steven Heidel stevenheidel

View GitHub Profile
@parndt
parndt / gist:988127
Created May 24, 2011 04:09 — forked from djones/gist:720672
4 views in Refinery that use a new type of content_page
rendering a custom plugin
<% content_for :page_title do %>
<%= @destination.title %>
<% end %>
<% content_for :page_body do %>
<section>
<h1>Choose from our most popular recommended itineraries below</h1>
</section>
@djones
djones / gist:720672
Created November 29, 2010 21:37
4 views in Refinery that use a new type of content_page
rendering a custom plugin
<% content_for :page_title do %>
<%= @destination.title %>
<% end %>
<% content_for :page_body do %>
<section>
<h1>Choose from our most popular recommended itineraries below</h1>
</section>
#!/usr/bin/env ruby
require 'rubygems'
require 'socket'
require 'octopi'
include Octopi
COMPETITORS = {
'refinery' => "resolve/refinerycms",
'radiant' => "radiant/radiant",