ruby on rails 3.1 web design

老子叫甜甜 提交于 2019-12-06 04:20:54

Definitely a framework like compass is awesome, it includes a lot of helpers, and provides a good solid base.

For form-styling I would recommend using a gem like [formtastic][1], which not only greatly simplifies making forms, but also provides a standard css file. So all needed tags are then known (and can be overwritten if needed).

There a few alternatives to kickstart your application's layout:

  • twitter-bootstrap: it is plainly awesome and provides a great start (it does not play nice with formtastic, but works perfectly well with simple_form).
  • web-app-theme provides generators, and a set of templates to style your application quickly
  • activo is a template that is contained in web-app-theme, but can also be used standalone

Hope this helps.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!