此方法可以解决
# config/initializers/will_paginate.rb
if defined?(WillPaginate)
ActiveSupport.on_load :active_record do
module WillPaginate
module ActiveRecord
module RelationMethods
def per(value = nil) per_page(value) end
def total_count() count end
end
end
module CollectionMethods
alias_method :num_pages, :total_pages
end
end
end
end
找到方法了,在 simple_format 加个 h 就可以了,即 simple_format h(question.title) 效果如下
#2 楼 @zhulinpinyu rails s -b 52.192.63.155 会报错,显示没有这个 ip
#10 楼 @ruby_xiaojie 不是,linux 下的,window 远程连接
在 new2 中渲染 from2 就可以了。不知道这样行不行