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.
如何从我的 rails 应用程序中删除 twitter-bootstrap-rails gem 以及所有资产和配置?
我安装了它
bundle install #and rails g bootstrap:install
你能不能这样做:
rails destroy bootstrap:install
并将其从您的 Gemfile 中删除?