4

Ruby on Rails と Twitter Bootstrap 用の formatastic-bootstrap gem をインストールしました。readme ファイル に従って*= require formtastic-bootstrap、application.css に追加しconfig/initializers/formtastic.rb、内容がというファイルを作成し、 Formtastic::Helpers::FormHelper.builder = FormtasticBootstrap::FormBuilderbundle install を実行しました。Rails サーバーを起動しようとすると、次のエラーが表示されます。

/Users/wrightgd/.rvm/gems/ruby-1.9.3-p0/gems/formtastic-bootstrap-1.1.1/lib/formtastic-bootstrap/helpers/buttons_helper.rb:5:in `': そのようなファイルを読み込めません-- formtastic/helpers/buttons_helper (LoadError)

ここで何が間違っていますか?助けてくれてありがとう!

4

1 に答える 1

7

この最新バージョンによると、formtastic は formtastic-bootstrap と互換性がありません。古いバージョンを試すgem 'formtastic', " ~> 2.1.1"

于 2012-04-29T07:05:29.553 に答える