<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>welsonla</title>
    <link>https://ruby-china.org/welsonla</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>没有办法找到自己'喜欢'过的帖子？</title>
      <description>&lt;p&gt;有时候感觉一个帖子不错，会随手点下喜欢，之后就发现再也找不到了？
没有办法找到自己喜欢过的帖子吗？&lt;/p&gt;</description>
      <author>welsonla</author>
      <pubDate>Mon, 23 Sep 2013 09:43:56 +0800</pubDate>
      <link>https://ruby-china.org/topics/14307</link>
      <guid>https://ruby-china.org/topics/14307</guid>
    </item>
    <item>
      <title>你们还在讨论 vim 和 emacs 之争吗？</title>
      <description>&lt;p&gt;已经有结果了，世纪之战终于落幕了
你们感受下，哈哈&lt;/p&gt;

&lt;p&gt;Emacs 被黑出翔了&lt;/p&gt;

&lt;p&gt;&lt;a href="http://vimcasts.org/episodes/cleaning-up-with-vim/" rel="nofollow" target="_blank"&gt;http://vimcasts.org/episodes/cleaning-up-with-vim/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="//l.ruby-china.com/photo/57a250ac546501751efb00a8d4ee44c5.png" title="" alt=""&gt;&lt;/p&gt;</description>
      <author>welsonla</author>
      <pubDate>Fri, 09 Aug 2013 10:59:01 +0800</pubDate>
      <link>https://ruby-china.org/topics/13189</link>
      <guid>https://ruby-china.org/topics/13189</guid>
    </item>
    <item>
      <title>我悄悄的问:xdite 原来是女工程师啊</title>
      <description>&lt;p&gt;我对 xdite 的敬佩又上升了一个层次&lt;/p&gt;

&lt;p&gt;在网上看 xdite 的东西，看到了这篇：
&lt;a href="http://womany.net/read/article/2142" rel="nofollow" target="_blank"&gt;http://womany.net/read/article/2142&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;不要人肉和追杀我 @@&lt;/p&gt;</description>
      <author>welsonla</author>
      <pubDate>Wed, 31 Jul 2013 12:54:52 +0800</pubDate>
      <link>https://ruby-china.org/topics/12935</link>
      <guid>https://ruby-china.org/topics/12935</guid>
    </item>
    <item>
      <title>有没有遇到过 mina 部署无响应的情况?</title>
      <description>&lt;pre class="highlight ruby"&gt;&lt;code&gt;&lt;span class="n"&gt;mina&lt;/span&gt; &lt;span class="n"&gt;deploy&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;verbose&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;之后提示你输入服务器密码
就无反映了，无尽的等待中~，有没有人遇到过类似情况&lt;/p&gt;</description>
      <author>welsonla</author>
      <pubDate>Fri, 21 Jun 2013 18:08:16 +0800</pubDate>
      <link>https://ruby-china.org/topics/11883</link>
      <guid>https://ruby-china.org/topics/11883</guid>
    </item>
    <item>
      <title>每一次 Xcode 升级对 ruby 开发环境都是毁灭性的打击！！</title>
      <description>&lt;p&gt;不知道大家有没有同感，&lt;/p&gt;

&lt;p&gt;前几天看 AppStore 上有个几十 M 的 Xcode 升级，把 Xcode 从 4.6.2 升级到了 4.6.3。&lt;/p&gt;

&lt;p&gt;之后 ruby 版本就回到了 1.8.7。&lt;/p&gt;

&lt;p&gt;用 rvm 搞了好久都是失败&lt;/p&gt;

&lt;p&gt;当时觉得不可能是 command line tools 的原因，之前都装过了&lt;/p&gt;

&lt;p&gt;今天打开 Xcode，我直接震惊了，不光 CommandLineTools 没了，模拟器也都需要重新下载&lt;/p&gt;

&lt;p&gt;看来以后升级完 Xcode 必须先检查一下之前的东西是否还在了&lt;/p&gt;

&lt;p&gt;不忍直视！！&lt;/p&gt;

&lt;p&gt;&lt;img src="//l.ruby-china.com/photo/7f5f3fca4125b971322177c0dafc50a0.png" title="" alt=""&gt;&lt;/p&gt;</description>
      <author>welsonla</author>
      <pubDate>Fri, 21 Jun 2013 13:58:32 +0800</pubDate>
      <link>https://ruby-china.org/topics/11871</link>
      <guid>https://ruby-china.org/topics/11871</guid>
    </item>
    <item>
      <title>能谈谈你们现在的服务器环境和部署方式吗？</title>
      <description>&lt;p&gt;我现在 Web 环境用的&lt;/p&gt;
