Ruby on Rails と Twitter Bootstrap 用の formatastic-bootstrap gem をインストールしました。readme ファイル に従って*= require formtastic-bootstrap
、application.css に追加しconfig/initializers/formtastic.rb
、内容がというファイルを作成し、 Formtastic::Helpers::FormHelper.builder = FormtasticBootstrap::FormBuilder
bundle 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)
ここで何が間違っていますか?助けてくれてありがとう!