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 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\nToni
 ght's talk will be by Scott Patten.  Here's his summary:\n\nSo Peter twiste
 d my arm and I agreed to give a talk tonight.  I've recently wrote a cool l
 ittle DSL for generating Rails and Ruboss scaffolds\, and I wanted to show 
 it off.\n\nI thought it would be fun if I re-enacted the creation of the DS
 L using Test Driven Development (TDD) so that people could get a feel for w
 hat 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 fu
 n 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 scaffolder 
 files like this to create a starting point for a rails app:\n\n# flexomatic
 _scaffolder.rb\n\nrequire 'rubygems'\nrequire 'ruboss4ruby/ruboss_scaffolde
 r'\n\nruboss_scaffold('user') do |s|\n  s.string   :login\n  s.string   :na
 me\n  s.string   :email\n  s.string   :crypted_password\nend\n\nruboss_scaf
 fold('dataset') do |s|\n  s.belongs_to :user\n  s.has_many :graphs\, :datac
 olumns\n  s.string :name\nend\n\nruboss_scaffold('graph') do |s|\n  s.belon
 gs_to :dataset\n  s.string :name\, :title\n  s.integer :position\, :height\
 , :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_to :
 graph\n  s.integer :xpos\, :ypos\n  s.boolean :visible\nend\n\n....\n\nThe 
 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:20100106T133501Z
DTSTART:20081203T030000Z
DTEND:20081203T050000Z
GEO:49.28;-123.12
URL:http://ruby.meetup.com/112/calendar/9089939/
END:VEVENT
END:VCALENDAR
