Devise 和 Rails 3.1 没有样式
每次我用导轨安装设备时,它都安装得很好并且按预期工作,唯一的问题是没有样式。我在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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实上,您在 Railscasts 中描述的设计是由 nifty-generators 生成的。样式不是 Devise 的一部分。
拥有相同的外观和外观感觉一下,安装 gem 并运行:
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: