Karmen Blake
Agile Developer and Instructor
Categories
- Courses (15)
Archives
- June 2008 (2)
- May 2008 (10)
- April 2008 (16)
- March 2008 (8)
- February 2008 (10)
- January 2008 (14)
- December 2007 (4)
- November 2007 (7)
- October 2007 (25)
Tags
- 206 (10)
- 234 (7)
- 282 (10)
- 283 (29)
- 284 (29)
- agile (1)
- announcements (10)
- articles (2)
- assignments (10)
- contest (1)
- employment (1)
- humor (5)
- linux (5)
- location (1)
- microsoft (1)
- office (1)
- preregistration (1)
- rails (4)
- ruby (14)
- scc (2)
- scripting (4)
- syllabi (3)
- syllabus (1)
- tips (1)
- unix (2)
- video (1)
- videos (7)
- web (2)
- windows (3)
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
Presentations/Interviews
RubyLearning.com interviewCourse Technology - Ruby on Rails Presentation
Final Assignment Specifications
June 1st, 2008 | 23 comments »
CIS 284
Final
Due June 10th by midnight
- create new rails app called lastname_final
- zip up assignment
- email to kblake.scc@gmail.com
- Reiterate material covered so far this quarter
- RESTful Routes
- ActiveRecord and Validations
- Forms
- Sorting
- Layouts
- Flash messages
- Partials
- Helpers (custom and built-in (cycle, h))
- Meaningful Titles
- Before filters
- “Fat Models, Skinny Controllers”
- Pagination
- New material
- Authentication
- belongs_to/has_many associations
- Nested routes
- Create a website that allows a user to manage a collection of drinks (user has many drinks.
- Give the drink model at least 4 attributes.
- Create another model called profile and associate a user to it so that a “user has one profile”.
- The profile model must have at least 4 attributes.
- A user should be able to perform CRUD operations on their login, profile, and drinks.
- Fulfill the objectives listed above
- I usually don’t give help with EC. If you do it, cool, otherwise don’t worry about it.
- Use of one or more Ajax helpers described in Chapter 12, pages 445-467.
- Use of one or more widgets from: http://www.slideshare.net/paolo.dona/rails-widgets-by-paolo-dona-at-railstoitaly
- http://dummied.org/archives/2007/4/11/endless_pageless_an_unobstrusive_pageless_pagination_in/
- http://jimneath.org/2008/05/15/swfupload-paperclip-and-ruby-on-rails/
- Something else? Go ahead and ask me. :)
Nested Routes Lecture
June 1st, 2008 | 1 comments »
Download App
Please view in full screen