Skip to content

Instantly share code, notes, and snippets.

@norbajunior
Created August 23, 2011 21:47
Show Gist options
  • Save norbajunior/1166674 to your computer and use it in GitHub Desktop.
Save norbajunior/1166674 to your computer and use it in GitHub Desktop.
uninitialized constant Devise::IndifferentHash (NameError)
source 'http://rubygems.org'
gem 'rails', '3.1.0.rc6'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'pg'
# ======= pass the paremeter :git with the repository's url that works. ====== #
gem 'spree', :git => 'git://github.com/spree/spree.git'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', " ~> 3.1.0.rc"
gem 'coffee-rails', "~> 3.1.0.rc"
gem 'uglifier'
end
gem 'jquery-rails'
# Use unicorn as the web server
# gem 'unicorn'
# Deploy with Capistrano
# gem 'capistrano'
# To use debugger
# gem 'ruby-debug19', :require => 'ruby-debug'
group :test do
# Pretty printed test output
gem 'turn', :require => false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment