The Ruby on Rails Tutorial, now with Twitter's Bootstrap
news.railstutorial.org
The Ruby on Rails Tutorial, now with Twitter's Bootstrap
1–10 of 58 posts
Re: The Ruby on Rails Tutorial, now with Twitter's Bootstrap
#2Woohoo. Great timing. Just started re-doing this to learn 3.2. Do you inject bootstrap into the app or use Seyhunak's twitter-bootstrap-rails gem?
Re: The Ruby on Rails Tutorial, now with Twitter's Bootstrap
#3Also worth checking out, the free part of Railscast's Bootstrap Rails screencast two episoder: http://railscasts.com/episodes/328-twitter-bootstrap-basics
Re: The Ruby on Rails Tutorial, now with Twitter's Bootstrap
#4Woohoo. Great timing. Just started re-doing this to learn 3.2. Do you inject bootstrap into the app or use Seyhunak's twitter-bootstrap-rails gem?
The book uses the excellent bootstrap-sass gem. I have personal assurances from the gem's author (tmcdonald) that he will keep it up-to-date with the latest changes in Bootstrap.
Re: The Ruby on Rails Tutorial, now with Twitter's Bootstrap
#5This is why I stick with Rails; for the mindshare. There are many reasons to be critical of Rails, but the bottom line is that other people generously contribute work like this on a regular basis, making me instantly more valuable to employers or clients.
Re: The Ruby on Rails Tutorial, now with Twitter's Bootstrap
#6Woohoo. Great timing. Just started re-doing this to learn 3.2. Do you inject bootstrap into the app or use Seyhunak's twitter-bootstrap-rails gem?
It's using my bootstrap-sass gem. [1]
Re: The Ruby on Rails Tutorial, now with Twitter's Bootstrap
#7"Due to popular demand,"
Wait? What??
Re: The Ruby on Rails Tutorial, now with Twitter's Bootstrap
#8Woohoo. Great timing. Just started re-doing this to learn 3.2. Do you inject bootstrap into the app or use Seyhunak's twitter-bootstrap-rails gem?
It's using my bootstrap-sass gem. [1] [1]: https://github.com/thomas-mcdonald/bootstrap-sass
I've been wanting to use Bootstrap with some other CSS syntaxes for awhile, and I was wondering how you manage the conversion from less to scss and stay up to date with the latest Bootstrap changes?
Re: The Ruby on Rails Tutorial, now with Twitter's Bootstrap
#9"Due to popular demand," Wait? What??
The previous thread on the new version of this tutorial had a few commenters (and votes) on updating it to use Bootstrap.
Re: The Ruby on Rails Tutorial, now with Twitter's Bootstrap
#10"Due to popular demand," Wait? What??
I've added a link to the relevant HN discussion. Also, lots of people on Twitter asked for a Bootstrap version.