Note that there are some explanatory texts on larger screens.

plurals
  1. POAfter success deploy on heroku, still not working
    primarykey
    data
    text
    <p>I was deploy my ROR app to heroku. </p> <p>My steps:</p> <ol> <li>heroku login </li> <li>using gem 'pg' and postgres db </li> <li>git init git add .</li> <li>git commit -m "init" </li> <li>heroku create my_app </li> <li><p>git push heroku master</p> <ul> <li>Counting objects: 7, done. Delta compression using up to 8 threads.</li> <li>Compressing objects: 100% (4/4), done. Writing objects: 100% (4/4),</li> <li>422 bytes, done. Total 4 (delta 3), reused 0 (delta 0)</li> <li>-----> Ruby/Rails app detected</li> <li>-----> Installing dependencies using Bundler version 1.3.0.pre.5</li> <li><p>Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment</p> <ul> <li>Using rake (10.0.3)</li> <li>Using i18n (0.6.4)</li> <li>Using multi_json (1.6.1)</li> <li>Using activesupport (3.2.8)</li> <li>Using builder (3.0.4)</li> <li>Using activemodel (3.2.8)</li> <li>Using erubis (2.7.0)</li> <li>Using journey (1.0.4)</li> <li>Using rack (1.4.5)</li> <li>Using rack-cache (1.2)</li> <li>Using rack-test (0.6.2)</li> <li>Using hike (1.2.1)</li> <li>Using tilt (1.3.4)</li> <li>Using sprockets (2.1.3)</li> <li>Using actionpack (3.2.8)</li> <li>Using mime-types (1.21)</li> <li>Using polyglot (0.3.3)</li> <li>Using treetop (1.4.12)</li> <li>Using mail (2.4.4)</li> <li>Using actionmailer (3.2.8)</li> <li>Using arel (3.0.2)</li> <li>Using tzinfo (0.3.36)</li> <li>Using activerecord (3.2.8)</li> <li>Using activeresource (3.2.8)</li> <li>Using bcrypt-ruby (3.0.1)</li> <li>Using breadcrumbs_on_rails (2.3.0)</li> <li>Using orm_adapter (0.4.0)</li> <li>Using ckeditor (4.0.2)</li> <li>Using coffee-script-source (1.6.1)</li> <li>Using execjs (1.4.0)</li> <li>Using coffee-script (2.2.0)</li> <li>Using rack-ssl (1.3.3)</li> <li>Using json (1.7.7)</li> <li>Using rdoc (3.12.2)</li> <li>Using thor (0.17.0)</li> <li>Using railties (3.2.8)</li> <li>Using coffee-rails (3.2.2)</li> <li>Using daemons (1.1.9)</li> <li>Using bundler (1.3.0.pre.5)</li> <li>Using rails (3.2.8)</li> <li>Using datagrid (0.7.1)</li> <li>Using warden (1.2.1)</li> <li>Using devise (2.2.3)</li> <li>Using dragonfly (0.9.14)</li> <li>Using eventmachine (1.0.1)</li> <li>Using galetahub-simple_captcha (0.1.3)</li> <li>Using has_scope (0.5.1)</li> <li>Using jquery-rails (2.2.1)</li> <li>Using ledermann-rails-settings (1.2.1)</li> <li>Using nokogiri (1.5.6)</li> <li>Using pg (0.14.1)</li> <li>Using rails-settings (1.0.0)</li> <li>Using recaptcha (0.3.5)</li> <li>Using rest-client (1.6.7)</li> <li>Using rmagick (2.13.1)</li> <li>Using russian (0.6.0)</li> <li>Using sass (3.2.6)</li> <li>Using sass-rails (3.2.6)</li> <li>Using sequel (3.20.0)</li> <li>Using simple-navigation (3.10.0)</li> <li>Using sinatra (1.0)</li> <li>Using taps (0.3.24)</li> <li>Using thin (1.5.0)</li> <li>Using uglifier (1.3.0)</li> <li>Using will_paginate (3.0.4)</li> <li>Your bundle is complete! It was installed into ./vendor/bundle</li> <li>Cleaning up the bundler cache. <ul> <li>-----> Writing config/database.yml to read from DATABASE_URL</li> <li>-----> Preparing app for Rails asset pipeline</li> </ul></li> <li>Running: rake assets:precompile</li> <li>Asset precompilation completed (206.35s) <ul> <li>-----> Rails plugin injection</li> </ul></li> <li>Injecting rails_log_stdout</li> <li>Injecting rails3_serve_static_assets <ul> <li>-----> Discovering process types</li> </ul></li> <li>Procfile declares types -> web, worker</li> <li><p>Default types for Ruby/Rails -> console, rake</p> <ul> <li>-----> Compiled slug size: 31.2MB</li> <li>-----> Launching... done, v7</li> </ul></li> <li><p><a href="http://fruttella.herokuapp.com" rel="nofollow">http://fruttella.herokuapp.com</a> deployed to Heroku</p> <ul> <li>heroku ps:scale web=1</li> <li>Scaling web processes... done, now running 1</li> </ul></li> </ul></li> </ul></li> </ol> <p>but after command <strong>heroku ps</strong> i have : <code>== web:</code>bundle exec rails server -p $PORT web.1: crashed 2013/03/05 16:33:27 (~ 3m ago)</p> <p>And my ror application not start on heroku. Any ideas?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload