Showing 6 videos tagged with gems

Gem Bundler

Loading multiple Ruby Gems can result in runtime errors when an incompatible version of a gem dependency is already loaded as a dependency of another gem. Gem bundler can also pre-load and cache gems for faster loading.
Tags:

Railscasts Episode #201 - Bundler

00:09:22 railscasts.com
Bundler is the way to manage gem dependencies in Rails 3.0. Learn how to install gems and lock them down in this episode.
Tags:

Gemcutter: The Next Step in Gem Hosting

Not satisfied by RubyGem hosts? Say hello to Gemcutter and prepare for awesome gem hosting. Learn about this open source effort to improve gem hosting and watch a live demo of the site.

FFI: Creating Cross-Engine Gems

FFI is a way to create cross engine rubygems. Wrap a library once, and use it from MRI, JRuby, Rubinious, and mingw32 Ruby. This talk will discuss FFI why you want to use it. We will build an FFI extension, and a traditional extension, comparing the implementations and cover the benefits and detriments of each.
Tags:

Episode 0.16 - off_github

"A simple tool which helps migrate your locally installed gems from github to gemcutter." - maxim
Tags:

Getting Connected to Twitter with OAuth

In this screencast, I show you how to use the Twitter gem to connect to Twitter, and we clarify some of the difficulties that comes with learning OAuth.