<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>bigweb (bigweb)</title>
    <link>https://ruby-china.org/bigweb</link>
    <description/>
    <language>en-us</language>
    <item>
      <title>又开始学习 Ruby 了 好像周而复始的感觉</title>
      <description>&lt;p&gt;最近因为业务需要 在 github 上 download 了一个 rails 4 的程序，web server 使用 nginx+passenger。使用 docker 跑起来后访问没有问题，因为要本地开发调试，所以在 docker-compose 编排的时候使用 volumes 把本地代码挂在到容器里面，就出现了 passenger 错误：&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;An error occurred while starting up the preloader: it did not write a startup response in time. If your app needs more time to start you can increase the Passenger start timeout config option. Please read this article for more information about this problem.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;新手没有使用过 passenger，看了文章&lt;a href="https://github.com/phusion/passenger/wiki/Debugging-application-startup-problems" rel="nofollow" target="_blank"&gt;https://github.com/phusion/passenger/wiki/Debugging-application-startup-problems&lt;/a&gt;后也不甚明了，不知如何解决，求各位老大能不吝赐教，小弟感激不尽！&lt;/p&gt;</description>
      <author>bigweb</author>
      <pubDate>Wed, 12 Jul 2017 11:07:51 +0800</pubDate>
      <link>https://ruby-china.org/topics/33468</link>
      <guid>https://ruby-china.org/topics/33468</guid>
    </item>
    <item>
      <title>初学 Rails，有一事不明，还请指教</title>
      <description>&lt;p&gt;现在刚把官方社区的 Ruby on Rails 的教程看完。其中以一个列子是讲述的用户登陆和注册的，在使用 generate 生成 controllor 的时候会在 helpers 目录下面生成一些助手文档，然后要在全局使用助手的方法，需要在 application_controller.rb 里面手动加载 :&lt;/p&gt;

&lt;p&gt;&lt;code&gt;include ***Helper&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;然后这里的函数怎么解决和外部命名冲突的问题？&lt;/p&gt;</description>
      <author>bigweb</author>
      <pubDate>Thu, 24 Sep 2015 12:36:10 +0800</pubDate>
      <link>https://ruby-china.org/topics/27461</link>
      <guid>https://ruby-china.org/topics/27461</guid>
    </item>
  </channel>
</rss>
