Ruby on Rails Tutorial, 2nd edition
news.railstutorial.org
Ruby on Rails Tutorial, 2nd edition
1–10 of 37 posts
Re: Ruby on Rails Tutorial, 2nd edition
#2By the way, I finally broke down and got an iPad (way overdue, I know), which finally motivated me to fiddle with the Rails Tutorial PDF fonts. The result (14pt for the main text and ~10pt for tables and code samples) was a bit tricky to achieve, but it looks good on a Kindle and great on an iPad. Someday I may go to the trouble of making ePub and mobi formats as well, but for now the PDF is smokin'.
Re: Ruby on Rails Tutorial, 2nd edition
#3Re: Ruby on Rails Tutorial, 2nd edition
#4How are the 2nd edition screencasts going to differ from the first edition ones?
Fully updated for Rails 3.2 and Ruby 1.9
All-new design using Twitter's Bootstrap
Coverage of the new asset pipeline, including Sprockets & Sass
Behavior-driven development (BDD) with Capybara & RSpec
Better automated testing with Guard & Spork
Roll your own authentication with has_secure_password
An introduction to Gherkin & Cucumber
I've also converted to a two-pane editor setup using Sublime Text 2, which is especially nice for TDD. See http://youtu.be/REuxSzMtcJA for a sample video.Re: Ruby on Rails Tutorial, 2nd edition
#5Re: Ruby on Rails Tutorial, 2nd edition
#6The only problem I ran into is that when using spork and guard, the test environment didn't always get reloaded (not sure if I recall the exact conditions in which that happened) and so I got some unexpected errors/test failures on occasion (resolved by restarting spork/guard). There's a stack overflow entry on this, iirc.
Re: Ruby on Rails Tutorial, 2nd edition
#7Went through this recently and it's great. Bootstrap is a nice addition -- I know people complain about too many Bootstrap sites, but developing something that looks good right off the bat is highly satisfying. The only problem I ran into is that when using spork and guard, the test environment didn't always get reloaded (not sure if I recall the exact conditions in which that happened) and so I got some unexpected e…
Re: Ruby on Rails Tutorial, 2nd edition
#8Re: Ruby on Rails Tutorial, 2nd edition
#9Re: Ruby on Rails Tutorial, 2nd edition
#10I purchased the first edition, any upgrade plan?