Skip to content

Instantly share code, notes, and snippets.

@bmsolutions
Created January 21, 2011 17:03
Show Gist options
  • Save bmsolutions/789985 to your computer and use it in GitHub Desktop.
Save bmsolutions/789985 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
gem 'rails', '3.0.1'
gem 'authlogic'
gem 'switch_user'
gem 'acts_as_versioned'
gem 'jquery-rails', '>= 0.2.6'
gem 'capistrano'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
group :test do
gem 'sqlite3-ruby', :require => 'sqlite3'
gem 'autotest'
gem 'autotest-rails'
gem 'test_notifier'
gem 'mynyml-redgreen'
end
group :development do
gem 'pg'
gem 'ruby-debug19'
end
group :production do
gem 'mysql2'
end
# Use unicorn as the web server
# gem 'unicorn'
# Deploy with Capistrano
# gem 'capistrano'
# To use debugger
# gem 'ruby-debug'
# Bundle the extra gems:
# gem 'bj'
# gem 'nokogiri'
# gem 'sqlite3-ruby', :require => 'sqlite3'
# gem 'aws-s3', :require => 'aws/s3'
# Bundle gems for the local environment. Make sure to
# put test-only gems in this group so their generators
# and rake tasks are available in development mode:
# group :development, :test do
# gem 'webrat'
# end
rake RAILS_ENV=production db:migrate --trace
(in path)
Could not find ZenTest-4.4.0 in any of the sources
Try running `bundle install`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment