Note that there are some explanatory texts on larger screens.

plurals
  1. PORails - The page you were looking for doesn't exist (after Heroku push)
    primarykey
    data
    text
    <p>I'm working through the <a href="http://ruby.railstutorial.org/" rel="nofollow">http://ruby.railstutorial.org/</a>. I am working on deploying my site, but I'm running into an error. </p> <p>The page you were looking for doesn't exist.</p> <p>You may have mistyped the address or the page may have moved.</p> <p>If you are the application owner check the logs for more information.</p> <p>Here is my current Gemfile:</p> <pre><code>source 'https://rubygems.org' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '4.0.0' # Use sqlite3 as the database for Active Record group :development do gem 'sqlite3', '1.3.5' end </code></pre> <p>when I run </p> <pre><code>$ git push heroku master </code></pre> <p>I receive:</p> <pre><code>Everything up-to-date </code></pre> <p>My current </p> <pre><code>$ gem list bigdecimal (1.2.0) io-console (0.4.2) json (1.7.7) minitest (4.3.2) psych (2.0.0) rake (0.9.6) rdoc (4.0.0) rubygems-update (2.1.10) sqlite3 (1.3.5) test-unit (2.0.0.0) </code></pre> <p>I am completely new to ruby and rails, so any help would be appreciated.</p> <p><strong>* I've followed these instructions *</strong> no success yet</p> <pre><code>$ gem install heroku </code></pre> <p>update Gemfile</p> <pre><code>gem 'heroku' $bundle install </code></pre> <p>No luck.</p> <p>here are my heroku logs:</p> <pre><code>... 2013-11-02T02:55:46.271237+00:00 heroku[router]: at=info method=GET path=/ host=aqueous-hamlet-2818.herokuapp.com fwd="136.152.142.31" dyno=web.1 connect=1ms service=247ms status=404 bytes=1351 </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.
 

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