Ruby Tuesday - March 27, 2012 (

22
Welcome to Ruby Tuesday :) March 27, 2012

description

Slides from the March 27th, 2012 Ruby Tuesday meetup, by Ottawa Ruby.

Transcript of Ruby Tuesday - March 27, 2012 (

Page 1: Ruby Tuesday - March 27, 2012 (

Welcome toRuby Tuesday :)

March 27, 2012

Page 2: Ruby Tuesday - March 27, 2012 (

Tonight’s Plan

Introduce yourselves

A few announcements (time-permitting)

Presentation: Jeff Casimir

Break: food and networking

Group project: Getting Started

Page 3: Ruby Tuesday - March 27, 2012 (

Introduce yourselves

We won’t bite. ;)

Page 4: Ruby Tuesday - March 27, 2012 (

Announcements

Page 5: Ruby Tuesday - March 27, 2012 (

Github Freebie

Free Github accounts for students!

github.com/edu

Page 6: Ruby Tuesday - March 27, 2012 (

Sadly, they’ve run out of student accounts. :(

(Keep checking back for updates.)

Page 7: Ruby Tuesday - March 27, 2012 (

But, everyone can get unlimited, free

private repositories at bitbucket.org

(in case you didn’t already know...)

Page 8: Ruby Tuesday - March 27, 2012 (

Next Month

Code Session to work on the group project.

Page 9: Ruby Tuesday - March 27, 2012 (

May Speaker:Charles Max Wood

Ruby/Rails Coach and Teacher

TeachMeToCode.com

Ruby Rogues

Javascript Jabber

Ruby Freelancers

Page 10: Ruby Tuesday - March 27, 2012 (

Jeff Casimir

Founder: Jumpstart LabRuby, Rails, JQuery

TeacherAs seen in: JQuery Air

Tonight’s Speaker

Page 11: Ruby Tuesday - March 27, 2012 (

Talk Topic“Ruby can’t

scale?”

Tonight’s Speaker

Page 12: Ruby Tuesday - March 27, 2012 (

Break: Food and Schmoozing...

After the break: Group Project - let’s get started

(around 20 minutes.)

Page 13: Ruby Tuesday - March 27, 2012 (

Group ProjectGetting Started

Page 14: Ruby Tuesday - March 27, 2012 (

Group ProjectUpdate for post-

meetup slide viewers:If you wait a bit, we’ll have some more solid instructions, code and walkthroughs on getting started.

But you can still look at the following for the rough guide.

Page 15: Ruby Tuesday - March 27, 2012 (

Group Project

Tonight, we’ll get people started on creating a

Channel

Page 16: Ruby Tuesday - March 27, 2012 (

Group ProjectStep 1: If you have time,

read the Whenbot Overview

http://bit.ly/whenbot-overview

Page 17: Ruby Tuesday - March 27, 2012 (

Group Project

Step 2: RSVP for your Channel

http://bit.ly/whenbot-rsvp

Page 18: Ruby Tuesday - March 27, 2012 (

Group ProjectStep 3: Create your Gem

http://bit.ly/make-a-gem

Page 19: Ruby Tuesday - March 27, 2012 (

Group ProjectWhen creating your

Gem, call it “whenbot-channel_name”

$ bundle gem whenbot-twitter

...then continue with the tutorial.

Page 20: Ruby Tuesday - March 27, 2012 (

Group ProjectStep 4: Use the following Whenbot Channel folder

structurebit.ly/whenbot-channel-dir-structure

Page 21: Ruby Tuesday - March 27, 2012 (

Group ProjectStep 5: Copy the sample methods and use them

as a guidebit.ly/whenbot-channel-samples

Page 22: Ruby Tuesday - March 27, 2012 (

Note: Better guides coming soon...