Skip to content

Instantly share code, notes, and snippets.

disable_system_gems
disable_rubygems
bundle_path '.gems/bundler_gems'
gem 'rails_dm_datastore'
gem 'rails', "2.3.5"
gem 'bb-ruby'
gem 'agnostic-will_paginate'
gem 'appengine-rack'
@smichaelis
smichaelis / Gemfile
Created May 4, 2010 11:34
Steps to get Devise Authentication and CanCan Authorization running on Ruby on Rails 2.3.5 with DataMapper and Bundler on Google AppEngine
# Critical default settings:
disable_system_gems
disable_rubygems
bundle_path '.gems/bundler_gems'
# List gems to bundle here:
gem 'rails_dm_datastore'
gem 'rails', "2.3.5"
# Needed for Devise-Plugin