gpt4 book ai didi

ruby-on-rails - 添加@import "bootstrap"后出错; Static_pages#home 中的参数错误

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

我在 railstutorial 的 5.1.2,我刚刚安装了 Bootstrap-sass(我已经仔细检查过,gem 就在那里)。 http://ruby.railstutorial.org/chapters/filling-in-the-layout#top

我添加了这个文件:应用程序/ Assets /样式表/custom.css.scss

当我给它这个内容时:

@import "bootstrap";

我的 http://localhost:3000/static_pages/home 不再工作了。它给出了以下错误:

ArgumentError in Static_pages#home

Showing c:/Sites/rails_projects/sample_app/app/views/layouts/application.html.erb where line #5 raised:

different prefix: "e:/" and "c:/Sites/rails_projects/sample_app/app/assets/stylesheets"
(in c:/Sites/rails_projects/sample_app/app/assets/stylesheets/custom.css.scss)
Extracted source (around line #5):

2: <html>
3: <head>
4: <title><%= full_title(yield(:title)) %></title>
5: <%= stylesheet_link_tag "application", :media => "all" %>
6: <%= javascript_include_tag "application" %>
7: <%= csrf_meta_tags %>
8: <!--[if lt IE 9]>
Rails.root: c:/Sites/rails_projects/sample_app

Application Trace | Framework Trace | Full Trace
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___557356520_29974776'

非常感谢任何帮助,谢谢!

最佳答案

您的 gem 在 E: 中当您的应用程序位于 C:\

当尝试@import 时,Assets 模块会搜索几个地方,包括gem 路径。但它无法识别路径中的磁盘。这就是您的@import 失败的原因。

建议:将您的应用程序和 gem 放在同一个磁盘中。

旁注:根本不要使用 Windows 进行 Rails 开发。

关于ruby-on-rails - 添加@import "bootstrap"后出错; Static_pages#home 中的参数错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16372857/

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