The Ruby on Rails Tutorial, 2nd Edition (full draft)
31–40 of 48 posts
Re: The Ruby on Rails Tutorial, 2nd Edition (full draft)
#32Not sure if you are aware of this...for the first edition of your tutorial, webrat is required for many of the tests (I tested on ubuntu/windows), but inclusion of webrat will actually break some of the new tests (like those using have_selector) in the second edition. You might want to add a warning to those who have followed the first edition and are trying to incorporate the additions in the second edition.
Re: The Ruby on Rails Tutorial, 2nd Edition (full draft)
#33I actually think bootstrap is a good idea but might result in a distraction since it is a big framework.
Re: The Ruby on Rails Tutorial, 2nd Edition (full draft)
#34Re: The Ruby on Rails Tutorial, 2nd Edition (full draft)
#35this tutorial is the best tutorial I have ever read, thank you for your work. I recommended it to a lot of people. I actually think bootstrap is a good idea but might result in a distraction since it is a big framework.
Re: The Ruby on Rails Tutorial, 2nd Edition (full draft)
#36Earlier quoted context omitted.
What's the developer version? I was thinking about using the less-rails-bootstrap gem.
I can't speak for everyone, but I know quite a few who prefer the SASS port over less-bootstrap-rails (bootstrap-sass)
Thanks in advance!
Re: The Ruby on Rails Tutorial, 2nd Edition (full draft)
#37It's just I want to be deploying to just a generic server running rails and I want to know how the process is different. I know you have to set the ENV to production but at what stage of the process does this happen etc...
Re: The Ruby on Rails Tutorial, 2nd Edition (full draft)
#38Earlier quoted context omitted.
I can't speak for everyone, but I know quite a few who prefer the SASS port over less-bootstrap-rails (bootstrap-sass)
Which SASS port do you prefer ? https://github.com/thomas-mcdonald/bootstrap-sass or https://github.com/yabawock/bootstrap-sass-rails Thanks in advance!
Re: The Ruby on Rails Tutorial, 2nd Edition (full draft)
#39So far really liking the tutorial. Just one thing, as a rails newbie, could you expand a little more on the deploying part of section 1, specifically giving an example of deploying NOT using heroku. It's just I want to be deploying to just a generic server running rails and I want to know how the process is different. I know you have to set the ENV to production but at what stage of the process does this happen etc..…