I come from a programming background and am familiar with C++, Java etc I am starting out with ROR and I learn by doing things. So reading books is not my thing.
I am learning using the Ruby on Rails Video Tutorials from Lynda.com however they are using Ruby2. What are the video resources available for Ruby 3?
I like the fast pace books like - Sams Teach Yourself Series but thats a last resort if I cant find any good video tutorials.
Example : The new ROR uses the following :
rails generate
While the old one does :
rails script/generate
Its confusing for someone starting out which to follow. Any insights on this?
Thanks for all your comments. I am learning ROR now