<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>jefffreylam (Lin Jin Feng)</title>
    <link>https://ruby-china.org/jefffreylam</link>
    <description/>
    <language>en-us</language>
    <item>
      <title>[北京 北航主 M 楼 102 教室][11 月 30 日 晚 7:00-9:00] ThoughWorks 技术雷达</title>
      <description>&lt;p&gt;偶然的机会看到这个活动：
详见&lt;a href="http://event.weibo.com/678994" rel="nofollow" target="_blank"&gt;http://event.weibo.com/678994&lt;/a&gt;
时间是周五晚上，如果下班离那里近的话，可以考虑去听听，太远就别去了，北京周五的交通，全球闻名。如果不去，到 TW 网站上看看也行
这个活动应该是关于新技术的缩影，演讲者有一位是 TW 的 Wangjian 同学，在上次 Ruby 会上讲演过，内容应该不是 Ruby，可能是全栈 de，各位看情况自己斟酌。本人只是提供个情报。&lt;/p&gt;</description>
      <author>jefffreylam</author>
      <pubDate>Wed, 28 Nov 2012 13:28:42 +0800</pubDate>
      <link>https://ruby-china.org/topics/7152</link>
      <guid>https://ruby-china.org/topics/7152</guid>
    </item>
    <item>
      <title>Cloudfoundry 上部署应用的过程</title>
      <description>&lt;p&gt;在 Cloudfoundry 上部署应用的过程，写出来，供新手参考：(appname 代替你的程序名)
我用的是 MAC OS，&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;用邮件申请帐号，Cloudfoundry 会给你邮箱发个初始密码。
2.下载 安装 vmc。后面的工作都要用 vmc  开头
3.vmc login
4.选择一个服务，我选的是 postgresql，要给它取个名，我取的是 pg
5.如果你本地缺省用  rails new appname 产生应用后，用 rails g scaffold Post name:string  产生程序框架后，记得在 rake db:migrate 产生表后记得做以下工作&lt;/li&gt;
&lt;li&gt;在 Gemfile 里加一行 gem 'pg'
7.将 config/database.yml里的adaptor后改为postgresql
database:改为 pg
增加 username:
    password:
两行，我的均为空&lt;/li&gt;
&lt;li&gt; rake assets:precompile 如果你忘了这步后面会报错&lt;/li&gt;
&lt;li&gt;bundler install
10.上传时注意 
vmc push appname --runtime ruby19
vmc 缺省用的是 ruby 1.8，而我们一般用 1.9，所以你记得加参数&lt;/li&gt;
&lt;li&gt;上传过程中一路缺省回车，
待所有显示 OK 后，在  浏览器里 appname.cloudfoundry.com 就可以看到你的应用成果了，
若中间发生问题，用 vmc logs appname，查看出错信息&lt;/li&gt;
&lt;/ol&gt;</description>
      <author>jefffreylam</author>
      <pubDate>Fri, 16 Nov 2012 11:21:38 +0800</pubDate>
      <link>https://ruby-china.org/topics/6814</link>
      <guid>https://ruby-china.org/topics/6814</guid>
    </item>
    <item>
      <title>感谢 http://www.railstutors.com 的 Kevin 和志愿者周四晚的精彩表现</title>
      <description>&lt;p&gt;感谢 &lt;a href="http://www.railstutors.com" rel="nofollow" target="_blank"&gt;http://www.railstutors.com&lt;/a&gt; 的 Kevin 和志愿者周四晚的精彩表现&lt;/p&gt;

&lt;p&gt;Kevin 的免费 2 小时教程，实际上讲了 2.5 小时，内容相当精彩，时间观念相当精准，&lt;/p&gt;

&lt;p&gt;感谢志愿者 
     xds2000, 
     Dingding Ye, 
     Terry Tai
      Daniel Lv
.........还有我漏掉的志愿者，望补充&lt;/p&gt;

&lt;p&gt;他们的评论本身就能给出相当多的内涵，持续关注，有谁知道这些志愿者在社区的 ID，我想分别找他们在社区的文章看看
我仅知道
&lt;a href="/xds2000" class="user-mention" title="@xds2000"&gt;&lt;i&gt;@&lt;/i&gt;xds2000&lt;/a&gt; 
&lt;a href="/lgn21st" class="user-mention" title="@lgn21st"&gt;&lt;i&gt;@&lt;/i&gt;lgn21st&lt;/a&gt;
还有我漏掉的志愿者，望补充&lt;/p&gt;</description>
      <author>jefffreylam</author>
      <pubDate>Fri, 12 Oct 2012 08:34:11 +0800</pubDate>
      <link>https://ruby-china.org/topics/6013</link>
      <guid>https://ruby-china.org/topics/6013</guid>
    </item>
    <item>
      <title>Ruby On Rails 和 NodeJS 的比较</title>
      <description>&lt;p&gt;刚看个贴：
&lt;a href="http://www.infoq.com/news/2012/10/Ruby-on-Rails-Node-js-LinkedIn" rel="nofollow" target="_blank"&gt;http://www.infoq.com/news/2012/10/Ruby-on-Rails-Node-js-LinkedIn&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;其中的一段话很吸引眼球啊：
    Better performance, Node.js being up to 20x faster than Rails for certain scenarios
    Using only 3 servers instead of 30, leaving room for a 10x traffic growth
    Front-end JavaScript engineers could be used for back-end code, and the two teams were actually merged into one&lt;/p&gt;

&lt;p&gt;大家来讲讲 开发速度，安全，部署，效率，第三方包 等等&lt;/p&gt;</description>
      <author>jefffreylam</author>
      <pubDate>Wed, 10 Oct 2012 11:23:11 +0800</pubDate>
      <link>https://ruby-china.org/topics/5957</link>
      <guid>https://ruby-china.org/topics/5957</guid>
    </item>
  </channel>
</rss>
