SD Ruby Podcast

SD Ruby Podcast

Follow SD Ruby Podcast
Share on
Copy link to clipboard

Watch awesome talks on Ruby, Ruby on Rails, and other topics in this long-running video podcast from the San Diego Ruby user group. This podcast features live talks from SD Ruby members which are recorded each month on the campus of the University of California San Diego, in the Computer Science and…

SD Ruby


    • May 12, 2013 LATEST EPISODE
    • infrequent NEW EPISODES
    • 29m AVG DURATION
    • 120 EPISODES


    Search for episodes from SD Ruby Podcast with a specific topic:

    Latest episodes from SD Ruby Podcast

    Episode 133: Introduction to Watir

    Play Episode Listen Later May 12, 2013 28:20


    Hillary Hueter demonstrates how to validate user interfaces with Watir. Learn how to write scripts that automate common functions (clicking links, selecting options from a list, filling out forms, etc.) and how to use Watir in Cucumber or RSpec tests.

    Episode 132: Intro to Ruby 2.0

    Play Episode Listen Later May 12, 2013 35:40


    Matt Aimonetti introduces the latest version of Ruby -- Ruby 2.0. Find out what's new in Ruby and what it means for your Rails applications.

    Episode 131: Profiling Ruby

    Play Episode Listen Later Apr 23, 2013 30:40


    Greg Price was frustrated by how long it takes Ruby 1.9.3 apps to launch, so he decided to dive in and fix things. By using general techniques for profiling and fixing code, he was able to make app launching in Ruby 2.0 twice as fast. Greg shares his techniques and shows how they can be used for any performance problem in MRI or a C extension.

    Episode 130: What's New in Rails 4

    Play Episode Listen Later Feb 10, 2013 33:57


    Ruby on Rails 4 offers a number of useful new features and also breaks ties with a lot of old Rails baggage. Ben Hughes talks about what's new in the next release of Rails and shows how to prepare your existing Rails 3 apps for the upgrade.

    Episode 129: Class's Class is Class (Metaprogramming is Trolling You)

    Play Episode Listen Later Dec 29, 2012 41:05


    Chris Kelly returns to SD Ruby to give a talk on Ruby metaprogramming, starting with the Ruby Object Model and working through the most common metaprogramming callbacks.

    Episode 128: Writing APIs

    Play Episode Listen Later Dec 29, 2012 37:02


    James Miller explores writing and testing JSON APIs with Sinatra and rack/test. Authenticate, handle errors, set proper HTTP status codes, customize headers with pagination and rate limiting data, and mount it to an existing Rails app.

    Episode 127: Saying No to NoSQL

    Play Episode Listen Later Dec 20, 2012 26:07


    Jonathan Neddenriep shows how to migrate a production application from MongoDB to Postgres without losing your mind or your data.

    Episode 126: Fast

    Play Episode Listen Later Sep 7, 2012 63:36


    We live in a fast society, so why should our apps be any different? Richard Schneeman from Heroku demonstrates how to optimize your Rails app for speed and scalability -- on both the front end and back end. If you wanna go fast, this talk is for you.

    Episode 125: Get Concurrent With Puma

    Play Episode Listen Later Aug 26, 2012 32:16


    Matt Aimonetti shows how to serve up web pages using Puma, a multithreaded, easy-to-use Ruby web server. Based on Mongrel, Puma is a small library built with Rack that provides a very fast and concurrent HTTP 1.1 server for Ruby web applications.

    Episode 124: Build Your Api With Node.js

    Play Episode Listen Later Aug 26, 2012 21:46


    Scott Motte demonstrates how to build an API for your next web application using the power of Node.js.

    Episode 123: A Tour of Haskell: A Rubyist's Take on Functional Programming

    Play Episode Listen Later Aug 26, 2012 33:21


    Xavier Lange discusses features and concepts of Haskell. Haskell is a high-level, strictly-typed, and lazy functional programming language. This talk is geared towards Ruby developers who want to stretch their programming muscles.

    Episode 122: RubyMotion: Native iOS Apps in Ruby

    Play Episode Listen Later Aug 26, 2012 29:37


    Learn how to get started with RubyMotion, a new tool that lets you quickly develop and test native iOS applications for iPhone or iPad using Ruby. James Miller demonstrates how to create a project, configure it, manage dependencies, and get your idea into the App Store.

    Episode 121: How to Make Your Rails App Roar With the Power of Lion

    Play Episode Listen Later Aug 26, 2012 32:25


    OS X Lion might be the world's most advanced OS, but we don't normally use it to host Rails applications. It can be pricey, hard to virtualize, and doesn't work well with Linux-based servers. Patrick Crowley demonstrates a breakthrough way to integrate OS X services into your app.

    Episode 120: Postgres FTW: Postgres Is Just Easier

    Play Episode Listen Later Aug 26, 2012 23:47


    Why choose Postgres over the "other" open source database? Guyren Howe has the answer. He will demonstrate how Postgres can make building database applications easier -- including custom data types, custom functions, robust text search, and more.

    Episode 119: Postgres Rules

    Play Episode Listen Later Aug 26, 2012 23:21


    Postgres has a powerful feature called rules that let you rewrite incoming queries. Rules are similar to triggers in Postgres, but much more efficient. Guyren Howe shows how to use rules in some common use cases.

    Episode 118: Smaller Javascript Packages With the Rails Asset Pipeline

    Play Episode Listen Later Aug 26, 2012 18:23


    Marc Leglise shows how to break up your large application.js into logical chunks, leveraging more power from the Rails 3 asset pipeline. Building on last month's talk by Rafael Cardoso, this method allows you to separate concerns about download sizes from triggers for page-specific javascript.

    Episode 117: Command Line Applications in Ruby: the Good Stuff

    Play Episode Listen Later Aug 26, 2012 32:28


    Mark Ranallo explores writing command line applications for the Unix programming environment, including a basic overview, some tips/tricks, and Ruby gems that can help.

    Episode 116: Javascript Isolation With the Rails Asset Pipeline

    Play Episode Listen Later Aug 26, 2012 22:40


    Rafael Cardoso shows how to load page specific javascript, while still using the default configuration for the asset pipeline in Rails 3.

    Episode 115: You're a Manager. Now What?

    Play Episode Listen Later Aug 26, 2012 47:13


    It happens to a lot of us: you're doing a good job as an engineer, you've been around the company for a while, and BAM! You get "promoted". Well, it turns out that like engineering, management takes skill and practice. You can't just expect that because you're smart you'll be good at it. Nic Benders from New Relic talks about what some of those skills are, and how to work on improving them.

    Episode 114: The Global Interpeter Lock in Ruby, Python, and Javascript

    Play Episode Listen Later Aug 26, 2012 36:11


    Have you heard of the infamous Global Interpreter Lock that prevents Ruby from being webscale? Are you so scared you might switch to Node.js? Well, before you do, learn more about what the GIL is, what it does, and why it isn't being removed. Matt Aimonetti explains.

    Episode 113: Visualize Twitter #tags in Real Time

    Play Episode Listen Later Jul 17, 2012 39:08


    Etienne de Bruin demonstrates how to visualize Twitter retweets in real time using the tweetstream gem, arbor.js, Redis, and Resque. He also shares his personal journey as a developer and how he came to love Ruby.

    Episode 112: Ultra-Minimalist Gem Bootstrapping

    Play Episode Listen Later Jul 9, 2012 30:54


    The simplest way to start a gem from scratch is using nothing but your bare hands. And Bundler. Ian Young shows us how.

    Episode 111: Ruby Debugging: Life After "Puts"

    Play Episode Listen Later Jul 5, 2012 29:11


    Have you outgrown basic debugging in Ruby? Rob Kaufman shows how to step up your game and use the Ruby debugger in a variety of practical ways.

    Episode 110: Converting Flat Data into Rich Ruby Objects with :composed_of

    Play Episode Listen Later Jun 25, 2012 22:28


    Storing simple data as model attributes in a database is easy to do in Rails, but sometimes we want to handle and manipulate data that is more than just a string or a number.The :composed_of macro in ActiveRecord gives us that ability, and it's simpler than you think. Chris McCann shows us how.

    Episode 109: Transforming Ruby Code

    Play Episode Listen Later Apr 18, 2012 41:02


    Programmatically transforming Ruby code is easier than you think and has several interesting applications: automated refactoring, coding style/best practices enforcement, DSL translation, and more. Ben Hughes explores how to transform ruby code with available tools.

    Episode 108: Fog: The Ruby Cloud Services Library

    Play Episode Listen Later Apr 18, 2012 20:46


    James Miller demonstrates how to get up and running with Fog, including practical use cases, caveats, and how to make Fog better by contributing back.

    Episode 107: Advanced Heroku with the Celadon Cedar Stack

    Play Episode Listen Later Sep 19, 2011 48:55


    Ryan Daigle and Blake Gentry explore all the new features in Heroku's Celadon Cedar stack.

    Episode 106: JRuby: Ruby in the JVM. Why on Earth?!?

    Play Episode Listen Later Jul 16, 2011 35:20


    JRuby is a 100% pure-Java implementation of Ruby with high performance, real threading, and a vast array of libraries. Chris McCann explores how JRuby can provide real value for Rails developers.

    Episode 105: Get Your Flow On: Mastering Your Development Workflow

    Play Episode Listen Later Jul 16, 2011 32:13


    Rob Kaufman explores tools and options for improving your development process: common issues with managing tasks, starting work, committing branches, and getting completed tasks verified and deployed to production. It's all about automating the little steps because details are too easy to forget.

    Episode 104: Send SMS Messages and Make Phone Calls From Your App With Twilio

    Play Episode Listen Later Mar 5, 2011 33:08


    Brian Levine shows how easy it is to add phone services to your application using Twilio. Twilio wraps powerful telecom infrastructure with a simple REST API and offers pay-as-you-go pricing with cloud scalability.

    Episode 103: HTML5 Quick Start with Compass-html5-boilerplate

    Play Episode Listen Later Mar 5, 2011 14:24


    Peter Gumeson shows off his compass-html5-boilerplate gem, which uses Compass to make it easier to integrate the HTML5 Boilerplate template into Rails apps.

    Episode 102: Newick-Ruby: A Gem for Manipulating Newick Format Trees

    Play Episode Listen Later Mar 5, 2011 9:39


    Jonathan Badger explores Newick format trees, and how to manipulate them using his Newick-ruby gem.

    Episode 101: TRegexp: Friendly Regular Expressions

    Play Episode Listen Later Mar 5, 2011 11:21


    Ian Young introduces his first gem, a human-friendly DSL for regular expressions.

    Episode 100: Getting Oriented with Compass

    Play Episode Listen Later Mar 5, 2011 16:04


    Patrick Crowley shows how to turbo-charge your layouts with Compass, a lightweight stylesheet framework built on top of Haml and Sass.

    Episode 099: Omniauth: Future Proof Your Authentication

    Play Episode Listen Later Mar 5, 2011 4:08


    Kevin Ball shows how the traditional model of username/password authentication is dying, and how Omniauth makes it all rainbows and sunshine going forward.

    Episode 098: Give Yourself Some Backbone

    Play Episode Listen Later Mar 5, 2011 5:08


    Ryan Weald gives a brief overview of Backbone.js and the advantages it has for your project.

    Episode 097: Basic Reporting with Ruby and CouchDB

    Play Episode Listen Later Mar 5, 2011 8:15


    Christopher Petersen shows how to create both basic reports on individual user behavior and aggregate reports across all user activity.

    Episode 096: Rounded Corners Everywhere

    Play Episode Listen Later Mar 5, 2011 6:43


    Scott Olmsted explores Javascript libraries to simulate CSS3 decorations on browsers that don't support them. (Yeah, we're talking about you Internet Explorer.)

    Episode 095: The State of MacRuby

    Play Episode Listen Later Mar 5, 2011 47:03


    Matt Aimonetti discusses the latest developments with the MacRuby project, which aims to implement Ruby 1.9 directly on top of Mac OS X core technologies.

    Episode 094: Refactoring ActiveRecord Models

    Play Episode Listen Later Mar 5, 2011 40:56


    It's always important to keep your ActiveRecord models in tip-top shape. Ben Hughes explores several techniques for refactoring models and preventing them from getting out of hand.

    Episode 093: Are You Redis?

    Play Episode Listen Later Feb 8, 2011 32:44


    Emanuele Tozzato gives a brief introduction to Redis, then demonstrates real-life database performance optimization with redis-object and how to manage background jobs using Resque.

    Episode 092: File Uploads With S3SwfUpload

    Play Episode Listen Later Feb 8, 2011 40:26


    Nathan Colgate Clark gives a general overview of his Amazon S3 upload plugin (past, present, and future) and shares his thoughts on how it managed to stand out on GitHub.

    Episode 091: Message Block

    Play Episode Listen Later Feb 8, 2011 15:12


    Ben Hughes shows off message_block, a gem which simplifies generating flash and error messages. Additionally, Ben discusses how to test gem development using Cucumber and Cukigem.

    Episode 090: CoffeeScript

    Play Episode Listen Later Feb 8, 2011 21:05


    People are drawn to Ruby by its beautiful syntax, and CoffeeScript brings that same joie de vivre to Javascript. John Lynch shares his experience using CoffeeScript for both web and mobile app development.

    Episode 089: Ruleby

    Play Episode Listen Later Feb 8, 2011 34:53


    Chris McCann demonstrates Ruleby, a Ruby implementation of a rules engine based on the Rete algorithm.

    Episode 088: Trucker

    Play Episode Listen Later Feb 8, 2011 20:01


    Patrick Crowley talks about Trucker, a new gem that makes it easier to migrate legacy data into Rails apps.

    Episode 087: Searching With Solr

    Play Episode Listen Later Feb 8, 2011 32:40


    Get up and running in no time with enterprise-grade search powered by Solr. Nick Zadrozny shows you what Solr can do, how it works, and how you can make the most of it in production.

    Episode 086: Mobile Web Apps Using jQTouch

    Play Episode Listen Later Feb 8, 2011 34:49


    Patrick Crowley dives into the world of mobile app development and shows how to use the jQTouch framework to quickly build awesome mobile-optimized web apps.

    Episode 085: Introduction to Node.js

    Play Episode Listen Later Feb 8, 2011 8:39


    Web standards advocate Edward O'Connor gives a quick introduction to Node.js, a new event-driven networking engine for JavaScript.

    Episode 084: Quick and Cheap Usability for Programmers

    Play Episode Listen Later Feb 8, 2011 12:55


    Megan O'Rorke introduces the general concept and goal of usability, and shares some quick and cheap usability resources for Ruby developers.

    Episode 083: Testing Philosophies

    Play Episode Listen Later Feb 8, 2011 16:47


    Rob Kaufman discusses common testing philosophies and methodologies in use by the Ruby community.

    Claim SD Ruby Podcast

    In order to claim this podcast we'll send an email to with a verification link. Simply click the link and you will be able to edit tags, request a refresh, and other features to take control of your podcast page!

    Claim Cancel