So I've run into a little snag with a rails app that i'm trying to
deploy on to Heroku. When I attempt to push my app onto Heroku, I'm told
that rake tasks cannot be detected. In addition, I'm told that the
application file in the config folder cannot be loaded. I ran this little
command (bundle exec rake -P RAILS_ENV=production) to see if everything
in production mode checks out and I don't get any errors.
I really appreciate anyones help as this is my first time deploying an
app on Heroku. Thanks!
Total 7266 (delta 1071), reused 0 (delta 0)
remote: Compressing source files... done.
List item
remote: Building source:
remote:
remote: -----> Ruby app detected
remote: -----> Compiling Ruby/Rails
remote: -----> Using Ruby version: ruby-2.2.
remote: -----> Installing dependencies using bundler 1.11.2
remote: Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
remote: Installing i18n 0.7.0
remote: Installing json 1.8.3 with native extensions
remote: Installing rake 11.1.2
remote: Installing minitest 5.8.4
remote: Installing thread_safe 0.3.5
remote: Installing builder 3.2.2
remote: Installing erubis 2.7.0
remote: Installing mini_portile2 2.0.
remote: Installing rack 1.6.4
remote: Installing mime-types-data 3.2016.0221
remote: Installing arel 6.0.3
remote: Installing execjs 2.6.0
remote: Installing bcrypt 3.1.11 with native extensions
remote: Installing sass 3.4.22
remote: Installing coffee-script-source 1.10.0
remote: Installing thor 0.19.1
remote: Installing concurrent-ruby 1.0.1
remote: Installing orm_adapter 0.5.0
remote: Installing multi_json 1.11.2
remote: Installing pg 0.18.4 with native extensions
remote: Using bundler 1.11.2
remote: Installing rails_serve_static_assets 0.0.5
remote: Installing rails_stdout_logging 0.0.5
remote: Installing tilt 2.0.2
remote: Installing tzinfo 1.2.2
remote: Installing nokogiri 1.6.7.2 with native extensions
remote: Installing rack-test 0.6.3
remote: Installing warden 1.2.6
remote: Installing mime-types 3.0
remote: Installing autoprefixer-rails 6.3.5
remote: Installing uglifier 3.0.0
remote: Installing coffee-script 2.4.
remote: Installing sprockets 3.5.2
remote: Installing rails_12factor 0.0.3
remote: Installing mail 2.6.4
remote: Installing bootstrap-sass 3.3.6
remote: Installing loofah 2.0.3
remote: Installing rails-html-sanitizer 1.0.3
remote: Installing activesupport 4.2.
remote: Installing rdoc 4.2.2
remote: Installing rails-deprecated_sanitizer 1.0.3
remote: Installing globalid 0.3.6
remote: Installing activemodel 4.2.5
remote: Installing jbuilder 2.4.1
remote: Installing activejob 4.2.5
remote: Installing rails-dom-testing 1.0.7
remote: Installing activerecord 4.2.5
remote: Installing actionview 4.2.5
remote: Installing actionpack 4.2.5
remote: Installing sdoc 0.4.1
remote: Installing actionmailer 4.2.5
remote: Installing railties 4.2.5
remote: Installing sprockets-rails 3.0.4
remote: Installing coffee-rails 4.1.1
remote: Installing responders 2.1.2
remote: Installing jquery-rails 4.1.1
remote: Installing rails 4.2.5
remote: Installing sass-rails 5.0.4
remote: Installing turbolinks 2.5.3
remote: Installing devise 3.5.6
remote: Bundle complete! 15 Gemfile dependencies, 60 gems now installed.
remote: Gems in the groups development and test were not installed.
remote: Bundled gems are installed into ./vendor/bundle.
remote: Post-install message from rdoc:
remote: Depending on your version of ruby, you may need to install ruby rdoc/ri data:
remote: <= 1.8.6 : unsupported
remote: = 1.8.7 : gem install rdoc-data; rdoc-data --install
remote: = 1.9.1 : gem install rdoc-data; rdoc-data --install
remote: >= 1.9.2 : nothing to do! Yay
remote: Bundle completed (22.56s)
remote: Cleaning up the bundler cache
remote: sh: 2: Syntax error: Unterminated quoted string
remote: sh: 2: Syntax error: Unterminated quoted string
remote: !
remote: ! Could not detect rake tasks
remote: ! ensure you can run `$ bundle exec rake -P` against your app
remote: ! and using the production group of your Gemfile.
remote: ! rake aborted!
remote: ! LoadError: cannot load such file -- /tmp/build_81c00152de97c61281a1204214d29edb/website/config/application
remote: ! /tmp/build_81c00152de97c61281a1204214d29edb/website/Rakefile:4:in `require
remote: ! /tmp/build_81c00152de97c61281a1204214d29edb/website/Rakefile:4:in `<top (required)>'
remote: ! /tmp/build_81c00152de97c61281a1204214d29edb/website/vendor/bundle/ruby/2.2.0/gems/rake-11.1.2/lib/rake/rake_module.rb:28:in `load'
Related
I have an app which runs on local machine.
Rails 4.2.0
Ruby 2.2.3
I am getting the following error on pushing to heroku. The app runs on local machine.
rake aborts with the error NameError: uninitialized constant Sprockets::Rails::VERSION
Counting objects: 1965, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (608/608), done.
Writing objects: 100% (1965/1965), 229.38 KiB | 0 bytes/s, done.
Total 1965 (delta 1275), reused 1958 (delta 1272)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Ruby app detected
remote: -----> Compiling Ruby/Rails
remote: -----> Using Ruby version: ruby-2.2.3
remote: ###### WARNING:
remote: Removing `Gemfile.lock` because it was generated on Windows.
remote: Bundler will do a full resolve so native gems are handled properly.
remote: This may result in unexpected gem versions being used in your app.
remote: In rare occasions Bundler may not be able to resolve your dependencies at all.
remote: https://devcenter.heroku.com/articles/bundler-windows-gemfile
remote:
remote: -----> Installing dependencies using bundler 1.11.2
remote: Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4
remote: Fetching git://github.com/derekprior/momentjs-rails.git
remote: Fetching git://github.com/zpaulovics/datetimepicker-rails.git
remote: Cloning into 'bootstrap-datetimepicker'...
remote: Fetching gem metadata from https://rubygems.org/...........
remote: Fetching version metadata from https://rubygems.org/...
remote: Fetching dependency metadata from https://rubygems.org/..
remote: Resolving dependencies..........................................
remote: Installing json 1.8.3 with native extensions
remote: Installing rake 11.1.2
remote: Installing i18n 0.7.0
remote: Installing minitest 5.8.4
remote: Installing thread_safe 0.3.5
remote: Installing builder 3.2.2
remote: Installing erubis 2.7.0
remote: Installing mini_portile2 2.0.0
remote: Installing rack 1.6.4
remote: Installing mime-types 2.99.1
remote: Installing arel 6.0.3
remote: Installing execjs 2.6.0
remote: Installing bcrypt 3.1.11 with native extensions
remote: Installing bootstrap_form 2.3.0
remote: Installing sass 3.4.22
remote: Using bundler 1.11.2
remote: Installing thor 0.19.1
remote: Installing hike 1.2.3
remote: Installing multi_json 1.11.3
remote: Installing tilt 1.4.1
remote: Installing coffee-script-source 1.10.0
remote: Installing daemons 1.2.3
remote: Installing orm_adapter 0.5.0
remote: Installing eventmachine 1.0.9.1 with native extensions
remote: Installing unf_ext 0.0.7.2 with native extensions
remote: Installing fabrication 2.15.0
remote: Installing google_visualr 2.5.1
remote: Installing sexp_processor 4.7.0
remote: Installing hashie 3.4.3
remote: Installing json_pure 1.8.3
remote: Installing libv8 3.16.14.13
remote: Installing nested_form 0.3.2
remote: Installing netrc 0.11.0
remote: Installing pg 0.18.4 with native extensions
remote: Installing phony 2.15.21
remote: Installing rails_serve_static_assets 0.0.5
remote: Installing rails_stdout_logging 0.0.5
remote: Installing remotipart 1.2.1
remote: Installing safe_yaml 1.0.4
remote: Installing ref 2.0.0
remote: Installing faker 1.6.3
remote: Installing validates_email_format_of 1.6.3
remote: Installing tzinfo 1.2.2
remote: Installing nokogiri 1.6.7.2 with native extensions
remote: Installing rack-test 0.6.3
remote: Installing rack-protection 1.5.3
remote: Installing warden 1.2.6
remote: Installing mail 2.6.4
remote: Installing rdoc 4.2.2
remote: Installing autoprefixer-rails 6.3.6
remote: Installing uglifier 3.0.0
remote: Installing figaro 1.1.1
remote: Installing sprockets 2.12.4
remote: Installing haml 4.0.7
remote: Installing coffee-script 2.4.1
remote: Installing ruby_parser 3.8.1
remote: Installing unf 0.1.4
remote: Installing tropo-webapi-ruby 0.1.13
remote: Installing therubyracer 0.12.2 with native extensions
remote: Installing rails_12factor 0.0.3
remote: Installing activesupport 4.2.0
remote: Installing sinatra 1.4.7
remote: Installing sdoc 0.4.1
remote: Installing bootstrap-sass 3.3.6
remote: Installing domain_name 0.5.20160310
remote: Installing rails-deprecated_sanitizer 1.0.3
remote: Installing globalid 0.3.6
remote: Installing activemodel 4.2.0
remote: Installing clockwork 2.0.0
remote: Installing delayed_job 4.1.1
remote: Installing jbuilder 1.5.3
remote: Installing phony_rails 0.14.0
remote: Installing http-cookie 1.0.2
remote: Installing rails-dom-testing 1.0.7
remote: Installing loofah 2.0.3
remote: Installing html2haml 2.0.0
remote: Installing rack-pjax 0.8.0
remote: Installing activejob 4.2.0
remote: Installing activerecord 4.2.0
remote: Installing rest-client 1.8.0
remote: Installing rails-html-sanitizer 1.0.3
remote: Installing delayed_job_active_record 4.1.0
remote: Installing delayed_job_web 1.2.10
remote: Installing has_secure_token 1.0.0
remote: Installing actionview 4.2.0
remote: Installing actionpack 4.2.0
remote: Installing railties 4.2.0
remote: Installing actionmailer 4.2.0
remote: Installing sprockets-rails 2.0.1
remote: Installing kaminari 0.16.3
remote: Installing simple_form 3.1.1
remote: Installing jquery-rails 4.1.1
remote: Using momentjs-rails 2.11.1 from git://github.com/derekprior/momentjs-rails.git (at master#41e30d4)
remote: Installing coffee-rails 4.0.1
remote: Installing responders 2.1.2
remote: Installing font-awesome-rails 4.6.1.0
remote: Installing jquery-ui-rails 5.0.5
remote: Installing haml-rails 0.9.0
remote: Installing rails 4.2.0
remote: Installing turbolinks 2.5.3
remote: Using datetimepicker-rails 4.7.16 from git://github.com/zpaulovics/datetimepicker-rails.git (at master#36d21ce)
remote: Installing sass-rails 4.0.1
remote: Installing devise 4.0.1
remote: Installing browser-timezone-rails 0.0.8
remote: Installing fullcalendar-rails 2.6.1.0
remote: Installing dateslices 0.0.4
remote: Installing jquery-turbolinks 2.1.0
remote: Installing jquery-datatables-rails 3.3.0
remote: Installing rails_admin 0.8.1
remote: Bundle complete! 52 Gemfile dependencies, 109 gems now installed
remote: Gems in the groups development and test were not installed.
remote: Bundled gems are installed into ./vendor/bundle.
remote: Post-install message from rdoc:
remote: Depending on your version of ruby, you may need to install ruby rdoc/ri data:
remote: <= 1.8.6 : unsupported
remote: = 1.8.7 : gem install rdoc-data; rdoc-data --install
remote: = 1.9.1 : gem install rdoc-data; rdoc-data --install
remote: >= 1.9.2 : nothing to do! Yay!
remote: Post-install message from haml:
remote: HEADS UP! Haml 4.0 has many improvements, but also has changes that may break
remote: your application:
remote: * Support for Ruby 1.8.6 dropped
remote: * Support for Rails 2 dropped
remote: * Sass filter now always outputs <style> tags
remote: * Data attributes are now hyphenated, not underscored
remote: * html2haml utility moved to the html2haml gem
remote: * Textile and Maruku filters moved to the haml-contrib gem
remote: For more info see:
remote: http://rubydoc.info/github/haml/haml/file/CHANGELOG.md
remote: Post-install message from phony_rails:
remote: It now adds a '+' to the normalized number when it starts with a country number!
remote: Bundle completed (61.53s)
remote: Cleaning up the bundler cache.
remote: -----> Preparing app for Rails asset pipeline
remote: Running: rake assets:precompile
remote: rake aborted!
remote: NameError: uninitialized constant Sprockets::Rails::VERSION
remote: /tmp/build_ff86312346869b165736d37b1725f32c/vendor/bundle/ruby/2.2.0/gems/bootstrap-sass-3.3.6/lib/bootstrap-sass/engine.rb:11:in `block in <class:Engine>'
remote: /tmp/build_ff86312346869b165736d37b1725f32c/vendor/bundle/ruby/2.2.0/gems/railties-4.2.0/lib/rails/initializable.rb:30:in `instance_exec'
remote: /tmp/build_ff86312346869b165736d37b1725f32c/vendor/bundle/ruby/2.2.0/gems/railties-4.2.0/lib/rails/initializable.rb:30:in `run'
remote: /tmp/build_ff86312346869b165736d37b1725f32c/vendor/bundle/ruby/2.2.0/gems/railties-4.2.0/lib/rails/initializable.rb:55:in `block in run_initializers'
remote: /tmp/build_ff86312346869b165736d37b1725f32c/vendor/bundle/ruby/2.2.0/gems/railties-4.2.0/lib/rails/initializable.rb:54:in `run_initializers'
remote: /tmp/build_ff86312346869b165736d37b1725f32c/vendor/bundle/ruby/2.2.0/gems/railties-4.2.0/lib/rails/application.rb:352:in `initialize!'
remote: /tmp/build_ff86312346869b165736d37b1725f32c/vendor/bundle/ruby/2.2.0/gems/railties-4.2.0/lib/rails/railtie.rb:194:in `public_send'
remote: /tmp/build_ff86312346869b165736d37b1725f32c/vendor/bundle/ruby/2.2.0/gems/railties-4.2.0/lib/rails/railtie.rb:194:in `method_missing'
remote: /tmp/build_ff86312346869b165736d37b1725f32c/config/environment.rb:5:in `<top (required)>'
remote: /tmp/build_ff86312346869b165736d37b1725f32c/vendor/bundle/ruby/2.2.0/gems/railties-4.2.0/lib/rails/application.rb:328:in `require_environment!'
remote: /tmp/build_ff86312346869b165736d37b1725f32c/vendor/bundle/ruby/2.2.0/gems/railties-4.2.0/lib/rails/application.rb:443:in `block in run_tasks_blocks'
remote: /tmp/build_ff86312346869b165736d37b1725f32c/vendor/bundle/ruby/2.2.0/gems/sprockets-rails-2.0.1/lib/sprockets/rails/task.rb:54:in `block (2 levels) in define'
remote: Tasks: TOP => environment
remote: (See full trace by running task with --trace)
remote: !
remote: ! Precompiling assets failed.
remote: !
remote:
remote: ! Push rejected, failed to compile Ruby app
remote:
remote: Verifying deploy....
remote:
remote: ! Push rejected to fathom-reef-94288.
remote:
To https://git.heroku.com/fathomless-reef-94288.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/fathom-reef-94288.git'
I get the following error on performing rake assets:precompile on my local machine. This is the same error I get on heroku push.
rake assets:precompile
[DEPRECATION] `last_comment` is deprecated. Please use `last_description` instead.
[DEPRECATION] `last_comment` is deprecated. Please use `last_description` instead.
[DEPRECATION] `last_comment` is deprecated. Please use `last_description` instead.
[DEPRECATION] `last_comment` is deprecated. Please use `last_description` instead.
[DEPRECATION] `last_comment` is deprecated. Please use `last_description` instead.
rake aborted!
NameError: uninitialized constant Sprockets::Rails::VERSION
/Users/azs/ror/maintr/config/environment.rb:5:in `<top (required)>'
Tasks: TOP => environment
(See full trace by running task with --trace)
It looks like you have an old version of sprockets-rails gem being installed. With Rails 4.2 you should be getting version 3 or later. But, in your case the bundler is installing version 2.0.1. Some version of the gem had this exact problem.
I guess the easiest way would be to generate a Gemfile.lock file on linux machine and force Heroku to use new version of the sprockets-rails gem.
I don't see any error message.
but when I run heroku open , the browser shows "We're sorry, but something went wrong."
The app runs fine offline.
the code
https://github.com/codelearner777/blog
could somebody help me?
budi#Lenovo:~/blog$ heroku create
Creating rocky-badlands-5818... done, stack is cedar-14
https://rocky-badlands-5818.herokuapp.com/ | https://git.heroku.com/rocky-badlands-5818.git
Git remote heroku added
budi#Lenovo:~/blog$ git push heroku master
Counting objects: 139, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (98/98), done.
Writing objects: 100% (139/139), 26.23 KiB | 0 bytes/s, done.
Total 139 (delta 31), reused 139 (delta 31)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Ruby app detected
remote: -----> Compiling Ruby/Rails
remote: -----> Using Ruby version: ruby-2.2.3
remote: -----> Installing dependencies using bundler 1.9.7
remote: Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
remote: Fetching gem metadata from https://rubygems.org/...........
remote: Fetching version metadata from https://rubygems.org/...
remote: Fetching dependency metadata from https://rubygems.org/..
remote: Using rake 10.4.2
remote: Installing minitest 5.8.2
remote: Installing i18n 0.7.0
remote: Installing thread_safe 0.3.5
remote: Installing builder 3.2.2
remote: Installing mini_portile 0.6.2
remote: Installing erubis 2.7.0
remote: Installing rack 1.6.4
remote: Installing mime-types 2.6.2
remote: Installing json 1.8.3
remote: Installing arel 6.0.3
remote: Installing coffee-script-source 1.9.1.1
remote: Installing execjs 2.6.0
remote: Installing thor 0.19.1
remote: Installing multi_json 1.11.2
remote: Using bundler 1.9.7
remote: Installing rails_serve_static_assets 0.0.4
remote: Installing bcrypt 3.1.10
remote: Using rdoc 4.2.0
remote: Installing sass 3.4.19
remote: Installing rails_stdout_logging 0.0.4
remote: Installing tzinfo 1.2.2
remote: Installing tilt 2.0.1
remote: Installing rack-test 0.6.3
remote: Installing sprockets 3.4.0
remote: Installing mail 2.6.3
remote: Installing coffee-script 2.4.1
remote: Installing uglifier 2.7.2
remote: Installing sdoc 0.4.1
remote: Installing rails_12factor 0.0.3
remote: Installing activesupport 4.2.4
remote: Installing rails-deprecated_sanitizer 1.0.3
remote: Installing globalid 0.3.6
remote: Installing activemodel 4.2.4
remote: Installing jbuilder 2.3.2
remote: Installing activejob 4.2.4
remote: Installing activerecord 4.2.4
remote: Installing pg 0.18.3
remote: Installing nokogiri 1.6.6.2
remote: Installing loofah 2.0.3
remote: Installing rails-dom-testing 1.0.7
remote: Installing rails-html-sanitizer 1.0.2
remote: Installing actionview 4.2.4
remote: Installing actionpack 4.2.4
remote: Installing actionmailer 4.2.4
remote: Installing sprockets-rails 2.3.3
remote: Installing railties 4.2.4
remote: Installing coffee-rails 4.1.0
remote: Installing jquery-rails 4.0.5
remote: Installing rails 4.2.4
remote: Installing sass-rails 5.0.4
remote: Installing turbolinks 2.5.3
remote: Bundle complete! 15 Gemfile dependencies, 52 gems now installed.
remote: Gems in the groups development and test were not installed.
remote: Bundled gems are installed into ./vendor/bundle.
remote: Bundle completed (25.95s)
remote: Cleaning up the bundler cache.
remote: -----> Preparing app for Rails asset pipeline
remote: Running: rake assets:precompile
remote: I, [2015-11-06T07:11:59.545861 #1061] INFO -- : Writing /tmp/build_3696c7b0356812fdd8d08d263aa37657/public/assets/application-51bf096d402cefc1025d96872785d4cf537dbf0073f5dba9572ac26b890c09ae.js
remote: I, [2015-11-06T07:11:59.560330 #1061] INFO -- : Writing /tmp/build_3696c7b0356812fdd8d08d263aa37657/public/assets/application-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css
remote: Asset precompilation completed (3.72s)
remote: Cleaning assets
remote: Running: rake assets:clean
remote:
remote: ###### WARNING:
remote: No Procfile detected, using the default web server (webrick)
remote: https://devcenter.heroku.com/articles/ruby-default-web-server
remote:
remote: -----> Discovering process types
remote: Procfile declares types -> (none)
remote: Default types for Ruby -> console, rake, web, worker
remote:
remote: -----> Compressing... done, 30.0MB
remote: -----> Launching... done, v5
remote: https://rocky-badlands-5818.herokuapp.com/ deployed to Heroku
remote:
remote: Verifying deploy... done.
To https://git.heroku.com/rocky-badlands-5818.git
* [new branch] master -> master
budi#Lenovo:~/blog$ heroku open
Opening rocky-badlands-5818... done
(process:16901): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
It seems, that your application uses database. After creating herokuapp database is not ready yet - you have to "tell it" to use your migration files.
To do this, in terminal run heroku run rake db:migrate
I am trying to deploy the app Catarse on heroku, but it does not want to push it.
I am quite new to git and heroku, so perhaps I am just making a very stupid basic error, but still..
This is what I got:
git push heroku master
Counting objects: 1740, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (1657/1657), done.
Writing objects: 100% (1740/1740), 4.90 MiB | 356.00 KiB/s, done.
Total 1740 (delta 308), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Warning: Multiple default buildpacks reported the ability to handle this app. The first buildpack in the list below will be used.
remote: Detected buildpacks: Ruby, Node.js
remote: See https://devcenter.heroku.com/articles/buildpacks#buildpack-detect-order
remote: -----> Ruby app detected
remote: -----> Compiling Ruby/Rails
remote: -----> Using Ruby version: ruby-2.2.2
remote: -----> Installing dependencies using 1.9.7
remote: Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
remote: Fetching gem metadata from https://rubygems.org/.......
remote: Fetching version metadata from https://rubygems.org/...
remote: Fetching dependency metadata from https://rubygems.org/..
remote: Fetching git://github.com/bernat/best_in_place
remote: Fetching git://github.com/catarse/catarse_api.git
remote: Fetching git://github.com/catarse/moip-ruby.git
remote: Fetching git://github.com/catarse/redactor-rails.git
remote: Using rake 10.4.2
remote: Installing CFPropertyList 2.3.1
remote: Installing i18n 0.7.0
remote: Installing minitest 5.7.0
remote: Installing thread_safe 0.3.5
remote: Installing builder 3.2.2
remote: Installing erubis 2.7.0
remote: Installing rack 1.5.5
remote: Installing mime-types 2.6.1
remote: Installing arel 5.0.1.20140414130214
remote: Installing addressable 2.3.8
remote: Installing json 1.8.3
remote: Installing extlib 0.9.16
remote: Installing rinku 1.5.1
remote: Installing multi_json 1.11.0
remote: Installing browser 0.8.0
remote: Using bundler 1.9.7
remote: Installing thor 0.19.1
remote: Installing hike 1.2.3
remote: Installing tilt 1.4.1
remote: Installing crack 0.1.8
remote: Installing redcarpet 3.2.3
remote: Installing excon 0.45.3
remote: Installing bcrypt 3.1.10
remote: Installing netrc 0.10.3
remote: Installing weekdays 1.0.2
remote: Installing libxml-ruby 2.8.0
remote: Installing chartkick 1.3.2
remote: Installing chunky_png 1.3.4
remote: Installing cocoon 1.2.6
remote: Installing unf_ext 0.0.7.1
remote: Installing coffee-script-source 1.9.1.1
remote: Installing execjs 2.5.2
remote: Installing sass 3.4.15
remote: Installing rb-fsevent 0.9.4
remote: Installing connection_pool 2.2.0
remote: Installing hitimes 1.2.2
remote: Installing multipart-post 2.0.0
remote: Installing jwt 1.5.1
remote: Installing little-plugger 1.1.3
remote: Installing memoist 0.12.0
remote: Installing retriable 1.4.1
remote: Installing mini_portile 0.6.2
remote: Installing oauth 0.4.7
remote: Installing multi_xml 0.5.5
remote: Installing temple 0.7.6
remote: Installing orm_adapter 0.5.0
remote: Installing request_store 1.1.0
remote: Installing ezcrypto 0.7.2
remote: Installing sax-machine 1.3.2
remote: Installing formatador 0.2.5
remote: Installing net-ssh 2.9.2
remote: Installing ipaddress 0.8.0
remote: Installing inflecto 0.0.2
remote: Installing hashie 3.4.1
remote: Installing high_voltage 2.3.0
remote: Installing htmlentities 4.3.3
remote: Installing http_accept_language 2.0.5
remote: Installing httpclient 2.6.0.1
remote: Installing curb 0.8.8
remote: Installing mini_magick 4.2.4
remote: Installing mixpanel-ruby 2.1.0
remote: Installing newrelic_rpm 3.12.0.288
remote: Installing ffi 1.9.8
remote: Installing rails_serve_static_assets 0.0.4
remote: Installing rails_stdout_logging 0.0.3
remote: Installing kgio 2.9.3
remote: Installing rb-readline 0.5.2
remote: Installing redis 3.2.1
remote: Installing ruby-ole 1.2.11.8
remote: Installing valuable 0.9.9
remote: Installing state_machine 1.2.0
remote: Installing fission 0.5.0
remote: Installing tzinfo 1.2.2
remote: Installing rack-test 0.6.3
remote: Installing warden 1.2.3
remote: Installing heroku-deflater 0.5.3
remote: Installing mail 2.6.3
remote: Installing launchy 2.4.3
remote: Installing autoparse 0.3.3
remote: Installing sprockets 2.12.3
remote: Installing httparty 0.6.1
remote: Installing auto_html 1.6.4
remote: Installing mailchimp-api 2.0.6
remote: Installing unf 0.1.4
remote: Installing coffee-script 2.4.1
remote: Installing uglifier 2.7.1
remote: Installing compass-core 1.0.3
remote: Installing compass-import-once 1.0.5
remote: Installing timers 4.0.1
remote: Installing faraday 0.9.1
remote: Installing logging 2.0.0
remote: Installing pg 0.17.1
remote: Installing slim 3.0.6
remote: Installing net-scp 1.2.1
remote: Installing omniauth 1.2.2
remote: Installing video_info 2.4.2
remote: Installing rb-inotify 0.9.5
remote: Installing raindrops 0.13.0
remote: Installing ethon 0.7.3
remote: Installing rails_12factor 0.0.3
remote: Installing redis-namespace 1.5.2
remote: Installing spreadsheet 1.0.3
remote: Installing activesupport 4.1.11
remote: Installing domain_name 0.5.24
remote: Installing celluloid 0.16.0
remote: Installing signet 0.6.1
remote: Installing oauth2 1.0.0
remote: Installing fog-core 1.30.0
remote: Installing omniauth-oauth 1.1.0
remote: Installing compass 1.0.3
remote: Installing typhoeus 0.7.1
remote: Installing to_xls 1.5.3
remote: Installing actionview 4.1.11
remote: Installing activemodel 4.1.11
remote: Installing enumerate_it 1.2.6
remote: Installing i18n_alchemy 0.2.1
remote: Installing pundit 1.0.0
remote: Installing http-cookie 1.0.2
remote: Installing sidekiq 3.1.4
remote: Installing googleauth 0.4.1
remote: Installing omniauth-oauth2 1.3.0
remote: Installing fog-json 1.0.1
remote: Installing fog-local 0.2.1
remote: Installing fog-vmfusion 0.1.0
remote: Installing omniauth-twitter 1.2.0
remote: Installing compass-960-plugin 0.10.4
remote: Installing mixpanel_client 4.1.2
remote: Installing nokogiri 1.6.6.2
remote: Installing actionpack 4.1.11
remote: Installing active_model_serializers 0.8.0
remote: Installing activerecord 4.1.11
remote: Installing carrierwave 0.10.0
remote: Installing rails-observers 0.1.2
remote: Installing protected_attributes 1.0.9
remote: Installing rest-client 1.8.0
remote: Installing spectator-validates_email 0.2.0
remote: Installing google-api-client 0.8.6
remote: Installing omniauth-facebook 2.0.1
remote: Installing fog-sakuracloud 1.0.1
remote: Installing fog-brightbox 0.7.1
remote: Installing fog-serverlove 0.1.2
remote: Installing fog-softlayer 0.4.6
remote: Installing fog-storm_on_demand 0.1.1
remote: Installing loofah 2.0.2
remote: Installing fog-xml 0.1.2
remote: Installing actionmailer 4.1.11
remote: Using moip 1.0.2 from git://github.com/catarse/moip-ruby.git (at c0225ad)
remote: Using best_in_place 3.0.0.alpha from git://github.com/bernat/best_in_place (at ee95961)
remote: Installing unicorn 4.9.0
remote: Installing has_scope 0.6.0
remote: Installing kaminari 0.16.3
remote: Installing railties 4.1.11
remote: Installing sprockets-rails 2.3.2
remote: Installing draper 2.1.0
remote: Installing routing-filter 0.4.0.1
remote: Installing simple_form 3.1.0
remote: Installing ranked-model 0.4.0
remote: Installing pg_search 1.0.3
remote: Installing schema_plus 1.8.9
remote: Installing pagarme 1.10.0
remote: Installing fog-atmos 0.1.0
remote: Installing feedjira 1.6.0
remote: Installing google_drive 1.0.1
remote: Installing fog-ecloud 0.1.1
remote: Installing fog-google 0.0.5
remote: Installing fog-powerdns 0.1.1
remote: Installing fog-aws 0.2.2
remote: Installing fog-profitbricks 0.0.2
remote: Installing fog-radosgw 0.0.4
remote: Installing fog-riakcs 0.1.0
remote: Installing fog-terremark 0.1.0
remote: Installing fog-voxel 0.1.0
remote: Installing mail_form 1.5.1
remote: Installing coffee-rails 4.1.0
remote: Installing responders 1.1.2
remote: Installing slim-rails 3.0.1
remote: Installing sass-rails 5.0.1
remote: Installing rails 4.1.11
remote: Installing devise 3.4.1
remote: Installing inherited_resources 1.6.0
remote: Using catarse_api 0.0.2 from git://github.com/catarse/catarse_api.git (at master)
remote: Installing compass-rails 2.0.4
remote: Installing catarse_monkeymail 0.1.6
remote: Installing catarse_moip 3.2.0
remote: Installing catarse_settings_db 0.1.1
remote: Installing catarse_pagarme 2.6.10
remote: Installing postgres-copy 0.9.2
remote: Installing dbhero 1.1.8
remote: Using redactor-rails 0.5.0 from git://github.com/catarse/redactor-rails.git (at master)
remote: Installing fog 1.30.0
remote: Installing user_notifier 0.0.5
remote: Bundle complete! 85 Gemfile dependencies, 192 gems now installed
remote: Gems in the groups development and test were not installed.
remote: Bundled gems are installed into ./vendor/bundle.
remote: Post-install message from httparty:
remote: When you HTTParty, you must party hard!
remote: Post-install message from compass:
remote: Compass is charityware. If you love it, please donate on our behalf at http://umdf.org/compass Thanks!
remote: Bundle completed (174.96s)
remote: Cleaning up the bundler cache.
remote: -----> Preparing app for Rails asset pipeline
remote: Running: rake assets:precompile
remote: rake aborted!
remote: SyntaxError: /tmp/build_97424fde514623846dbc1198d6b0f17f/config/environments/production.rb:91: syntax error, unexpected ...
remote: /tmp/build_97424fde514623846dbc1198d6b0f17f/config/environments/production.rb:93: syntax error, unexpected ..., expecting keyword_end
remote: /tmp/build_97424fde514623846dbc1198d6b0f17f/vendor/bundle/ruby/2.2.0/gems/activesupport-4.1.11/lib/active_support/dependencies.rb:247:in `require'
remote: /tmp/build_97424fde514623846dbc1198d6b0f17f/vendor/bundle/ruby/2.2.0/gems/activesupport-4.1.11/lib/active_support/dependencies.rb:247:in `block in require'
remote: /tmp/build_97424fde514623846dbc1198d6b0f17f/vendor/bundle/ruby/2.2.0/gems/activesupport-4.1.11/lib/active_support/dependencies.rb:232:in `load_dependency'
remote: /tmp/build_97424fde514623846dbc1198d6b0f17f/vendor/bundle/ruby/2.2.0/gems/activesupport-4.1.11/lib/active_support/dependencies.rb:247:in `require'
remote: /tmp/build_97424fde514623846dbc1198d6b0f17f/vendor/bundle/ruby/2.2.0/gems/railties-4.1.11/lib/rails/engine.rb:594:in `block (2 levels) in <class:Engine>'
remote: /tmp/build_97424fde514623846dbc1198d6b0f17f/vendor/bundle/ruby/2.2.0/gems/railties-4.1.11/lib/rails/engine.rb:593:in `each'
remote: /tmp/build_97424fde514623846dbc1198d6b0f17f/vendor/bundle/ruby/2.2.0/gems/railties-4.1.11/lib/rails/engine.rb:593:in `block in <class:Engine>'
remote: /tmp/build_97424fde514623846dbc1198d6b0f17f/vendor/bundle/ruby/2.2.0/gems/railties-4.1.11/lib/rails/initializable.rb:30:in `instance_exec'
remote: /tmp/build_97424fde514623846dbc1198d6b0f17f/vendor/bundle/ruby/2.2.0/gems/railties-4.1.11/lib/rails/initializable.rb:30:in `run'
remote: /tmp/build_97424fde514623846dbc1198d6b0f17f/vendor/bundle/ruby/2.2.0/gems/railties-4.1.11/lib/rails/initializable.rb:55:in `block in run_initializers'
remote: /tmp/build_97424fde514623846dbc1198d6b0f17f/vendor/bundle/ruby/2.2.0/gems/railties-4.1.11/lib/rails/initializable.rb:44:in `each'
remote: /tmp/build_97424fde514623846dbc1198d6b0f17f/vendor/bundle/ruby/2.2.0/gems/railties-4.1.11/lib/rails/initializable.rb:44:in `tsort_each_child'
remote: /tmp/build_97424fde514623846dbc1198d6b0f17f/vendor/bundle/ruby/2.2.0/gems/railties-4.1.11/lib/rails/initializable.rb:54:in `run_initializers'
remote: /tmp/build_97424fde514623846dbc1198d6b0f17f/vendor/bundle/ruby/2.2.0/gems/railties-4.1.11/lib/rails/application.rb:300:in `initialize!'
remote: /tmp/build_97424fde514623846dbc1198d6b0f17f/vendor/bundle/ruby/2.2.0/gems/railties-4.1.11/lib/rails/railtie.rb:194:in `public_send'
remote: /tmp/build_97424fde514623846dbc1198d6b0f17f/vendor/bundle/ruby/2.2.0/gems/railties-4.1.11/lib/rails/railtie.rb:194:in `method_missing'
remote: /tmp/build_97424fde514623846dbc1198d6b0f17f/config/environment.rb:7:in `<top (required)>'
remote: /tmp/build_97424fde514623846dbc1198d6b0f17f/vendor/bundle/ruby/2.2.0/gems/activesupport-4.1.11/lib/active_support/dependencies.rb:247:in `require'
remote: /tmp/build_97424fde514623846dbc1198d6b0f17f/vendor/bundle/ruby/2.2.0/gems/activesupport-4.1.11/lib/active_support/dependencies.rb:247:in `block in require'
remote: /tmp/build_97424fde514623846dbc1198d6b0f17f/vendor/bundle/ruby/2.2.0/gems/activesupport-4.1.11/lib/active_support/dependencies.rb:232:in `load_dependency'
remote: /tmp/build_97424fde514623846dbc1198d6b0f17f/vendor/bundle/ruby/2.2.0/gems/activesupport-4.1.11/lib/active_support/dependencies.rb:247:in `require'
remote: /tmp/build_97424fde514623846dbc1198d6b0f17f/vendor/bundle/ruby/2.2.0/gems/railties-4.1.11/lib/rails/application.rb:276:in `require_environment!'
remote: /tmp/build_97424fde514623846dbc1198d6b0f17f/vendor/bundle/ruby/2.2.0/gems/railties-4.1.11/lib/rails/application.rb:405:in `block in run_tasks_blocks'
remote: /tmp/build_97424fde514623846dbc1198d6b0f17f/vendor/bundle/ruby/2.2.0/gems/sprockets-rails-2.3.2/lib/sprockets/rails/task.rb:64:in `block (2 levels) in define'
remote: Tasks: TOP => environment
remote: (See full trace by running task with --trace)
remote: !
remote: ! Precompiling assets failed.
remote: !
remote:
remote: ! Push rejected, failed to compile Ruby app
remote:
remote: Verifying deploy....
remote:
remote: ! Push rejected to immense-depths-6113.
remote:
To https://git.heroku.com/immense-depths-6113.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/immense-depths-6113.git'
note that my config/application.rb is already set with config.assets.initialize_on_precompile = false , so the problem is not that..
From what you have provided on lines 90 through 94, it seems as if the ... are causing the issue - those are invalid syntax. Try rewriting it like so:
config.secret_key_base = ENV["SECRET_KEY_BASE"]
Because Rails.application.configure do and end are specified at the start and end of the file respectively, the extra repetition of those lines is not necessary. This should fix the syntax issue.
Hope it helps!
You will need to precompile your assets and then commit before you deploy:
RAILS_ENV=production bin/rake assets:precompile
First, I was getting a "precompile" error and I have solved it running this code RAILS_ENV=production bundle exec rake assets:precompile
Second I needed to add a code for the database run in production mode that was:
production:
adapter: postgresql
encoding: unicode
host: localhost
port: 5432
database: catarse_production
pool: 5
username: postgres
password: password
And everything apparently went smooth after do "git push heroku master" as you can see:
git push heroku master
Counting objects: 88230, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (25243/25243), done.
Writing objects: 100% (88230/88230), 52.07 MiB | 111.00 KiB/s, done.
Total 88230 (delta 61270), reused 88177 (delta 61251)
remote: Git submodules detected, installing:
remote:
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Ruby app detected
remote: -----> Compiling Ruby/Rails
remote: -----> Using Ruby version: ruby-2.1.2
remote: -----> Installing dependencies using 1.9.7
remote: Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
remote: Fetching gem metadata from rubygems.org/..........
remote: Fetching version metadata from rubygems.org/...
remote: Fetching dependency metadata from rubygems.org/..
remote: Fetching git://github.com/bernat/best_in_place
remote: Fetching git://github.com/catarse/catarse_api.git
remote: Fetching git://github.com/catarse/moip-ruby.git
remote: Fetching git://github.com/catarse/redactor-rails.git
remote: Installing CFPropertyList 2.3.1
remote: Installing i18n 0.7.0
remote: Installing rake 10.4.2
remote: Installing minitest 5.7.0
remote: Installing thread_safe 0.3.5
remote: Installing erubis 2.7.0
remote: Installing rack 1.5.3
remote: Installing mime-types 2.6.1
remote: Installing builder 3.2.2
remote: Installing arel 5.0.1.20140414130214
remote: Installing json 1.8.2
remote: Installing addressable 2.3.8
remote: Installing extlib 0.9.16
remote: Installing multi_json 1.11.0
remote: Installing redcarpet 3.2.3
remote: Installing browser 0.8.0
remote: Using bundler 1.9.7
remote: Installing thor 0.19.1
remote: Installing hike 1.2.3
remote: Installing rinku 1.5.1
remote: Installing crack 0.1.8
remote: Installing tilt 1.4.1
remote: Installing excon 0.45.3
remote: Installing bcrypt 3.1.10
remote: Installing netrc 0.10.3
remote: Installing libxml-ruby 2.8.0
remote: Installing chartkick 1.3.2
remote: Installing chunky_png 1.3.4
remote: Installing cocoon 1.2.6
remote: Installing coffee-script-source 1.9.1.1
remote: Installing execjs 2.5.2
remote: Installing unf_ext 0.0.7.1
remote: Installing rb-fsevent 0.9.5
remote: Installing sass 3.4.14
remote: Installing connection_pool 2.2.0
remote: Installing hitimes 1.2.2
remote: Installing multipart-post 2.0.0
remote: Installing jwt 1.5.0
remote: Installing little-plugger 1.1.3
remote: Installing memoist 0.12.0
remote: Installing retriable 1.4.1
remote: Installing mini_portile 0.6.2
remote: Installing oauth 0.4.7
remote: Installing multi_xml 0.5.5
remote: Installing temple 0.7.5
remote: Installing orm_adapter 0.5.0
remote: Installing request_store 1.1.0
remote: Installing ezcrypto 0.7.2
remote: Installing sax-machine 1.3.2
remote: Installing formatador 0.2.5
remote: Installing net-ssh 2.9.2
remote: Installing ipaddress 0.8.0
remote: Installing inflecto 0.0.2
remote: Installing hashie 3.4.1
remote: Installing high_voltage 2.3.0
remote: Installing htmlentities 4.3.3
remote: Installing http_accept_language 2.0.5
remote: Installing httpclient 2.6.0.1
remote: Installing curb 0.8.8
remote: Installing mini_magick 4.2.7
remote: Installing mixpanel-ruby 2.1.0
remote: Installing newrelic_rpm 3.12.0.288
remote: Installing ffi 1.9.8
remote: Installing rails_serve_static_assets 0.0.4
remote: Installing rails_stdout_logging 0.0.3
remote: Installing kgio 2.9.3
remote: Installing redis 3.2.1
remote: Installing ruby-ole 1.2.11.8
remote: Installing valuable 0.9.9
remote: Installing state_machine 1.2.0
remote: Installing weekdays 1.0.2
remote: Installing fission 0.5.0
remote: Installing tzinfo 1.2.2
remote: Installing rack-test 0.6.3
remote: Installing warden 1.2.3
remote: Installing heroku-deflater 0.5.3
remote: Installing mail 2.6.3
remote: Installing launchy 2.4.3
remote: Installing autoparse 0.3.3
remote: Installing auto_html 1.6.4
remote: Installing httparty 0.6.1
remote: Installing sprockets 2.12.3
remote: Installing mailchimp-api 2.0.6
remote: Installing coffee-script 2.4.1
remote: Installing uglifier 2.7.1
remote: Installing unf 0.1.4
remote: Installing compass-core 1.0.3
remote: Installing compass-import-once 1.0.5
remote: Installing timers 4.0.1
remote: Installing faraday 0.9.1
remote: Installing logging 2.0.0
remote: Installing pg 0.17.1
remote: Installing slim 3.0.3
remote: Installing net-scp 1.2.1
remote: Installing omniauth 1.2.2
remote: Installing video_info 2.4.2
remote: Installing raindrops 0.13.0
remote: Installing rb-inotify 0.9.5
remote: Installing rails_12factor 0.0.3
remote: Installing ethon 0.7.3
remote: Installing redis-namespace 1.5.2
remote: Installing activesupport 4.1.10
remote: Installing domain_name 0.5.24
remote: Installing spreadsheet 1.0.3
remote: Installing celluloid 0.16.0
remote: Installing oauth2 1.0.0
remote: Installing signet 0.6.0
remote: Installing omniauth-oauth 1.1.0
remote: Installing fog-core 1.30.0
remote: Installing compass 1.0.3
remote: Installing typhoeus 0.7.1
remote: Installing actionview 4.1.10
remote: Installing activemodel 4.1.10
remote: Installing enumerate_it 1.2.8
remote: Installing i18n_alchemy 0.2.1
remote: Installing pundit 1.0.1
remote: Installing http-cookie 1.0.2
remote: Installing to_xls 1.5.3
remote: Installing sidekiq 3.1.4
remote: Installing omniauth-oauth2 1.3.0
remote: Installing googleauth 0.4.1
remote: Installing omniauth-twitter 1.2.0
remote: Installing fog-json 1.0.1
remote: Installing fog-local 0.2.1
remote: Installing fog-vmfusion 0.1.0
remote: Installing compass-960-plugin 0.10.4
remote: Installing mixpanel_client 4.1.2
remote: Installing actionpack 4.1.10
remote: Installing active_model_serializers 0.8.0
remote: Installing activerecord 4.1.10
remote: Installing carrierwave 0.10.0
remote: Installing rails-observers 0.1.2
remote: Installing protected_attributes 1.0.9
remote: Installing spectator-validates_email 0.2.0
remote: Installing rest-client 1.8.0
remote: Installing omniauth-facebook 2.0.1
remote: Installing google-api-client 0.8.6
remote: Installing fog-brightbox 0.7.1
remote: Installing fog-sakuracloud 1.0.1
remote: Installing fog-serverlove 0.1.2
remote: Installing fog-softlayer 0.4.6
remote: Installing fog-storm_on_demand 0.1.1
remote: Installing actionmailer 4.1.10
remote: Installing nokogiri 1.6.6.2
remote: Installing has_scope 0.6.0
remote: Installing kaminari 0.16.3
remote: Installing railties 4.1.10
remote: Installing sprockets-rails 2.3.1
remote: Installing draper 2.1.0
remote: Installing routing-filter 0.4.0.1
remote: Installing simple_form 3.1.0
remote: Installing pg_search 1.0.3
remote: Installing ranked-model 0.4.0
remote: Installing schema_plus 1.8.9
remote: Installing pagarme 1.9.9
remote: Installing mail_form 1.5.1
remote: Using best_in_place 3.0.0.alpha from git://github.com/bernat/best_in_place (at ee95961)
remote: Installing unicorn 4.9.0
remote: Installing google_drive 1.0.1
remote: Using moip 1.0.2 from git://github.com/catarse/moip-ruby.git (at c0225ad)
remote: Installing fog-xml 0.1.2
remote: Installing loofah 2.0.2
remote: Installing coffee-rails 4.1.0
remote: Installing responders 1.1.2
remote: Installing slim-rails 3.0.1
remote: Installing jquery-rails 3.1.2
remote: Installing sass-rails 5.0.1
remote: Installing fog-atmos 0.1.0
remote: Installing rails 4.1.10
remote: Installing fog-ecloud 0.1.1
remote: Installing fog-powerdns 0.1.1
remote: Installing fog-google 0.0.5
remote: Installing fog-aws 0.4.0
remote: Installing fog-profitbricks 0.0.2
remote: Installing fog-radosgw 0.0.4
remote: Installing fog-riakcs 0.1.0
remote: Installing fog-terremark 0.1.0
remote: Installing fog-voxel 0.1.0
remote: Installing inherited_resources 1.6.0
remote: Installing feedjira 1.6.0
remote: Using catarse_api 0.0.1 from git://github.com/catarse/catarse_api.git (at master)
remote: Installing devise 3.5.1
remote: Installing compass-rails 2.0.4
remote: Installing catarse_monkeymail 0.1.6
remote: Installing catarse_moip 3.2.0
remote: Installing catarse_settings_db 0.1.1
remote: Installing postgres-copy 0.9.2
remote: Installing dbhero 1.1.6
remote: Installing user_notifier 0.0.5
remote: Using redactor-rails 0.5.0 from git://github.com/catarse/redactor-rails.git (at master)
remote: Installing catarse_pagarme 2.6.8
remote: Installing fog 1.30.0
remote: Bundle complete! 85 Gemfile dependencies, 192 gems now installed
remote: Gems in the groups development and test were not installed.
remote: Bundled gems are installed into ./vendor/bundle.
remote: Post-install message from httparty:
remote: When you HTTParty, you must party hard!
remote: Post-install message from compass:
remote: Compass is charityware. If you love it, please donate on our behalf at umdf.org/compass Thanks!
remote: Bundle completed (365.51s)
remote: Cleaning up the bundler cache.
remote: Detected manifest file, assuming assets were compiled locally
remote:
remote: -----> Discovering process types
remote: Procfile declares types -> web, worker
remote: Default types for Ruby -> console, rake
remote:
remote: -----> Compressing... done, 58.7MB
remote: -----> Launching... done, v5
remote: shrouded-stream-3654.herokuapp.com/ deployed to Heroku
remote:
remote: Verifying deploy..... done.
To git.heroku.com/shrouded-stream-3654.git
* [new branch] master -> master
However, now the app at Heroku is just a blank page and I do not know what I can do to solve it. You can check the app in this link: https://shrouded-stream-3654.herokuapp.com/
Thank you for your help!
Your error logs yield:
Missing `secret_token` and `secret_key_base` for 'production' environment, set these values in `config/secrets.yml` (RuntimeError)
You can resolve this issue by adding config/secrets.yml to version control, and then deploying again (explained in detail here: How to solve error "Missing `secret_key_base` for 'production' environment" (Rails 4.1))
I am a beginner at rails, trying to push my tiny app to heroku. Locally I have moved my database from mysql2 to postgresql, but unable to run my app on heroku. Locally everything is running as expected.
production:
adapter: postgresql
database: database_production
pool: 5
timeout: 5000
Running either heroku run rake db:create or heroku run rake db:migrate returns:
$ heroku run rake --trace db:create
Running `rake --trace db:create` attached to terminal... up, run.5709
** Invoke db:create (first_time)
** Invoke db:load_config (first_time)
** Execute db:load_config
** Execute db:create
Specified 'postgresql' for database adapter, but the gem is not loaded.
Add `gem 'pg'` to your Gemfile
(and ensure its version is at the minimum required by ActiveRecord).
I am able to do heroku run gem install pg multiple times
$ heroku run gem install pg
Running `gem install pg` attached to terminal... up, run.9322
Fetching: pg-0.18.1.gem (100%)
Building native extensions. This could take a while...
Successfully installed pg-0.18.1
invalid options: -f fivefish
(invalid options are ignored)
Parsing documentation for pg-0.18.1
Installing ri documentation for pg-0.18.1
Done installing documentation for pg after 3 seconds
1 gem installed
$ heroku run gem install pg
Running `gem install pg` attached to terminal... up, run.7925
Fetching: pg-0.18.1.gem (100%)
Building native extensions. This could take a while...
Successfully installed pg-0.18.1
invalid options: -f fivefish
(invalid options are ignored)
Parsing documentation for pg-0.18.1
Installing ri documentation for pg-0.18.1
Done installing documentation for pg after 4 seconds
1 gem installed
...
..etc
I also noticed something odd, but not sure if related. Running heroku run bundle install --no-deployment shows mysql2 being installed, but I have already removed it from the gemfile.
Running `bundle install --no-deployment` attached to terminal... up, run.1928
Fetching gem metadata from https://rubygems.org/.........
Installing i18n 0.7.0
Installing rake 10.4.2
Installing thread_safe 0.3.4
Installing minitest 5.5.1
Installing erubis 2.7.0
Installing builder 3.2.2
Installing mini_portile 0.6.2
Installing rack 1.6.0
Installing mime-types 2.4.3
Installing arel 6.0.0
Installing execjs 2.3.0
Installing sass 3.4.12
Installing json 1.8.2
Installing cancancan 1.10.1
Installing chunky_png 1.3.4
Installing coffee-script-source 1.9.1
Installing thor 0.19.1
Installing multi_json 1.10.1
Installing rb-fsevent 0.9.4
Installing hike 1.2.3
Installing tilt 1.4.1
Installing bcrypt 3.1.10
Using bundler 1.7.12
Installing tzinfo 1.2.2
Installing mysql2 0.3.18
Installing rack-test 0.6.3
Installing mail 2.6.3
Installing compass-import-once 1.0.5
Installing autoprefixer-rails 5.1.7
Installing rdoc 4.2.0
Installing uglifier 2.7.0
Installing coffee-script 2.3.0
Installing compass-core 1.0.3
Installing sprockets 2.12.3
Installing activesupport 4.2.0
Installing bootstrap-sass 3.3.3
Installing sdoc 0.4.1
Installing rails-deprecated_sanitizer 1.0.3
Installing globalid 0.3.3
Installing activemodel 4.2.0
Installing jbuilder 2.2.7
Installing activejob 4.2.0
Installing activerecord 4.2.0
Installing ffi 1.9.6
Installing rb-inotify 0.9.5
Installing compass 1.0.3
Installing compass-normalize 1.5
Installing nokogiri 1.6.6.2
Installing loofah 2.0.1
Installing rails-dom-testing 1.0.5
Installing rails-html-sanitizer 1.0.1
Installing actionview 4.2.0
Installing actionpack 4.2.0
Installing sprockets-rails 2.2.4
Installing railties 4.2.0
Installing coffee-rails 4.1.0
Installing sass-rails 5.0.1
Installing turbolinks 2.5.3
Installing jquery-rails 4.0.3
Installing compass-rails 2.0.4
Installing actionmailer 4.2.0
Installing rails 4.2.0
Your bundle is complete!
Gems in the groups development and test were not installed.
It was installed into ./vendor/bundle
You must add the pg to your Gemfile and run bundle install instead of trying to install that gem manually on heroku. Add this to your application's Gemfile:
gem 'pg'
Hey guys I figured out my mistake. My gitbucket repo wasn't being updated correctly with the latest gemfile.lock, so when I did git push heroku master it used the wrong file to install - and hence it didn't install the gem 'pg' as it should. Below is after updating repo,
remote: Installing pg 0.18.1
RESULTS:
$ git push heroku master
Counting objects: 227, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (188/188), done.
Writing objects: 100% (196/196), 86.44 KiB | 0 bytes/s, done.
Total 196 (delta 116), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Ruby app detected
remote: -----> Compiling Ruby/Rails
remote: -----> Using Ruby version: ruby-2.1.5
remote: -----> Installing dependencies using 1.7.12
remote: Ruby version change detected. Clearing bundler cache.
remote: Old: ruby 2.0.0p598 (2014-11-13 revision 48408) [x86_64-linux]
remote: New: ruby 2.1.5p273 (2014-11-13 revision 48405) [x86_64-linux]
remote: Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
remote: Fetching gem metadata from https://rubygems.org/.........
remote: Installing rake 10.4.2
remote: Installing i18n 0.7.0
remote: Installing minitest 5.5.1
remote: Installing builder 3.2.2
remote: Installing erubis 2.7.0
remote: Installing mini_portile 0.6.2
remote: Installing rack 1.6.0
remote: Installing json 1.8.2
remote: Installing mime-types 2.4.3
remote: Installing arel 6.0.0
remote: Installing execjs 2.3.0
remote: Installing sass 3.4.12
remote: Installing cancancan 1.10.1
remote: Installing chunky_png 1.3.4
remote: Installing thread_safe 0.3.4
remote: Installing coffee-script-source 1.9.1
remote: Installing bcrypt 3.1.10
remote: Installing multi_json 1.10.1
remote: Installing thor 0.19.1
remote: Installing rb-fsevent 0.9.4
remote: Installing tilt 1.4.1
remote: Installing hike 1.2.3
remote: Installing jquery 0.0.1
remote: Using bundler 1.7.12
remote: Installing rails_serve_static_assets 0.0.4
remote: Installing rails_stdout_logging 0.0.3
remote: Installing pg 0.18.1
remote: Installing rack-test 0.6.3
remote: Installing nokogiri 1.6.6.2
remote: Installing rdoc 4.2.0
remote: Installing mail 2.6.3
remote: Installing autoprefixer-rails 5.1.7
remote: Installing puma 2.11.1
remote: Installing uglifier 2.7.0
remote: Installing compass-import-once 1.0.5
remote: Installing coffee-script 2.3.0
remote: Installing tzinfo 1.2.2
remote: Installing sprockets 2.12.3
remote: Installing compass-core 1.0.3
remote: Installing rails_12factor 0.0.2
remote: Installing loofah 2.0.1
remote: Installing sdoc 0.4.1
remote: Installing bootstrap-sass 3.3.3
remote: Installing activesupport 4.2.0
remote: Installing rails-html-sanitizer 1.0.1
remote: Installing rails-deprecated_sanitizer 1.0.3
remote: Installing globalid 0.3.3
remote: Installing activemodel 4.2.0
remote: Installing rails-dom-testing 1.0.5
remote: Installing jbuilder 2.2.8
remote: Installing activejob 4.2.0
remote: Installing activerecord 4.2.0
remote: Installing actionview 4.2.0
remote: Installing actionpack 4.2.0
remote: Installing railties 4.2.0
remote: Installing actionmailer 4.2.0
remote: Installing sprockets-rails 2.2.4
remote: Installing coffee-rails 4.1.0
remote: Installing sass-rails 5.0.1
remote: Installing jquery-rails 4.0.3
remote: Installing rails 4.2.0
remote: Installing turbolinks 2.5.3
remote: Installing ffi 1.9.6
remote: Installing rb-inotify 0.9.5
remote: Installing compass 1.0.3
remote: Installing compass-normalize 1.5
remote: Installing compass-rails 2.0.4
remote: Your bundle is complete!
remote: Gems in the groups development and test were not installed.
remote: It was installed into ./vendor/bundle
remote: Post-install message from rdoc:
remote: Depending on your version of ruby, you may need to install ruby rdoc/ri data:
remote: <= 1.8.6 : unsupported
remote: = 1.8.7 : gem install rdoc-data; rdoc-data --install
remote: = 1.9.1 : gem install rdoc-data; rdoc-data --install
remote: >= 1.9.2 : nothing to do! Yay!
remote: Post-install message from compass:
remote: Compass is charityware. If you love it, please donate on our behalf at http://umdf.org/compass Thanks!
remote: Bundle completed (53.27s)
remote: Cleaning up the bundler cache.
remote: -----> Preparing app for Rails asset pipeline
remote: Running: rake assets:precompile
remote: I, [2015-02-22T12:12:37.186296 #3823] INFO -- : Writing /tmp/build_39c4ef560255ffc2b75041a3c43b0fe0/public/assets/application-3fbdcccb5f04a215dfa1c3b6cc3d3df5.js
remote: I, [2015-02-22T12:12:47.594119 #3823] INFO -- : Writing /tmp/build_39c4ef560255ffc2b75041a3c43b0fe0/public/assets/application-1aa5e71d1c1c4ad6b0fd474b04a30100.css
remote: Asset precompilation completed (18.56s)
remote: Cleaning assets
remote: Running: rake assets:clean
remote:
remote: ###### WARNING:
remote: No Procfile detected, using the default web server (webrick)
remote: https://devcenter.heroku.com/articles/ruby-default-web-server
remote:
remote: -----> Discovering process types
remote: Procfile declares types -> (none)
remote: Default types for Ruby -> console, rake, web, worker
remote:
remote: -----> Compressing... done, 37.6MB
remote: -----> Launching... done, v7
remote: https://<app-name>.herokuapp.com/ deployed to Heroku
remote:
remote: Verifying deploy.... done.
Thanks for all the help, stupid mistake of mine.