Skip to content

Instantly share code, notes, and snippets.

@DCarper
Created February 22, 2012 18:26
Show Gist options
  • Save DCarper/1886496 to your computer and use it in GitHub Desktop.
Save DCarper/1886496 to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
gem 'rails', '3.2.1'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'haml-rails'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
gem 'therubyracer'
gem 'uglifier', '>= 1.0.3'
gem 'compass', '0.12.rc.1'
gem 'compass-h5bp'
end
gem 'jquery-rails'
gem 'html5-rails'
group :production do
gem 'pg'
end
group :development do
gem 'mysql2'
end
group :test do
gem 'mysql2'
gem 'rspec-rails'
gem 'turnip'
gem 'capybara', :require => false
# capybara-webkit depends on `qt` https://github.com/thoughtbot/capybara-webkit/wiki/Installing-QT
gem 'capybara-webkit', :require => false
gem 'selenium', :require => false
gem 'factory_girl_rails'
gem 'mocha'
gem 'launchy', :require => false
end
# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'
# To use Jbuilder templates for JSON
# gem 'jbuilder'
# Use unicorn as the web server
# gem 'unicorn'
# To use debugger
# gem 'ruby-debug19', :require => 'ruby-debug'
GEM
remote: https://rubygems.org/
specs:
actionmailer (3.2.1)
actionpack (= 3.2.1)
mail (~> 2.4.0)
actionpack (3.2.1)
activemodel (= 3.2.1)
activesupport (= 3.2.1)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.1)
rack (~> 1.4.0)
rack-cache (~> 1.1)
rack-test (~> 0.6.1)
sprockets (~> 2.1.2)
activemodel (3.2.1)
activesupport (= 3.2.1)
builder (~> 3.0.0)
activerecord (3.2.1)
activemodel (= 3.2.1)
activesupport (= 3.2.1)
arel (~> 3.0.0)
tzinfo (~> 0.3.29)
activeresource (3.2.1)
activemodel (= 3.2.1)
activesupport (= 3.2.1)
activesupport (3.2.1)
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.2.7)
arel (3.0.0)
builder (3.0.0)
capybara (1.1.2)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0)
xpath (~> 0.1.4)
capybara-webkit (0.9.0)
capybara (>= 1.0.0, < 1.2)
json
childprocess (0.3.1)
ffi (~> 1.0.6)
chunky_png (1.2.5)
compass (0.12.rc.1)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)
compass-h5bp (0.0.2)
compass
diff-lcs (1.1.3)
erubis (2.7.0)
execjs (1.3.0)
multi_json (~> 1.0)
factory_girl (2.5.2)
activesupport (>= 2.3.9)
factory_girl_rails (1.6.0)
factory_girl (~> 2.5.0)
railties (>= 3.0.0)
ffi (1.0.11)
fssm (0.2.8.1)
gherkin (2.7.7)
json (>= 1.4.6)
git (1.2.5)
haml (3.1.4)
haml-rails (0.3.4)
actionpack (~> 3.0)
activesupport (~> 3.0)
haml (~> 3.0)
railties (~> 3.0)
hike (1.2.1)
html5-rails (0.0.4)
jquery-rails (>= 1.0.19)
railties (~> 3.1)
thor (~> 0.14)
i18n (0.6.0)
jar_wrapper (0.1.2)
jeweler
jeweler
zip
zip
jeweler (1.8.3)
bundler (~> 1.0)
git (>= 1.2.5)
rake
rdoc
journey (1.0.1)
jquery-rails (2.0.0)
railties (>= 3.2.0.beta, < 5.0)
thor (~> 0.14)
json (1.6.5)
launchy (2.0.5)
addressable (~> 2.2.6)
libv8 (3.3.10.4)
mail (2.4.1)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
metaclass (0.0.1)
mime-types (1.17.2)
mocha (0.10.4)
metaclass (~> 0.0.1)
multi_json (1.0.4)
mysql2 (0.3.11)
nokogiri (1.5.0)
pg (0.13.1)
polyglot (0.3.3)
rack (1.4.1)
rack-cache (1.1)
rack (>= 0.4)
rack-ssl (1.3.2)
rack
rack-test (0.6.1)
rack (>= 1.0)
rails (3.2.1)
actionmailer (= 3.2.1)
actionpack (= 3.2.1)
activerecord (= 3.2.1)
activeresource (= 3.2.1)
activesupport (= 3.2.1)
bundler (~> 1.0)
railties (= 3.2.1)
railties (3.2.1)
actionpack (= 3.2.1)
activesupport (= 3.2.1)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.6)
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
rspec (2.8.0)
rspec-core (~> 2.8.0)
rspec-expectations (~> 2.8.0)
rspec-mocks (~> 2.8.0)
rspec-core (2.8.0)
rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.8.0)
rspec-rails (2.8.1)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec (~> 2.8.0)
rubyzip (0.9.6.1)
sass (3.1.15)
sass-rails (3.2.4)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
selenium (0.2.5)
jar_wrapper
jeweler
selenium-webdriver (2.19.0)
childprocess (>= 0.2.5)
ffi (~> 1.0.9)
multi_json (~> 1.0.4)
rubyzip
sprockets (2.1.2)
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
therubyracer (0.9.9)
libv8 (~> 3.3.10)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
turnip (0.3.0)
gherkin (>= 2.5)
rspec (~> 2.0)
tzinfo (0.3.31)
uglifier (1.2.3)
execjs (>= 0.3.0)
multi_json (>= 1.0.2)
xpath (0.1.4)
nokogiri (~> 1.3)
zip (2.0.2)
PLATFORMS
ruby
DEPENDENCIES
capybara
capybara-webkit
compass (= 0.12.rc.1)
compass-h5bp
factory_girl_rails
haml-rails
html5-rails
jquery-rails
launchy
mocha
mysql2
pg
rails (= 3.2.1)
rspec-rails
sass-rails
selenium
therubyracer
turnip
uglifier (>= 1.0.3)
~/code/projects/my_app > bundle exec compass init --using blueprint
No application integration exists for rails
@hechien
Copy link

hechien commented Feb 23, 2012

Hi, how did you solve this problem?

@DCarper
Copy link
Author

DCarper commented Mar 1, 2012

Just needed to include the compass-rails gem in my Gemfile, which i had removed while debugging another issue.

Dan

@hechien
Copy link

hechien commented Mar 7, 2012

Okay, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment