Skip to content

Instantly share code, notes, and snippets.

View eadz's full-sized avatar

Eaden McKee eadz

View GitHub Profile
@parndt
parndt / gist:882317
Created March 22, 2011 23:24
Gemfile without refinerycms doing all the magic authentication
# This is how to use Refinery CMS without our authentication
# What is happening here is I'm manually listing all of the other engines
# You will need to comply with all of the methods that anything else in Refinery is accessing
# That were being provided by refinerycms-authentication
gem 'refinerycms-dashboard', '~> 2.0.4'
gem 'refinerycms-images', '~> 2.0.4'
gem 'refinerycms-pages', '~> 2.0.4'
gem 'refinerycms-resources', '~> 2.0.4'