xdite / bootstrap-helper

Twitter Bootstrap Helper for Rails, support will_paginate & simple_form template
195 stars 59 forks source link

bootstrap_helper 没法与 refinerycms集成 #36

Open raymondos opened 11 years ago

raymondos commented 11 years ago

我在集成refinerycms 2.1.0 时候发生了与Issue #12 相同的问题,Issue #12 链接里面给出的需要更改will_paginate.rb的gist貌似不太好用啊,是在自己的项目config/initializers/will_paginate.rb 里面么?

raymondos commented 11 years ago

Add this on top:

require 'will_paginate/view_helpers/link_renderer'
require 'will_paginate/view_helpers/action_view'