Devise 和 Rails 3.1 没有样式

发布于 2024-12-12 07:17:42 字数 181 浏览 0 评论 0原文

每次我用导轨安装设备时,它都安装得很好并且按预期工作,唯一的问题是没有样式。我在railscasts和youtube上看过一些教程,似乎每当安装设备时都会有一个默认样式(蓝色背景,包含sign_up/sign_in表单的白色框)。当我使用 devise 时,我没有得到这种样式(换句话说:我的视图没有样式)。问题可能是什么?

谢谢。

Every time I install devise with rails it installs just fine and works as expected, the only problem is that there is no styling. I've watched a few tutorials on railscasts and on youtube and it seems that whenever devise is installed there is a default style (blue background, white box containing the sign_up/sign_in form). When I use devise I don't get this styling (in other words: my views are unstyled). What could the problem be?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

娇纵 2024-12-19 07:17:42

事实上,您在 Railscasts 中描述的设计是由 nifty-generators 生成的。样式不是 Devise 的一部分。

拥有相同的外观和外观感觉一下,安装 gem 并运行:

rails g nifty:layout

Indeed, the design you describe in Railscasts is generated by the nifty-generators. Styling is not part of Devise.

To have the same look & feel, install the gem and run:

rails g nifty:layout
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文