rspec 是一个 测试框架(和 unit test 是一类东西)一般会在项目产生 一个 spec
(unit test 产生如上面的文档里面的 'test' ) 文件夹,spec/dummy 一般是用来挂载测试 engine, 它和常规 Rails 项目差不多的
http://api.rubyonrails.org/classes/ActionView/Helpers/SanitizeHelper.html
include ActionView::Helpers::SanitizeHelper
html = "<a>1</a> <p>asdf</p>"
strip_tags(html)
@ywencn 有面向对象的 实际上 要简单的 文本框 我觉得 ruby-china 的 去掉 markdown 就够了
@iamzhangdabei 嗯嗯 有时间 聊聊 [email protected] QQ___ 864248765
@ywencn 加你 Gmail 好了 嘿嘿 有木有
有 好的 下家 就来 哈哈 ...
怎一个惨淡 了得啊 打算 谋出路了
关注 后续发展 ...
现在 微信 腾讯只开放了 微信公众平台
@hooopo 不错的东东 mark 了
@huacnlee https://github.com/miketierney/artii 这是 ruby 版的 嘿嘿
谢啦
@huacnlee 有名吗???
还好还好 和天朝的 政府网站 不是一个模板
我现在也不在成都 但人是 四川的 来凑凑热闹哈
不错的点子 最近在折腾性能这一块 俺明天也试试 下面给一个 我整理的一些主要是 server 端缓存的 给大家分享一下 https://gist.github.com/4265619 最后 @huacnlee 号外一下
<!--
____ __ ________ _
/ __ \__ __/ /_ __ __ / ____/ /_ (_)___ ____ _
/ /_/ / / / / __ \/ / / / / / / __ \/ / __ \/ __ `/
/ _, _/ /_/ / /_/ / /_/ / / /___/ / / / / / / / /_/ /
/_/ |_|\__,_/_.___/\__, / \____/_/ /_/_/_/ /_/\__,_/
/____/
========================================================
ruby-china.org
App Environments:
--------------------------------------------------------
Ruby: 1.9.3-p327
Rails: 3.2.9
-->
这个 怎么弄出来的呢
try
"" << '\n'
a="#{'\n'}"
还是 gsub 吧 很多 转义不支持的
mark mark ...
抢坐呀 ~~~~~
俺也升级了
match = string[/regexp/] # get content of matched regexp
match = "regexp"[/regexp/] #=> "regexp"
first_group = string[/text(grp)/, 1] # get content of captured group
first_group = 'textgrp'[/text(grp)/, 1] #=> 'grp'
first_group = 'text grp'[/text(grp)/, 1] #=> nil
string[/text (grp)/, 1] = 'replace' # string => 'text replace'
"text grp"[/text (grp)/, 1] = 'replace' # string => 'text replace'
"text 1grp"[/text (grp)/, 1] = ' replace' if "text 1grp"[/text (grp)/, 1].present? #=> nil
坑爹的保留字 关键字
嗯嗯,楼主说的对!
支持 表示 关注 四川的 Ruby/Rails 行情