BEGIN:VCALENDAR
PRODID:-//Meetup Inc//RemoteApi//EN
VERSION:2.0
METHOD:PUBLISH
CALSCALE:GREGORIAN
X-ORIGINAL-URL:http://ruby.meetup.com/112/calendar/9089939/ical/The+Vancouv
 er+RubyRailsMerb+December+Meetup/
X-WR-CALNAME:Events - The Vancouver RubyRailsMerb December Meetup
BEGIN:VEVENT
SUMMARY:The Vancouver Ruby/Rails/Merb December Meetup
DESCRIPTION:The Vancouver Ruby/Rails/Merb Meetup Group\n\nThe meetup is now
  at WorkSpace (Suite 400\, 21 Water Street).\n\nAfter the meetup\, some of 
 us may head over to Irish Heather or Chill Winston for beer afterward.\n\nT
 onight's talk will be by Scott Patten.  Here's his summary:\n\nSo Peter twi
 sted my arm and I agreed to give a talk tonight.  I've recently wrote a coo
 l little DSL for generating Rails and Ruboss scaffolds\, and I wanted to sh
 ow it off.\n\nI thought it would be fun if I re-enacted the creation of the
  DSL using Test Driven Development (TDD) so that people could get a feel fo
 r what TDD looks and feels like.  I'll be doing live coding and you'll all 
 get to yell at me when I write ugly code or make typos and it'll be kind of
  fun and interactive.  The guys from seattle.rb call this 'gang bang coding
 '.  Let's see how it goes.\n\nWe'll end up with the ability to use scaffold
 er files like this to create a starting point for a rails app:\n\n# flexoma
 tic_scaffolder.rb\n\nrequire 'rubygems'\nrequire 'ruboss4ruby/ruboss_scaffo
 lder'\n\nruboss_scaffold('user') do |s|\n  s.string   :login\n  s.string   
 :name\n  s.string   :email\n  s.string   :crypted_password\nend\n\nruboss_s
 caffold('dataset') do |s|\n  s.belongs_to :user\n  s.has_many :graphs\, :da
 tacolumns\n  s.string :name\nend\n\nruboss_scaffold('graph') do |s|\n  s.be
 longs_to :dataset\n  s.string :name\, :title\n  s.integer :position\, :heig
 ht\, :width\, :xpos\, :ypos\n  s.has_many :axes\n  s.has_many :graphlines\n
   s.has_one :legend\nend\n\nruboss_scaffold('legend') do |s|\n  s.belongs_t
 o :graph\n  s.integer :xpos\, :ypos\n  s.boolean :visible\nend\n\n....\n\nT
 he Vancouver Ruby/Rails/Merb Decem…\n\nVancouver\, BC  V6Z 3B7 - Canada\n\nTuesday\, December 2 at 7:00 PM\n\n
 Photo: http://photos2.meetupstatic.com/photos/event/c/4/8/3/event_3410307.j
 peg\n\nAttending: 29\n\nDetails: http://ruby.meetup.com/112/calendar/908993
 9/
LAST-MODIFIED:20090124T181117Z
UID:event_9089939@meetup.com
CLASS:PUBLIC
CREATED:20081104T041126Z
DTSTAMP:20091108T170009Z
DTSTART:20081203T030000Z
DTEND:20081203T050000Z
GEO:49.28;-123.12
URL:http://ruby.meetup.com/112/calendar/9089939/
END:VEVENT
END:VCALENDAR
