Skip to content

Instantly share code, notes, and snippets.

@simi
Last active September 30, 2015 04:07
Show Gist options
  • Select an option

  • Save simi/1718707 to your computer and use it in GitHub Desktop.

Select an option

Save simi/1718707 to your computer and use it in GitHub Desktop.
Try edge refinery
gem install rails
rails new retrorubies -m http://refinerycms.com/t/edge
cd retrorubies
rails s
Retrorubies::Application.routes.draw do
mount Refinery::Core::Engine => '/awesome-refinery-path'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment