别回啦,这贴太老了。
Implementations and specifications have to do a delicate dance together. You don’t want implementations to happen before the specification is finished, because people start depending on the details of implementations and that constrains the specification. However, you also don’t want the specification to be finished before there are implementations and author experience with those implementations, because you need the feedback. There is unavoidable tension here, but we just have to muddle on through.
chmod -R 777
是很不安全的行为,等于说「我不需要安全机制了」
歪楼成功
「放手!我的手指不能用了,活在这个世上还有什么意义!」 「你还有我啊!」
-编辑掉-
我也建议加上分页了,现在回复过百不是难事,虽然会导致楼层链接失效。
#8 楼 @jialezhang 这是 ~
键下面的那个符号
#42 楼 @hawkflying 我看了你的个人页面,再 mark 就要处罚了。
#4 楼 @jialezhang 给个提示:passenger 进程或者 nginx 进程没有权限访问 /home/jialezhang
文件顶部加
# encoding: UTF-8
#7 楼 @quakewang 这个牛逼
低档
如果没能力解决源码安装产生的问题,那么不要用源码安装。
我不会继承一个有 action 的类,继承的时候只会继承一些 Base controller,里面定义了一些 filter 和 private 方法。
passenger 编译的 nginx,没有提供 /etc/init.d/nginx 脚本。passenger 安装 nginx 的时候别跳那么快,看看它的提示说了啥。
class A < ActiveRecord::Base
establish_connection(
# Databse A options
)
end
class B < ActiveRecord::Base
establish_connection(
# Databse B options
)
end
可以在每个 model 里面调用 establish_connection 来指定数据库连接。
http://apidock.com/rails/v3.2.3/ActiveRecord/Base/establish_connection/class
#2 楼 @1272729223 可以在 application_helper.rb 写一个 helper method,里面获取 @products 然后 render :partial => 'xxx' 局部模板。然后页面上就调用这个 helper。
<%= simple_format blog.content %>