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.
我目前正在研究 RailsRails 4.2.6和ruby 2.2.2p95. 我收到以下错误。
Rails 4.2.6
ruby 2.2.2p95
为什么资产没有在开发中预编译?我尝试添加gem 'sprockets-rails', '~> 3.0'但没有成功。我也尝试development.rb更改config.assets.debug = true为false,但这也不起作用。样式在资产文件夹中,我该如何解决这个问题?
gem 'sprockets-rails', '~> 3.0'
development.rb
config.assets.debug = true
false
在config/environments/development.rb中,更改以下内容
config/environments/development.rb
config.assets.debug = false
如果是真的。
小修正。使用assets而不是assest
assets
assest