gpt4 book ai didi

ruby-on-rails - #<#
转载 作者:行者123 更新时间:2023-12-03 17:12:30 28 4
gpt4 key购买 nike

我更新了我的项目的 Ruby 和 Rails 版本。

ruby 2.2.3 –> 2.5.1
rails 4.1.8 –> 5.1.7
现在,当我启动服务器时,出现此错误:

F, [2020-02-03T11:15:49.912385 #92132] FATAL -- : ActionView::Template::Error (undefined method `pathname' for #<#<Class:0x00007f8f8859d7c8>:0x00007f8f8a06a2b8>
Did you mean? path_to_image):
F, [2020-02-03T11:15:49.913172 #92132] FATAL -- : 21:
22: %title= content_for?(:title) ? yield(:title) : "Rado"
23: = csrf_meta_tags
24: = stylesheet_link_tag "application", media: 'all'

我的 application.css:
 *= require_tree ./lib
*= require_directory .
*= require_self
*= require jquery.fileupload
*= require jquery.fileupload-ui
*= require select2
*= require select2-bootstrap
*= require switchery
...and some css

错误不依赖于 application.css 的内容。我试图删除文件中的所有内容,但仍然出现错误。

error img

如果我运行 rake assets:precompile ,我得到同样的错误:
rake aborted!
NoMethodError: undefined method `pathname' for #<#<Class:0x00007fea873db638>:0x00007fea80715df0>
Did you mean? path_to_image

最佳答案

就我而言,发生错误是因为我有 twitter-bootstrap-rails安装 gem 和 bootstrap_and_overrides.less文件位于 stylesheets 文件夹中以使用 Less 样式表。

所以我只安装了静态样式表 - rails generate bootstrap:install static
文件 bootstrap_and_overrides.less更名为 *bootstrap_and_overrides.css*并将内容替换为:

/*
*=require twitter-bootstrap-static/bootstrap
Static version of css will use Glyphicons sprites by default
=require twitter-bootstrap-static/sprites
*/

如果你也使用这个 gem, look at Github .

但我还是不明白为什么会出现这个错误。

关于ruby-on-rails - #<#<Class :0x0 的未定义方法 'pathname',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60035541/

28 4 0

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