profile

Categories

Tags

Welcome!

You'll find my course content and collaborative discussion about technology.

I teach as an adjunct faculty in the Computer Information Systems department at Spokane Community College

Email

kblake DOT scc AT gmail DOT com

Presentations/Interviews

RubyLearning.com interview
Course Technology - Ruby on Rails Presentation



Tutorials and speed of the course

April 10th, 2008 |

Please do not get sidetracked by tutorials you find on the web. Use them as a reference for what I want you to do. Instead follow my instructor blog (and notes) for direction. Currently, I only need you to know how to create a rails app, write some erb, and link a few pages together as shown in last week’s lecture. The scaffold was something I was demonstrating to show how quickly you can get a database-driven app up and going. You can use the scaffolded code as a reference. You are not yet expected to know how the scaffolded code is supposed to work. Over the next couple of weeks we are going to build a database driven app from scratch so that I can address some very important concepts (like ActiveRecord and routing) along the way.

2 Responses to “Tutorials and speed of the course”

  1. Karmen Says:
    Several people have observed that commands ran from the command line require ruby prepended to them if you are developing on MS Windows. Most tutorials on the web are using MacOSX or Linux where the ruby command is optional and often omitted.
  2. Jeffrey Wheeler Says:
    You have to admit that the The Adventures of Database Cat and Application Boy are FTH! J

Sorry, comments are closed for this article.