如果我开公司就直接付费 github 了,节约维护成本
除了新 hash 不想用,其他跟了
Strong parameters: Dealing with mass assignment in the controller instead of the model
#4 楼 @suffering 是说创建 category 的时候?就是填 _type 阿,另外做个校验只允许已有的类型,不然写进脏数据会抛错。
ActiveRecord 和 Mongoid,inhert 都不影响 id 阿,只要你关联好 id 就可以读到对应的对象
_type
顶楼 form_tag 的右半括号去哪了?
<%= form_tag({:controller => "admin/projects", :action => "search"}, :method => "get", :html => {:class => "form-inline" } do %>
<%= submit_tag "Search", :class => "btn btn-large btn-primary" %>
你需要看到 ActiveRecord has_many 1-n 关联那里
# Wrap an Array object to make it paginatable
# ==== Options
# * <tt>:limit</tt> - limit
# * <tt>:offset</tt> - offset
# * <tt>:total_count</tt> - total_count
def self.paginate_array(array, options = {})
PaginatableArray.new array, options
end
https://github.com/amatsuda/kaminari/blob/master/lib/kaminari/models/array_extension.rb
ActiveRecord::Relation 是延迟查询,可以找找有什么方法立即执行
查 product 的时候 includes(:previews)
整页 cache 很少用,至少顶部有个用户导航是要变的
挺好的,小社区更活跃
DHH 也崇拜他阿
分享一个 attr_accessor 的技巧 http://ruby-china.org/topics/413
看 close 那一栏
0 open requests and 99 closed requests
无逻辑的话,phpMyAdmin 算了