Twitter Bootstrap toolkit with Rails3 by Danny McClelland — 11 September 2011 I just found one good gem to use Twitter Bootstrap toolkit with rails3. Comments and the point of this is what exactly? including a gem when i can just as easily add a css file? dont see the point — 11 September 2011 The files will be added to the asset pipeline and available for you to use. It’s a ruby way to include things! Danny McClelland — 11 September 2011 A gem for stylesheet does seem like overkill to me. Here are two projects which add something more substantial (namely translation to sass and integration with compass): https://github.com/jlong/sass-twitter-bootstrap https://github.com/vwall/compass-twitter-bootstrap Arthur Gunn — 12 September 2011 Post a comment You can use basic HTML markup (e.g. <a>) or Markdown. Authenticate with GitHub As you are not logged in, you will bedirected via GitHub to signup or sign in
Comments
and the point of this is what exactly? including a gem when i can just as easily add a css file?
The files will be added to the asset pipeline and available for you to use. It’s a ruby way to include things!
A gem for stylesheet does seem like overkill to me. Here are two projects which add something more substantial (namely translation to sass and integration with compass): https://github.com/jlong/sass-twitter-bootstrap https://github.com/vwall/compass-twitter-bootstrap
Post a comment