We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在rails102 ,介绍collection partial用法里是这样的写的 <%= render :partial => "topic_list", :collection => @topics, :as => :topic %> 是不是可以理解成(把所有的topic_list的数据都捞出来),那我想要其中的几类(比如topic.title)数据,这样写会不会浪费效能啊?
效能具体的含义是指计算机执行这个动作花费的时间吗?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在rails102 ,介绍collection partial用法里是这样的写的
<%= render :partial => "topic_list", :collection => @topics, :as => :topic %>
是不是可以理解成(把所有的topic_list的数据都捞出来),那我想要其中的几类(比如topic.title)数据,这样写会不会浪费效能啊?
效能具体的含义是指计算机执行这个动作花费的时间吗?
The text was updated successfully, but these errors were encountered: