我们也是这样,老师都用 win,不用 linux,上 linux 课,都要在 windows 下。
不错
database.yml 的写法
default: &default
adapter: mysql2
encoding: utf8
reconnect: false
pool: 5
username: root
password: root
host: localhost
development:
<<: *default
database: exam_development
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
<<: *default
database: exam_test
production:
<<: *default
database: exam_production
#2 楼 @willmouse 视频能给个地址不?
不错,学习了
用过,收费,不过挺好的。
linux 下 wget 下的,下了几个小时,伤不起啊
linux windows 共享 使用 Samba ,这里有个教程 http://blog.s135.com/samba_linux_windows/ 虚拟机网络用桥接,和本机设置成一个网段。 远程 ssh,可以用 xshell
老想用 emacs,但是用 vim 习惯了,emacs 就是上不了手
php 菜鸟
昨没有 gtalk 的群
壮观啊
qbox.me 现在用的,挺好
putty 也有 linux 版
Timeline 期待
伪代码
good
这回复真帅
已收到邮件
相对 ruby 有啥特色
module ApplicationHelper
def markdown(text)
options = {
:autolink => true,
:space_after_headers => true,
:fenced_code_blocks => true,
:no_intra_emphasis => true,
:hard_wrap => true,
:strikethrough =>true
}
markdown = Redcarpet::Markdown.new(HTMLwithCodeRay,options)
markdown.render(h(text)).html_safe
end
class HTMLwithCodeRay < Redcarpet::Render::HTML
def block_code(code, language)
CodeRay.scan(code, language).div(:tab_width=>2)
end
end
end
按照教程做的,在模版里调用时传递变量时,
<%= markdown(@post.content) %>
会有以下错误
uninitialized constant ApplicationHelper::HTMLwithCodeRay::CodeRay
直接传递字符串可以正常解析。
求解?谢谢
报名
真的不错,求邀请码