Skip to content

Instantly share code, notes, and snippets.

@parndt
Created March 22, 2011 23:24
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parndt/882317 to your computer and use it in GitHub Desktop.
Save parndt/882317 to your computer and use it in GitHub Desktop.
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'
group :development, :test do
gem 'refinerycms-testing', '~> 2.0.4'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment