Skip to content

Instantly share code, notes, and snippets.

@millisami
Created November 6, 2010 10:25
Show Gist options
  • Save millisami/665329 to your computer and use it in GitHub Desktop.
Save millisami/665329 to your computer and use it in GitHub Desktop.
Gemfile for rails3 on google app engine
# Critical default settings:
disable_system_gems
disable_rubygems
bundle_path '.gems/bundler_gems'
# List gems to bundle here:
gem 'rails', :path => '~/gitcodes/rails'
gem "rack", '1.0.1',
:git => 'git://github.com/rack/rack.git',
:ref => '4cc6af9b4f0b633b076f27d3a76bf86ebf9fe64e'
gem 'i18n'
gem 'tmail'
gem 'rails_dm_datastore'
gem 'activerecord-nulldb-adapter'
#######################################
# #
# You should be running Rails 2.3.5 #
# #
# http://rails-depot.appspot.com/ #
# #
#######################################
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment