Formastic Bootstrap Rails Error- No Such File to Load ButtonsHelpers

为君一笑 提交于 2019-11-30 20:27:38

I had same issue. Apparently latest release of formtastic 2.2.0 (pushed yesterday) is not compatible with formtastic-bootstrap

For that you have to specify earlier version of formtastic

Just add following line above gem 'formtastic-bootstrap'

gem 'formtastic', " ~> 2.1.1"

it is little earlier version of formtastic.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!