&lt;pre class="highlight ruby"&gt;&lt;code&gt;&lt;span class="no"&gt;Nginx&lt;/span&gt;&lt;span class="o"&gt;+&lt;/span&gt;&lt;span class="no"&gt;Passenger&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;自动化部署用的&lt;/p&gt;
&lt;pre class="highlight ruby"&gt;&lt;code&gt;&lt;span class="n"&gt;capistrano&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;都是参考的实战圣经的教程&lt;/p&gt;

&lt;p&gt;&lt;a href="http://ihower.tw/rails3/deployment.html" rel="nofollow" target="_blank"&gt;http://ihower.tw/rails3/deployment.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;想知道现在大家都怎么部署代码，运行环境是怎么搭配的&lt;/p&gt;</description>
      <author>welsonla</author>
      <pubDate>Tue, 18 Jun 2013 10:40:37 +0800</pubDate>
      <link>https://ruby-china.org/topics/11803</link>
      <guid>https://ruby-china.org/topics/11803</guid>
    </item>
    <item>
      <title>请教 rails 版本不一致的问题</title>
      <description>&lt;p&gt;我在 openshift 创建了一个项目，gemfile 里面的 rails 版本是 3.2.6
而我本地的版本是 3.2.9
当我 bundle install 或者 rails g 创建 controller 的时候，总是提示我错误&lt;/p&gt;

&lt;p&gt;我不知道这种 rails 版本不一致的问题要怎么去解决呢，我再安装一个 3.2.6？&lt;/p&gt;

&lt;p&gt;另外还有一个比较迷惑的
如果当前的 ruby 版本是系统的&lt;/p&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;gem install rails
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;这个 rails 是不是就安装到了 1.8 那个 ruby 下面&lt;/p&gt;

&lt;p&gt;当我用 rvm 安装了 1.9.3 版本，并且设置为默认，rails 是不是还要重新安装&lt;/p&gt;

&lt;p&gt;如果安装的话，这时候用 rails 创建的项目是不是就使用的是 1.9.3 版本下面的，还是要配置下$PATH 呢&lt;/p&gt;</description>
      <author>welsonla</author>
      <pubDate>Sat, 08 Dec 2012 10:32:09 +0800</pubDate>
      <link>https://ruby-china.org/topics/7404</link>
      <guid>https://ruby-china.org/topics/7404</guid>
    </item>
    <item>
      <title>有人做过 goole reader 的东西吗？</title>
      <description>&lt;p&gt;我想知道他的 api 的地址，做个阅读器  &lt;/p&gt;</description>
      <author>welsonla</author>
      <pubDate>Wed, 28 Mar 2012 10:34:09 +0800</pubDate>
      <link>https://ruby-china.org/topics/2196</link>
      <guid>https://ruby-china.org/topics/2196</guid>
    </item>
    <item>
      <title>rails 怎么连接 mysql？</title>
      <description>&lt;p&gt;database.yml&lt;/p&gt;
&lt;pre class="highlight yaml"&gt;&lt;code&gt;&lt;span class="na"&gt;development&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
  &lt;span class="na"&gt;adapter&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;mysql2&lt;/span&gt;
  &lt;span class="na"&gt;host&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;127.0.0.1&lt;/span&gt;
  &lt;span class="na"&gt;database&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;blog_db&lt;/span&gt;
  &lt;span class="na"&gt;pool&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="m"&gt;5&lt;/span&gt;
  &lt;span class="na"&gt;username&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;root&lt;/span&gt;
  &lt;span class="na"&gt;password&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;root&lt;/span&gt;
  &lt;span class="na"&gt;socket&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;/tmp/mysql.sock&lt;/span&gt;


&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;本地已经安装了 mysql 数据库&lt;/p&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;rails server


&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;提示&lt;/p&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;ActiveRecord::ConnectionNotEstablished


&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;我也尝试过&lt;/p&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;gem &lt;span class="nb"&gt;install &lt;/span&gt;mysql 
bundle &lt;span class="nb"&gt;install&lt;/span&gt;


&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;但是都不行，求高人指点  &lt;/p&gt;</description>
      <author>welsonla</author>
      <pubDate>Fri, 02 Mar 2012 23:53:40 +0800</pubDate>
      <link>https://ruby-china.org/topics/1571</link>
      <guid>https://ruby-china.org/topics/1571</guid>
    </item>
  </channel>
</rss>
