我正在浏览Joosy Guide,但在"Rails准备“部分的末尾,而不是登录页面,我得到了以下错误:
ActionView::Template::Error (Mixin grid-core-span is missing argument $gridColumnWidth.
(in /Users/scribe/Code/joosy-blog/app/assets/stylesheets/application.css.scss)):
10: };
11: </script>
12:
13: <%= stylesheet_link_tag 'application' %>
14: <%= csrf_meta_tags %>
15: </head>
16:
app/assets/stylesheets/application.css.scss:1
app/views/layouts/blog.html.erb:13:in `_app_views_layouts_blog_html_erb___1369399347943123030_70192156915780'
app/controllers/blog_controller.rb:5:in `index'据我所知,我的项目符合说明,你知道我搞砸了什么吗?
发布于 2012-11-08 00:44:38
看起来sass gem得到了一些更新。https://github.com/anjlab/bootstrap-rails/issues/24
发布于 2012-11-07 14:55:26
你得到的错误与Joosy无关。它来自SCSS -您使用了错误的样式混合(准确地说,是错误的参数)。如果您从指南中复制了该样式,请为我提供直接链接,我将进行更正。否则,可能只是您的打字错误:)。
https://stackoverflow.com/questions/13264394
复制相似问题