看来下一讲,就讲如何写 app theme 啦。
看大家人多,我还是待定吧。主要是想和@xiaolai 探讨我那入门视频的思路和方法,无他。
@raecoo 那天出来聚聚啊。看看你啥状况 赶紧搞个车。
不太喜欢这个语法糖。
@karma 那动手刻 webapp 应用,应该是个不错的开始。
主要是吃的如何。。
@ashchan 正好适合我这个新手。哈哈
xds 可是我网号的关键字。我崩溃了。。。
解决你的问题,还帮给 ruby-china 打个小补丁。 https://github.com/ruby-china/ruby-china/pull/99
ruby-china 源码,打开 config/initializers/markdown.rb
# convert '@user' to link
# match any user even not exist.
def self.link_mention_user(text)
text.gsub!(/(^|[^a-zA-Z0-9_!#\$%&*@@])@([a-zA-Z0-9_]{1,20})/io) {
%(#{$1}<a href="/#{$2}" class="at_user" title="@#{$2}"><i>@</i>#{$2}</a>)
}
end
@williamherry 提的挺好。下一个视频会改进。我使用的 Fedora 16.
这个方法比我们想的方法更高效。用客户端的 js 去给@ 加样式。
你不用想了。用前端 Jquery 去 render 吧。 https://github.com/ichord/jquery-atwho-rails
你不是有两个 option 了吗?我选择,第一个,保存进去是纯文本。给文本加的连接都是固定的 pattern。用个 helper 方法喽。
@lyfi2003 谢谢,看完总结我理解了大概,建议能扩展一下,写个系列。放在你的 blog 里。
存文本,每次 parse 一次。
@williamherry 想听的 topic,可以到 github 上提。我会考虑优先录制
这种茴香豆的文章,肯定需要花时间。内容看似很具体,但目标不明确。我是没看明白,到底要说啥。不明觉厉体。
@poshboytl 我的邮箱是 [email protected] 连接错了。我已经更新。
官方浏览 Railscasts China
http://railscasts-china.com/episodes/rails-starter-c1-starter-here?autoplay=true
fsword,我在知春里,欢迎到北京
多用,多看,多读。
dxiao@localhost ~/Codes/test
$ git clone git://gitcafe.com/tiseheaini/coolxueyan.git
Cloning into 'coolxueyan'...
remote: Counting objects: 1606, done.
remote: Compressing objects: 100% (510/510), done.
remote: Total 1606 (delta 1027), reused 1587 (delta 1016)
Receiving objects: 100% (1606/1606), 300.91 KiB | 163 KiB/s, done.
Resolving deltas: 100% (1027/1027), done.
这样就 OK 了
dxiao@localhost ~/Codes/test
$ git clone [email protected]:tiseheaini/coolxueyan.git
Cloning into 'coolxueyan'...
The authenticity of host 'gitcafe.com (50.116.2.223)' can't be established.
RSA key fingerprint is 84:9e:c9:8e:7f:36:28:08:7e:13:bf:43:12:74:11:4e.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'gitcafe.com,50.116.2.223' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
下载不了代码
@shaorui23 谢谢支持。最新进度在: https://trello.com/board/start-here-rails-web/506ad8d2653f0b062471e834
@williamherry 第一课还没有制作出来,3 分种就是一个 trailer。
还是原文看的爽。
Update: Oct 4,2012 第一课,课件 https://speakerdeck.com/u/xds2000/p/c1-textbook
现在是 64bit 时代。拒绝 i386 是你的原则。