Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はprototype.jsリポジトリを複製しましたが、ビルドしようとするとエラーが発生します:
rake aborted! uninitialized constant Sprockets::Secretary
理由は何ですか?
私もこの問題を抱えていました。
別のバージョンのスプロケットを使用してみてください。
gem uninstall sprockets, gem install sprockets --version 1.0.2
1.0.2 が私にとってはうまくいったバージョンでした。