<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>accelee</title>
    <link>https://ruby-china.org/accelee</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>Ruby on Rails 教程 - 第一章最后一节关于 Heroku 的部署无法完成</title>
      <description>&lt;p&gt;部署到 Heroku 每一步都是按照书上来做的，完成 heroku create 后
$ git push -u heroku master&lt;/p&gt;

&lt;p&gt;之后有个警告，不知道这个有没有问题？
remote: ###### WARNING:
remote: 
remote:        Detecting rails configuration failed
remote:        set HEROKU_DEBUG_RAILS_RUNNER=1 to debug&lt;/p&gt;

&lt;p&gt;用以下命令查看了一下记录
$heroku logs --tail&lt;/p&gt;

&lt;p&gt;记录的最后一部分有如下的错误
2019-03-27T03:12:59.633659+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=evening-headland-50906.herokuapp.com request_id=ace14164-e2ea-4844-aefe-b50cdd276348 fwd="161.202.48.247" dyno= connect= service= status=503 bytes= protocol=https
2019-03-27T03:13:00.735273+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=evening-headland-50906.herokuapp.com request_id=164daabd-523f-4093-a979-105d95010a1e fwd="161.202.48.247" dyno= connect= service= status=503 bytes= protocol=https
2019-03-27T03:14:08.649975+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=evening-headland-50906.herokuapp.com request_id=b564bcd5-fd21-46be-b8cc-ef4f4da1ecf3 fwd="161.202.48.247" dyno= connect= service= status=503 bytes= protocol=https
2019-03-27T03:14:09.935469+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=evening-headland-50906.herokuapp.com request_id=0ac2ec6a-b39a-4737-b4ae-0c9fda5e4261 fwd="161.202.48.247" dyno= connect= service= status=503 bytes= protocol=https&lt;/p&gt;

&lt;p&gt;程序在本地都是正常的，按照书上的步骤部署到 Heroku 就不行了，不知道应该从哪里查起？&lt;/p&gt;</description>
      <author>accelee</author>
      <pubDate>Wed, 27 Mar 2019 11:19:53 +0800</pubDate>
      <link>https://ruby-china.org/topics/38296</link>
      <guid>https://ruby-china.org/topics/38296</guid>
    </item>
    <item>
      <title>关于 PC 端 Webapp 和移动端 Webapp，轻应用，phonegap</title>
      <description>&lt;p&gt;各位大侠好，&lt;/p&gt;

&lt;p&gt;去年开始想做一个应用，开始想直接用 Ruby On Rails 搭建 PC 的 Webapp，因为当时对移动端 Webapp 不了解，想着通过浏览器在手机端也可以访问，但是实际上因为手机端的屏幕等问题，PC 端的 Webapp 并不太适合。&lt;/p&gt;

&lt;p&gt;再者现在有百度的轻应用，我感觉就是适合手机端的 Webapp，还有 phonegap 工具可以将 webapp 生成不同手机平台的类似 native app 的程序。&lt;/p&gt;

&lt;p&gt;有几个问题：&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;ROR 能否做移动端的 Webapp，适合手机端来应用，类似百度的轻应用？&lt;/li&gt;
&lt;li&gt;ROR 做出的 Webapp 能否和 phonegap 结合来做出类似在手机平台上运行的 native app 的程序？&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;总的来说就是想够写出一个应用后，即可以在 PC 端或者移动端通过网页来访问，也可以在不同的手机平台上做成类似 native app 的程序，各位大侠后啥好的建议？&lt;/p&gt;</description>
      <author>accelee</author>
      <pubDate>Wed, 05 Feb 2014 00:20:39 +0800</pubDate>
      <link>https://ruby-china.org/topics/17083</link>
      <guid>https://ruby-china.org/topics/17083</guid>
    </item>
    <item>
      <title>部署到 Heroku 有问题网页不能显示</title>
      <description>&lt;p&gt;部署完成后，访问网站，提示“We're sorry, but something went wrong.”，不知道是什么原因，我在本机上都可以正常运行。有没有调试的方法，各位大虾给些建议&lt;/p&gt;</description>
      <author>accelee</author>
      <pubDate>Fri, 14 Jun 2013 10:53:56 +0800</pubDate>
      <link>https://ruby-china.org/topics/11715</link>
      <guid>https://ruby-china.org/topics/11715</guid>
    </item>
    <item>
      <title>git push heroku master 部署不到 heroku 上去？</title>
      <description>&lt;h2 id="我在学Ruby on Rails Tutorial，之前的程序都已经部署到heroku上去了，可是今天完成第八章的代码要进行部署，却部署不上去了，和之前部署的时间隔了有一个多月了。提示如下问题："&gt;我在学 Ruby on Rails Tutorial，之前的程序都已经部署到 heroku 上去了，可是今天完成第八章的代码要进行部署，却部署不上去了，和之前部署的时间隔了有一个多月了。提示如下问题：&lt;/h2&gt;
&lt;p&gt;ssh: connect to host heroku.com port 22: Bad file number
fatal: Could not read from remote repository&lt;/p&gt;

&lt;p&gt;Please make sure you have the correct access rights&lt;/p&gt;
&lt;h2 id="and the repository exists."&gt;and the repository exists.&lt;/h2&gt;
&lt;p&gt;我用的操作系统是 WIN7，用 RailsInstaller 安装的，请各位大虾指点一下，多谢了！&lt;/p&gt;</description>
      <author>accelee</author>
      <pubDate>Tue, 04 Jun 2013 17:21:13 +0800</pubDate>
      <link>https://ruby-china.org/topics/11483</link>
      <guid>https://ruby-china.org/topics/11483</guid>
    </item>
  </channel>
</rss>
