Latest Screencasts (page 2)
RailsCasts #254 Pagination with Kaminari
Railscasts - 2011-02-21 - free
If you need pagination in Rails 3 try out Kaminari. It is a clean, flexible solution which uses scopes to flow nicely with Active Record queries. Did I mention it also works with Mongoid?
Watch this screencastRailsCasts #253 CarrierWave File Uploads
Railscasts - 2011-02-14 - free
CarrierWave makes it easy and clean to add file uploads to your application. It supports a variety of ORMs, frameworks and image processors.
Watch this screencastEpisode 091: Message Block
Sdruby - 2011-02-08 - free
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. Bonus content: download the slides from this talk.
Watch this screencastEpisode 089: Ruleby
Sdruby - 2011-02-08 - free
Chris McCann demonstrates Ruleby, a Ruby implementation of a rules engine based on the Rete algorithm. Bonus content: download the slides from this talk.
Watch this screencastEpisode 088: Trucker
Sdruby - 2011-02-08 - free
Patrick Crowley talks about Trucker, a new gem that makes it easier to migrate legacy data into Rails apps. Bonus content: download the slides from this talk.
Watch this screencastRailsCasts #251 MetaWhere & MetaSearch
Railscasts - 2011-01-31 - free
MetaWhere provides a way to do complex find conditions without SQL in Active Record. MetaSearch makes it easy to create search forms with many find options.
Watch this screencastRailsCasts #245 New Gem with Bundler
Railscasts - 2010-12-20 - free
Creating new gems is easy with the `bundle gem` command. In this episode I will walk you through how this works.
Watch this screencastRailsCasts #238 Mongoid
Railscasts - 2010-11-01 - free
Mongoid is a polished, high-level Ruby gem for accessing MongoDB. Here I cover installation, adding fields, validations, associations, and keys.
Watch this screencastOAuth with the Twitter Gem
Teach Me To Code - 2010-10-06 - free
Twitter just turned off Basic Auth and is forcing application developer to use OAuth. Here is a demonstration of how to add Twitter OAuth to your Ruby on Rails Application.
Watch this screencastRailsCasts #234 Simple Form
Railscasts - 2010-10-04 - free
Simple Form is a convenient way to generate forms with many options to customize the generated markup.
Watch this screencast