例如:
小贴士 1, 我作为果黑来说,Ruby 开发最好的环境是 Ubuntu, :) 2, Slim 是比 erb 更好用的 html 模板 3, 对于开源项目,最好的共享是 fork and send pull request 4, Git flow 是规范团队开发和版本控制的利器
DemoController
def demo
redirect_to x_path
puts "this will be executed"
end
end
Pro Tip: symbols are not garbage collected, so avoid using
to_sym
on strings from user input.