gpt4 book ai didi

ruby - Rails 错误:开发环境中的 ActionView::Template::Error(权限被拒绝 @ sys_fail2)

转载 作者:行者123 更新时间:2023-12-04 12:12:43 24 4
gpt4 key购买 nike

我正在使用 Rails 4.2.4、ruby 2.1.7 运行 JetBrains RubyMine,并且正在创建一个应用程序作为培训项目的一部分。我正在尝试包含 SASS 并正在试验某些样式表。我添加了 SASS gems 并根据 SASS-rails 文档导入了文字,我的应用程序开始抛出这个(跟踪):

Errno::EACCES in Sessions#new
Showing H:/Development/RubyMine/DiceRollerWeb/app/views/sessions/new.html.erb where line #5 raised:

Permission denied @ sys_fail2 - (H:/Development/RubyMine/DiceRollerWeb/tmp/cache/assets/development/sprockets/v3.0/dWWzdOdzonUK3KUkyL3m5nbzYnP4jQTIQVpW3bCJg3k.cache.55176684.7688.886554, H:/Development/RubyMine/DiceRollerWeb/tmp/cache/assets/development/sprockets/v3.0/dWWzdOdzonUK3KUkyL3m5nbzYnP4jQTIQVpW3bCJg3k.cache)
Rails.root: H:/Development/RubyMine/DiceRollerWeb

Application Trace | Framework Trace | Full Trace
C:/Ruby21/lib/ruby/2.1.0/fileutils.rb:525:in `rename'
C:/Ruby21/lib/ruby/2.1.0/fileutils.rb:525:in `block in mv'
C:/Ruby21/lib/ruby/2.1.0/fileutils.rb:1579:in `block in fu_each_src_dest'
C:/Ruby21/lib/ruby/2.1.0/fileutils.rb:1595:in `fu_each_src_dest0'
C:/Ruby21/lib/ruby/2.1.0/fileutils.rb:1577:in `fu_each_src_dest'
C:/Ruby21/lib/ruby/2.1.0/fileutils.rb:514:in `mv'
sprockets (3.4.0) lib/sprockets/path_utils.rb:277:in `atomic_write'
sprockets (3.4.0) lib/sprockets/cache/file_store.rb:108:in `set'
sprockets (3.4.0) lib/sprockets/cache.rb:210:in `set'
sprockets (3.4.0) lib/sprockets/cache.rb:136:in `set'
sprockets (3.4.0) lib/sprockets/legacy.rb:128:in `cache_set'
sass-rails (5.0.4) lib/sass/rails/cache_store.rb:13:in `_store'
And so on...

我已确认“每个人”的权限可以完全控制我的项目中的 tmp 目录。我做了几次 rake tmp:cache:clear ,但没有成功。我试过完全吹走目录但没有成功。这不是 Unix 环境,因此运行 chmod 并调整 group:user rwx 权限是不可能的。有人遇到过这个吗?

最佳答案

找到了一个不同的解决方案:

在 test/test_helper.rb 中,注释掉以下行:

# parallelize(workers: :number_of_processors, with: :threads)

没有并行测试,没问题

关于ruby - Rails 错误:开发环境中的 ActionView::Template::Error(权限被拒绝 @ sys_fail2),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33491772/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com