正在学习 rails,准备做个 blog 练习,使用了 bootstrap-rails 之后发现是 bootstrap 1.4 的,然后我想用最新的 2.0 的要怎么做的才行?求教求教!
U can have a try ‘https://github.com/thomas-mcdonald/bootstrap-sass’ 也可以在 github 搜索下。很多的
#2 楼 @AlphaLiu 具体没遇到过。github 主页上写的是: Upgrade notes from 1.4 Twitter Bootstrap Upgrade(http://twitter.github.com/bootstrap/upgrading.html) rm -rf tmp/cache
gem 的话可以使用这个 twitter-bootstrap-rails, 具体参考https://github.com/seyhunak/twitter-bootstrap-rails
试下这个https://github.com/camsong/bravo-bootstrap-rails 非常纯净的 gem,把 bootstrap 引入>rails 3.1 项目 具体用法参见 bootstrap 文档,已经很清楚了:http://twitter.github.com/bootstrap/
我发现 bootstrap-sass 这个 gem 的安装路径和你 web 项目的路径必须在一个硬盘路径里,否则就会报错,有谁能指点一下啊。 ArgumentError in Static_pages#home
Showing E:/sample_app/app/views/layouts/application.html.erb where line #5 raised:
different prefix: "d:/" and "E:/sample_app/app/assets/stylesheets" (in E:/sample_app/app/assets/stylesheets/custom.css.scss)
可以使用这个 anilab/bootstrap-rails
然后如果要像ruby-china
那样有类似于 drop_breadcrumb
helper 的话。
加上 @xdite 的 bootstrap-helper 就可以了。;)