Note that there are some explanatory texts on larger screens.

plurals
  1. POHeroku 'no such app' with no errors
    primarykey
    data
    text
    <p>I'm having the hardest time trying to deploy a rails app to Heroku.</p> <p>I push the app to it and receive no errors, but when I try to access it, I receive a 'no such app' message and I can't find out why.</p> <p>I've followed this steps:</p> <p>1) Cloned the git repo (<a href="https://github.com/mquan/lavish" rel="nofollow">https://github.com/mquan/lavish</a>) in my local machine.</p> <p>2) Changed the gemfile adding a newer version of the jquery-rails (as I was receiving an error) and added the 'thin' gem as stated at heroku documentation.</p> <p>3) Installed it locally and it worked (in fact, it works if I run server rails, but not if I run server rails -e production).</p> <p>4) Pushed it to heroku with no errors. (I tryed to precompile the assets too to see if I had any change).</p> <p>5) When I visit the page (heroku open) I receive the 'No such app' message.</p> <p>As I'm absolutely new to heroku and rails, I'm just clueless about what is happening.</p> <p>Thanks a ton!</p> <p><strong>Edit</strong></p> <p>The log looks like this:</p> <pre><code>2012-11-14T06:36:28+00:00 heroku[web.1]: State changed from starting to down 2012-11-14T06:36:30+00:00 heroku[web.1]: Starting process with command `bundle exec rails server thin -p 59071` 2012-11-14T06:36:35+00:00 app[web.1]: =&gt; Call with -d to detach 2012-11-14T06:36:35+00:00 app[web.1]: =&gt; Ctrl-C to shutdown server 2012-11-14T06:36:35+00:00 app[web.1]: =&gt; Booting Thin 2012-11-14T06:36:35+00:00 app[web.1]: =&gt; Rails 3.2.0 application starting in production on http:// 0.0.0.0:59071 2012-11-14T06:36:35+00:00 app[web.1]: &gt;&gt; Thin web server (v1.5.0 codename Knife) 2012-11-14T06:36:35+00:00 app[web.1]: &gt;&gt; Maximum connections set to 1024 2012-11-14T06:36:35+00:00 app[web.1]: &gt;&gt; Listening on 0.0.0.0:59071, CTRL+C to stop 2012-11-14T06:36:39+00:00 heroku[web.1]: Stopping all processes with SIGTERM 2012-11-14T06:36:40+00:00 app[web.1]: Exiting 2012-11-14T06:36:41+00:00 heroku[web.1]: Process exited with status 0 2012-11-14T20:00:11+00:00 heroku[slugc]: Slug compilation started 2012-11-14T20:01:58+00:00 heroku[slugc]: Slug compilation finished 2012-11-14T20:03:24+00:00 heroku[web.1]: Unidling 2012-11-14T20:03:24+00:00 heroku[web.1]: State changed from down to starting 2012-11-14T20:03:35+00:00 heroku[web.1]: State changed from starting to up 2012-11-14T20:03:37+00:00 heroku[router]: at=info method=GET path=/ host=blooming-castle-2034.herokuapp.com fwd= dyno=web.1 queue=0 wait=0ms connect=13ms service=909ms status=301 bytes=14 </code></pre>
    singulars
    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.
 

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