This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2016-03-07T17:43:16.401715+00:00 heroku[web.1]: Restarting | |
2016-03-07T17:43:16.402598+00:00 heroku[web.1]: State changed from up to starting | |
2016-03-07T17:43:20.653229+00:00 heroku[web.1]: Stopping all processes with SIGTERM | |
2016-03-07T17:43:21.722971+00:00 heroku[web.1]: Starting process with command `bin/rails server -p 3354 -e production` | |
2016-03-07T17:43:21.980186+00:00 app[web.1]: [2016-03-07 17:43:21] FATAL SignalException: SIGTERM | |
2016-03-07T17:43:21.980247+00:00 app[web.1]: /app/vendor/ruby-2.2.4/lib/ruby/2.2.0/webrick/server.rb:174:in `select' | |
2016-03-07T17:43:21.980249+00:00 app[web.1]: /app/vendor/ruby-2.2.4/lib/ruby/2.2.0/webrick/server.rb:174:in `block in start' | |
2016-03-07T17:43:21.980249+00:00 app[web.1]: /app/vendor/ruby-2.2.4/lib/ruby/2.2.0/webrick/server.rb:32:in `start' | |
2016-03-07T17:43:21.980250+00:00 app[web.1]: /app/vendor/ruby-2.2.4/lib/ruby/2.2.0/webrick/server.rb:162:in `start' | |
2016-03-07T17:43:21.980251+00:00 app[web.1]: /app/vendor/bundle/ruby/2.2.0/gems/rack-1.6.4/lib |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bld2104:~/workspace/sfunique2 (master) $ git push heroku master | |
Counting objects: 469, done. | |
Delta compression using up to 8 threads. | |
Compressing objects: 100% (419/419), done. | |
Writing objects: 100% (437/437), 41.21 MiB | 586.00 KiB/s, done. | |
Total 437 (delta 69), reused 0 (delta 0) | |
remote: Compressing source files... done. | |
remote: Building source: | |
remote: | |
remote: -----> Using set buildpack heroku/ruby |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bld2104:~/workspace (master) $ heroku logs -t | |
2016-03-02T14:35:47.171753+00:00 app[web.1]: vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.2/lib/active_support/callbacks.rb:505:in `call' | |
2016-03-02T14:35:47.171781+00:00 app[web.1]: vendor/bundle/ruby/2.2.0/gems/actionpack-4.2.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' | |
2016-03-02T14:35:47.171782+00:00 app[web.1]: vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.2/lib/active_support/notifications.rb:164:in `block in instrument' | |
2016-03-02T14:35:47.171783+00:00 app[web.1]: vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.2/lib/active_support/notifications/instrumenter.rb:20:in `instrument' | |
2016-03-02T14:35:47.171783+00:00 app[web.1]: vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.2/lib/active_support/notifications.rb:164:in `instrument' | |
2016-03-02T14:35:47.171784+00:00 app[web.1]: vendor/bundle/ruby/2.2.0/gems/actionpack-4.2.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action' | |
2016-03-02T14:35:4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2016-03-02T09:09:37.643100+00:00 app[web.1]: from /app/vendor/ruby-2.2.4/lib/ruby/2.2.0/tsort.rb:224:in `tsort_each' | |
2016-03-02T09:09:37.643101+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-4.2.2/lib/rails/initializable.rb:54:in `run_initializers' | |
2016-03-02T09:09:37.643102+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/polyglot-0.3.5/lib/polyglot.rb:65:in `require' | |
2016-03-02T09:09:37.643102+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/polyglot-0.3.5/lib/polyglot.rb:65:in `require' | |
2016-03-02T09:09:37.643107+00:00 app[web.1]: from /app/config.ru:3:in `block in <main>' | |
2016-03-02T09:09:37.643102+00:00 app[web.1]: from /app/config/environment.rb:5:in `<top (required)>' | |
2016-03-02T09:09:37.643108+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/rack-1.6.4/lib/rack/builder.rb:55:in `initialize' | |
2016-03-02T09:09:37.643109+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/rack-1.6.4/lib/rack/builder.rb:40:in `parse_file' | |
2016-03-02T09:09:37.6431 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'https://rubygems.org' | |
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | |
gem 'rails', '4.2.2' | |
gem 'bootstrap-sass' | |
gem 'sass-rails', '5.0.2' | |
gem 'uglifier', '2.5.3' | |
gem 'coffee-rails', '4.1.0' | |
gem 'jquery-rails' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'https://rubygems.org' | |
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | |
gem 'rails', '4.2.2' | |
# Use sqlite3 as the database for Active Record | |
gem 'sqlite3' | |
# Use SCSS for stylesheets | |
gem 'sass-rails', '~> 5.0' | |
# Use Uglifier as compressor for JavaScript assets |
NewerOlder