Friday, December 13, 2013

Googling "rails video tutorials" aka Learning Rails

I took CS 106A at Stanford, and "Mehran Sahami change my life!" as I'm sure he has done for many Stanford-crafted software developers.

So I have decided to learn enough Ruby on Rails to finish a rubric-based assessment tool that a friend was building. I will reflect here and will be updating this post regularly.

I tried on my own* - to little avail. So I took CS 142 Web Development at Stanford, and learned that higher level CS courses at Stanford have a DIY feel. A bit tricky when you are a grad student with few friends in the class. So I became an office hours inhabitant and made some friends, the TAs were accessible and made the class very manageable.

<!-- To be continued -->







*Preliminary Musings
I'll be starting with some reading of http://ruby.railstutorial.org/ruby-on-rails-tutorial-book

http://railsforzombies.org/ has been fun.
http://tryruby.org/ was a bit glitchy... but taught some syntactical rules.

I wanted to check the usual MOOC suspects and iTunesU for a short listing, but figured someone's blog contains this search. So I gBlog-searched, "best ways to learn ruby on rails"

I then read:

http://blog.appfog.com/quite-possibly-the-best-rails-tutorial-in-existence/

http://astonj.com/tech/best-way-to-learn-ruby-rails/

http://www.readysetrails.com/index.php/1951/the-very-best-way-to-learn-ruby-on-rails/

suggested codeschool

Started to watch nettuts+

Talked to a web-developer who wrote the code I am attempting to add to, she said:

1) Google MVC framework - first chapter or two of book or something similar (conceptual)
understand js, html, css. Make sure its Rails 3.2 and ruby 1.9

2) Think of an action that a user can perform. And can you trace it through the code?

3) Get everything working from my machine. Installing ruby, installing rails, requisite gems,

Once comfortable use (rails s) to localhost and test changes to the code.

I might use free video tutorials at  ShowMeDo

There are responses in a forum thread on stackoverflow and that led to stackoverflow's learning threads

Pretty sure I can youtube it for free.
Rating Filter
View Count


No comments:

Post a Comment