這是最近寫的一個 gem:Bootstrap Helper
https://github.com/xdite/bootstrap_helper
可以搭配 Bootstrap 這套 CSS Framework 快速做版。
實作了
提供了 Form 的 simple_form 實作建議以及一些自己開發常用的 practices,rendet_title, rener_body_tag 等等。
部分功能有被用在 ruby-china 上
瞌睡了,xdite 送个枕头过来^-^
这篇也可参考,
http://rubysource.com/too-good-to-be-true-twitter-bootstrap-meets-formtastic-and-tabulous/
#1 楼 @ouyang 这篇不错 XD
@xdite 十分感谢,省了很多功夫。。^_^
感謝,正在想沒有 form 的時候該怎麼辦?這篇就補齊了。
:-),感谢,用着不错
我也造了一个轮子:https://github.com/camelsong/mini-bootstrap-rails 叫 mini 是因为只是把 bootstrap 纯净地加载进来,没有多余的 helper 等,适合有洁癖又讨厌用插件的。
有空都学一下,做个记号。
simple form 好像已经支持 bootstrape 了。
我不想用 simple form,有没有参数可以设置啊?现在没按 simple form 会报错错啊。bundler/gems/bootstrap-helper-6f107b86dac7/config/initializers/simple_form.rb:3:in `<top (required)>': uninitialized constant SimpleForm (NameError)
bundler/gems/bootstrap-helper-6f107b86dac7/config/initializers/simple_form.rb:3:in `<top (required)>': uninitialized constant SimpleForm (NameError)
这个是不走回了以前的老路了呢?还是喜欢 纯粹的 html css 的代码风格,这么样搞,又和 ruby 代码耦合了。