SD Ruby Podcast
SD Ruby Podcast
SD Ruby
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 Engineering building. The SD Ruby podcast is sponsored by New Relic. Bandwidth is provided by Joyent.
Episode 133: Introduction to Watir
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.
May 12, 2013
28 min
Episode 132: Intro to Ruby 2.0
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.
May 12, 2013
35 min
Episode 131: Profiling Ruby
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.
Apr 23, 2013
30 min
Episode 130: What's New in Rails 4
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.
Feb 10, 2013
33 min
Episode 129: Class's Class is Class (Metaprogramming is Trolling You)
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.
Dec 29, 2012
41 min
Episode 128: Writing APIs
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.
Dec 29, 2012
37 min
Episode 127: Saying No to NoSQL
Jonathan Neddenriep shows how to migrate a production application from MongoDB to Postgres without losing your mind or your data.
Dec 20, 2012
26 min
Episode 126: Fast
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.
Sep 7, 2012
1 hr 3 min
Episode 125: Get Concurrent With Puma
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.
Aug 26, 2012
32 min
Episode 124: Build Your Api With Node.js
Scott Motte demonstrates how to build an API for your next web application using the power of Node.js.
Aug 26, 2012
21 min
Load more