harrisrobin@Harriss-MacBook-Air:~/projects/montrealfixed$ git push heroku masterCounting objects: 16859, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (8119/8119), done.
Writing objects: 100% (16859/16859), 14.13 MiB | 27.00 KiB/s, done.
Total 16859 (delta 8460), reused 16635 (delta 8317)
-----> Git submodules detected, installing
-----> Ruby/Rails app detected
-----> Using Ruby version: ruby-2.0.0
-----> Installing dependencies using Bundler version 1.3.2
New app detected loading default bundler cache
Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment
Fetching gem metadata from http://rubygems.org/.......
Fetching gem metadata from http://rubygems.org/..
Fetching https://github.com/binarylogic/authlogic.git
Fetching https://github.com/Compass/compass-rails.git
Fetching https://github.com/neocoin/rails3-generators.git
Installing rake (10.0.4)
Installing Ascii85 (1.0.2)
Using i18n (0.6.5)
Using minitest (4.7.5)
Installing multi_json (1.8.2)
Using atomic (1.1.14)
Using thread_safe (0.1.3)
Installing tzinfo (0.3.38)
Using activesupport (4.0.0)
Using builder (3.1.4)
Using erubis (2.7.0)
Using rack (1.5.2)
Using rack-test (0.6.2)
Using actionpack (4.0.0)
Using mime-types (1.25)
Using polyglot (0.3.3)
Using treetop (1.4.15)
Using mail (2.5.4)
Using actionmailer (4.0.0)
Installing actionpack-page_caching (1.0.1)
Installing active_utils (2.0.1)
Installing json (1.8.1)
Installing money (5.1.1)
Installing nokogiri (1.5.10)
Installing activemerchant (1.29.3)
Using activemodel (4.0.0)
Using activerecord-deprecated_finders (1.0.3)
Installing arel (4.0.1)
Using activerecord (4.0.0)
Installing afm (0.2.0)
Installing american_date (1.1.0)
Installing excon (0.27.6)
Installing formatador (0.2.4)
Installing net-ssh (2.7.0)
Installing net-scp (1.1.2)
Installing ruby-hmac (0.4.0)
Installing unicode (0.4.4)
Installing fog (1.16.0)
Installing asset_sync (1.0.0)
Using authlogic (3.3.0) from https://github.com/binarylogic/authlogic.git (at master)
Installing awesome_nested_set (3.0.0.rc.2)
Installing uuidtools (2.1.4)
Installing aws-sdk (1.23.0)
Installing bluecloth (2.1.0)
Installing cancan (1.6.10)
Installing chronic (0.10.2)
Installing chunky_png (1.2.9)
Installing climate_control (0.0.3)
Installing cocaine (0.5.3)
Installing fssm (0.2.10)
Installing sass (3.2.12)
Installing compass (0.12.2)
Using compass-rails (1.0.3) from https://github.com/Compass/compass-rails.git (at rails4-hack)
Installing dynamic_form (1.1.4)
Installing execjs (2.0.2)
Installing friendly_id (5.0.0)
Using tilt (1.4.1)
Installing haml (4.0.3)
Installing hashery (2.1.1)
Using hike (1.2.3)
Installing jbuilder (1.5.2)
Using thor (0.18.1)
Using railties (4.0.0)
Using jquery-rails (3.0.4)
Installing jquery-ui-rails (4.1.0)
Installing paperclip (3.5.2)
Installing ruby-rc4 (0.1.5)
Installing ttfunk (1.0.3)
Installing pdf-reader (1.3.3)
Using pg (0.17.0)
Installing pr_geohash (1.0.0)
Installing prawn (0.12.0)
Using bundler (1.3.2)
Using sprockets (2.10.0)
Installing sprockets-rails (2.0.1)
Using rails (4.0.0)
Using rails3-generators (0.17.4) from https://github.com/neocoin/rails3-generators.git (at master)
Using rails_serve_static_assets (0.0.1)
Installing rails_stdout_logging (0.0.3)
Using rails_12factor (0.0.2)
Installing rails_config (0.3.3)
Installing rmagick (2.13.2)
Installing rsolr (1.0.9)
Installing sass-rails (4.0.1)
Installing state_machine (1.2.0)
Installing sunspot (2.0.0)
Installing sunspot_rails (2.0.0)
Installing sunspot_solr (2.0.0)
Using uglifier (2.2.1)
Installing will_paginate (3.0.5)
Installing zurb-foundation (4.3.2)
Your bundle is complete! It was installed into ./vendor/bundle
Post-install message from haml:
HEADS UP! Haml 4.0 has many improvements, but also has changes that may break
your application:
* Support for Ruby 1.8.6 dropped
* Support for Rails 2 dropped
* Sass filter now always outputs <style> tags
* Data attributes are now hyphenated, not underscored
* html2haml utility moved to the html2haml gem
* Textile and Maruku filters moved to the haml-contrib gem
For more info see:
http://rubydoc.info/github/haml/haml/file/CHANGELOG.md
Post-install message from paperclip:
##################################################
# NOTE FOR UPGRADING FROM PRE-3.0 VERSION #
##################################################
Paperclip 3.0 introduces a non-backward compatible change in your attachment
path. This will help to prevent attachment name clashes when you have
multiple attachments with the same name. If you didn't alter your
attachment's path and are using Paperclip's default, you'll have to add
`:path` and `:url` to your `has_attached_file` definition. For example:
has_attached_file :avatar,
:path => ":rails_root/public/system/:attachment/:id/:style/:filename",
:url => "/system/:attachment/:id/:style/:filename"
Post-install message from pdf-reader:
********************************************
v1.0.0 of PDF::Reader introduced a new page-based API. There are extensive
examples showing how to use it in the README and examples directory.
For detailed documentation, check the rdocs for the PDF::Reader,
PDF::Reader::Page and PDF::Reader::ObjectHash classes.
The old API is marked as deprecated but will continue to work with no
visible warnings for now.
********************************************
Post-install message from prawn:
********************************************
A lot has changed since 0.8.4
Please read the changelog for details:
https://github.com/sandal/prawn/wiki/CHANGELOG
********************************************
Bundle completed (111.02s)
Cleaning up the bundler cache.
Removing json (1.8.0)
Removing rdoc (3.12.2)
Removing coffee-rails (4.0.0)
Removing rails_stdout_logging (0.0.2)
Removing unicorn (4.6.3)
Removing multi_json (1.8.0)
Removing activeresource (3.2.14)
Removing arel (4.0.0)
Removing rack-ssl (1.3.3)
Removing builder (3.0.4)
Removing sprockets-rails (2.0.0)
Removing arel (3.0.2)
Removing sass (3.2.10)
Removing tzinfo (0.3.37)
Removing sprockets (2.2.2)
Removing coffee-script-source (1.6.3)
Removing sdoc (0.3.20)
Removing coffee-script (2.2.0)
Removing rails (3.2.14)
Removing rake (10.1.0)
Removing sass-rails (4.0.0)
Removing turbolinks (1.3.0)
Removing activemodel (3.2.14)
Removing railties (3.2.14)
Removing nokogiri (1.6.0)
Removing jbuilder (1.5.1)
Removing puma (2.6.0)
Removing pg (0.16.0)
Removing raindrops (0.12.0)
Removing kgio (2.8.1)
Removing actionmailer (3.2.14)
Removing activerecord (3.2.14)
Removing coffee-rails (3.2.2)
Removing bcrypt-ruby (3.0.1)
Removing execjs (2.0.1)
Removing rack-cache (1.2)
Removing actionpack (3.2.14)
Removing activesupport (3.2.14)
Removing sass-rails (3.2.6)
Removing journey (1.0.4)
Removing rack (1.4.5)
Removing mini_portile (0.5.1)
-----> Writing config/database.yml to read from DATABASE_URL
-----> Preparing app for Rails asset pipeline
Running: rake assets:precompile
fatal: Not a git repository (or any of the parent directories): .git
rake aborted!
cannot load such file -- action_dispatch/middleware/session/dalli_store
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:228:in `require'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:228:in `block in require'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:213:in `load_dependency'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:228:in `require'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/config/initializers/session_store.rb:2:in `<top (required)>'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:222:in `load'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:222:in `block in load'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:213:in `load_dependency'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:222:in `load'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/railties-4.0.0/lib/rails/engine.rb:609:in `block (2 levels) in <class:Engine>'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/railties-4.0.0/lib/rails/engine.rb:608:in `each'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/railties-4.0.0/lib/rails/engine.rb:608:in `block in <class:Engine>'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/railties-4.0.0/lib/rails/initializable.rb:30:in `instance_exec'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/railties-4.0.0/lib/rails/initializable.rb:30:in `run'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/railties-4.0.0/lib/rails/initializable.rb:55:in `block in run_initializers'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/railties-4.0.0/lib/rails/initializable.rb:44:in `each'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/railties-4.0.0/lib/rails/initializable.rb:44:in `tsort_each_child'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/railties-4.0.0/lib/rails/initializable.rb:54:in `run_initializers'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/railties-4.0.0/lib/rails/application.rb:215:in `initialize!'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/railties-4.0.0/lib/rails/railtie/configurable.rb:30:in `method_missing'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/config/environment.rb:6:in `<top (required)>'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:228:in `require'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:228:in `block in require'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:213:in `load_dependency'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:228:in `require'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/railties-4.0.0/lib/rails/application.rb:189:in `require_environment!'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/railties-4.0.0/lib/rails/application.rb:249:in `block in run_tasks_blocks'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:246:in `call'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:246:in `block in execute'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:241:in `each'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:241:in `execute'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:184:in `block in invoke_with_call_chain'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:177:in `invoke_with_call_chain'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:170:in `invoke'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/sprockets-rails-2.0.1/lib/sprockets/rails/task.rb:54:in `block (2 levels) in define'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:246:in `call'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:246:in `block in execute'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:241:in `each'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:241:in `execute'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:184:in `block in invoke_with_call_chain'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:177:in `invoke_with_call_chain'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:205:in `block in invoke_prerequisites'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:203:in `each'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:203:in `invoke_prerequisites'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:183:in `block in invoke_with_call_chain'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:177:in `invoke_with_call_chain'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/task.rb:170:in `invoke'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/application.rb:143:in `invoke_task'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/application.rb:101:in `block (2 levels) in top_level'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/application.rb:101:in `each'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/application.rb:101:in `block in top_level'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/application.rb:110:in `run_with_threads'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/application.rb:95:in `top_level'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/application.rb:73:in `block in run'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/application.rb:160:in `standard_exception_handling'
/tmp/build_395e3273-6124-4509-a510-ad7cb8536cb3/vendor/bundle/ruby/2.0.0/gems/rake-10.0.4/lib/rake/application.rb:70:in `run'
Tasks: TOP => environment
(See full trace by running task with --trace)
!
! Precompiling assets failed.
!
! Push rejected, failed to compile Ruby/Rails app
To g...@heroku.com:stormy-atoll-8073.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'g...@heroku.com:stormy-atoll-8073.git'
--
You received this message because you are subscribed to the Google Groups "ror_ecommerce" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ror_ecommerc...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
harrisrobin@Harriss-MacBook-Air:~/projects/montrealfixed$ heroku addons:add memcache
Adding memcache on stormy-atoll-8073... failed
! Add-on not found.
harrisrobin@Harriss-MacBook-Air:~/projects/montrealfixed$
source 'http://rubygems.org'ruby "2.0.0"## Bundle rails:
gem 'rails', '4.0.0'
gem 'uglifier', '>= 1.3.0'
gem 'sass-rails', '~> 4.0.0'
gem 'actionpack-page_caching'
gem "activemerchant", '~> 1.29.3'#, :lib => 'active_merchant'
gem "american_date"
# Use https if you are pushing to HEROKU
gem 'authlogic', git: 'https://github.com/binarylogic/authlogic.git'
#gem 'authlogic', git: 'g...@github.com:binarylogic/authlogic.git'
gem "asset_sync"
gem 'awesome_nested_set', '~> 3.0.0.rc.1'
gem 'aws-sdk'
gem 'bluecloth', '~> 2.1.0'
gem 'cancan', '~> 1.6.8'
gem 'chronic'
# Use https if you are pushing to HEROKU
gem 'compass-rails', git: 'https://github.com/Compass/compass-rails.git', branch: 'rails4-hack'
#gem 'compass-rails', git: 'git://github.com/Compass/compass-rails.git', branch: 'rails4-hack'
gem 'dynamic_form'
gem 'jbuilder'
gem "friendly_id", '~> 5.0.0.rc1'#, :git => "g...@github.com:FriendlyId/friendly_id.git", :branch => 'rails4'
gem 'haml', ">= 3.0.13"#, ">= 3.0.4"#, "2.2.21"#,
gem "jquery-rails"
gem 'jquery-ui-rails'
gem 'json', '~> 1.8.0'
#gem "nifty-generators", :git => 'git://github.com/drhenner/nifty-generators.git'
gem 'nokogiri', '~> 1.5.0'
gem 'paperclip', '~> 3.0'
gem 'prawn', '~> 0.12.0'
gem "rails3-generators", git: "https://github.com/neocoin/rails3-generators.git"
gem "rails_config"
gem 'rmagick', :require => 'RMagick'
gem 'rake', '~> 10.0.3'
# gem 'resque', require: 'resque/server'
gem 'state_machine', '~> 1.2.0'
gem 'sunspot_solr'
gem 'sunspot_rails'
gem 'will_paginate', '~> 3.0.4'
gem 'zurb-foundation', '~> 4.3.2'
gem "memcached-northscale"
group :production do
gem 'pg'
gem 'rails_12factor'
end
group :development do
gem 'pg'
#gem 'awesome_print'
#gem 'annotate', :git => 'git://github.com/ctran/annotate_models.git'
gem "autotest-rails-pure"
gem "better_errors", '~> 0.9.0'
gem "binding_of_caller", '~> 0.7.2'
gem "rails-erd"
gem 'byebug', :platforms => [:mingw_20, :mri_20, :ruby_20]
gem 'pry-byebug', :platforms => [:mingw_20, :mri_20, :ruby_20]
# YARD AND REDCLOTH are for generating yardocs
gem 'yard'
gem 'RedCloth'
end
group :test, :development do
gem 'capybara', "~> 1.1"#, :git => 'git://github.com/jnicklas/capybara.git'
gem 'launchy'
gem 'database_cleaner', :github => 'bmabey/database_cleaner'
end
group :test do
gem 'factory_girl', "~> 3.3.0"
gem 'factory_girl_rails', "~> 3.3.0"
gem 'mocha', '~> 0.13.3', :require => false
gem 'rspec-rails-mocha'
gem 'rspec-rails', '~> 2.12.2'
gem 'email_spec'
gem "faker"
gem "autotest", '~> 4.4.6'
gem "autotest-rails-pure"
if RUBY_PLATFORM =~ /darwin/
#gem "autotest-fsevent", '~> 0.2.5'
end
gem "autotest-growl"
gem "ZenTest", '4.9.4'#, '4.6.2'
gem 'dalli'
end
--