Latest Screencasts (page 8)
RailsCasts #134 Paperclip
Railscasts - 2008-11-03 - free
Need to add image attachments to a model? See how with paperclip in this episode.
Watch this screencastThinking Sphinx PDF
Peepcode - 2008-10-24 - paid
MySQL (or Postgres) does a fine job when querying specific rows, but it’s not so great when it comes to searching on large text fields. Sphinx is a search service that makes full text searching quite easy and throws in extra features like boolean search (“rails OR merb”), word proximity,...
Watch this screencastRailsCasts #129 Custom Daemon
Railscasts - 2008-09-29 - free
Creating a custom daemon to handle background tasks is surprisingly simple. In this episode I will make a daemon to handle dynamically scheduled tasks.
Watch this screencastRailsCasts #128 Starling and Workling
Railscasts - 2008-09-22 - free
Need to run a task frequently in the background? Starling and Workling is a killer combination for doing just that. See how in this episode.
Watch this screencastEpisode 054: Paperclip
Sdruby - 2008-09-20 - free
Patrick Crowley talks about Paperclip, a lightweight plugin for handling attachments. Bonus content: download the slides from this talk.
Watch this screencastRailsCasts #126 Populating a Database
Railscasts - 2008-09-08 - free
Have you ever wanted to fill up a database with a lot of test data? See how to do that in this episode using the populator and faker gems.
Watch this screencastRailsCasts #125 Dynamic Layouts
Railscasts - 2008-09-01 - free
Discover how to dynamically change the layout using content in the database. Check out this episode for details.
Watch this screencastEpisode 052: Shadow
Sdruby - 2008-08-30 - free
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.
Watch this screencastRailsCasts #123 Subdomains
Railscasts - 2008-08-18 - free
Learn how to unleash the full potential of subdomains with the subdomain-fu Rails plugin in this episode.
Watch this screencastRailsCasts #120 Thinking Sphinx
Railscasts - 2008-07-28 - free
If you need a full text search engine, Thinking Sphinx is a great solution. See why in this episode.
Watch this screencast