Friday October 10th, 2008
1.0
From sd.rb podcast, 3 months ago,
0 comments
Guyren Howe has considerable experience with both MySQL and PostgreSQL. He discusses the myriad technical and other advantages to using PostgreSQL instead of MySQL for, well, pretty much anything. Bonus content: download the slides from this talk.
Saturday September 20th, 2008
1.0
From sd.rb podcast, 3 months ago,
0 comments
Patrick Crowley talks about Paperclip, a lightweight plugin for handling attachments. Bonus content: download the slides from this talk.
Friday September 12th, 2008
1.0
From sd.rb podcast, 3 months ago,
0 comments
Sensors and servos in hand, JD Barnhart shows off the current state of RAD, the Rails inspired framework bringing convention over configuration and Ruby sensibility to the Arduino Physical computing platform. Bonus content: download the slides from this
Saturday August 30th, 2008
5.0
From sd.rb podcast, 4 months ago,
0 comments
Jordan Fowler reveals his new Shadow plugin that tracks attribute and association changes to ActiveRecord objects, making it easy to create activity feeds for your application.
Thursday August 21st, 2008
1.0
From sd.rb podcast, 4 months ago,
0 comments
Giles Bowkett shows off his mega-cool MIDI scaffolding generator for creating dance music with Ruby.
Saturday June 28th, 2008
1.0
From sd.rb podcast, 6 months ago,
0 comments
Kevin Clark is back again and talking about his latest work: Rubinius, grammar parsing from ruby, kqueue, and massive build systems.
Friday June 20th, 2008
4.2
From sd.rb podcast, 6 months ago,
0 comments
Chris Petersen gives an introduction to working with Amazon EC2, and discusses the advantages and disadvantage to hosting your Ruby applications there. Bonus content: download the slides from this talk.
Friday June 13th, 2008
1.0
From sd.rb podcast, 7 months ago,
0 comments
Brian Chapados talks about using ruby & rake to build a simple workflow to coordinate external processes.
6.7
From sd.rb podcast, 7 months ago,
0 comments
Matt Aimonetti shows how to quickly get your database queries to run faster when you are not a DBA and are running out of time. Bonus content: download the slides from this talk.
Thursday June 5th, 2008
5.3
From sd.rb podcast, 7 months ago,
0 comments
Cliff Rhyne describes in 15 minutes what it takes to get up and running with RSpec. Bonus content: download the slides from this talk.
3.4
From sd.rb podcast, 7 months ago,
0 comments
Much like Rails, Merb is a MVC web-framework written in Ruby. In this talk, Jordan Fowler introduces Merb and presents some of the distinctions and tradeoffs between the two frameworks. Bonus content: download the slides from this talk.
Saturday May 24th, 2008
4.2
From sd.rb podcast, 7 months ago,
0 comments
Adam Grant talks about his experiences using Ext, a new Javascript library for creating advanced UI controls (like grids, trees, progress bars, etc.)
7.2
From sd.rb podcast, 7 months ago,
0 comments
John Bresnik discusses the ruby library for the Facebook API, Facebooker, based on his production experience building Facebook applications. Presentation includes general overview of the Facebook API, Facebooker specifics, as well as code examples. Bonus
Monday April 28th, 2008
5.8
From sd.rb podcast, 8 months ago,
0 comments
Jared Kuolt shows how to quickly deploy your Rails application to a Slicehost VPS. This talk covers installing MySQL, Apache, Rails and Mongrel, as well as deployment using Capistrano.
5.8
From sd.rb podcast, 8 months ago,
0 comments
Rob Kaufman takes on database scaling with MySQL. This talk will walk you through setting up a Master (read write) Slave (read only) MySQL network, as well as a Master Master, or Multi-Master network. The talk will also cover the whys and when of databas