Skip to content

Instantly share code, notes, and snippets.

View pschuegr's full-sized avatar

Paul Schuegraf pschuegr

View GitHub Profile
@pschuegr
pschuegr / gist:5462006
Created April 25, 2013 18:37
jasmine-rails missing spec:javascript
paul@tulip:~/dev $ rails new jr_test
create
create README.rdoc
create Rakefile
create config.ru
create .gitignore
create Gemfile
create app
create app/assets/images/rails.png
create app/assets/javascripts/application.js
@pschuegr
pschuegr / gist:4322118
Created December 17, 2012 20:52
Bundler error
Command:
--------
bundle exec rspec
Exception:
----------
/home/paul/.rvm/gems/ruby-1.9.3-p194/gems/bundler-1.2.3/lib/bundler/runtime.rb:31:in `block in setup': You have already activated activesupport 3.2.8, but your Gemfile requires activesupport 3.2.6. Using bundle exec may solve this. (Gem::LoadError)
from /home/paul/.rvm/gems/ruby-1.9.3-p194/gems/bundler-1.2.3/lib/bundler/runtime.rb:17:in `setup'
# Critical default settings:
disable_system_gems
disable_rubygems
bundle_path ".gems/bundler_gems"
# List gems to bundle here:
gem "rails", "3.0.pre", :git => "git://github.com/rails/rails.git"
gem "arel", :git => "git://github.com/rails/arel.git"
gem "i18n"
gem "dm-appengine"