Latest Free Screencasts
Episode 087: Searching With Solr
Sdruby - 2011-02-08 - free
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. 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 screencastRefining search patterns with the command-line window
Vimcasts - 2010-11-21 - free
When you need to build a complex command, or devise a non-trivial search pattern, Vim’s command-line mode can be rather limiting. In this episode, I will introduce the command-line window, which allows you to use the full power of Vim when editing search queries and commands.
Watch this screencastRailsCasts #240 Search, Sort, Paginate with AJAX
Railscasts - 2010-11-15 - free
Many administration pages have search, sorting, and pagination on the index page. See how to add all of this including AJAX.
Watch this screencastRailsCasts #212 Refactoring & Dynamic Delegator
Railscasts - 2010-05-03 - free
Learn how to refactor a set of conditional Active Record queries using a Dynamic Delegator.
Watch this screencastRailsCasts #176 Searchlogic
Railscasts - 2009-08-24 - free
Searchlogic makes searching models easier than ever with its assortment of named scopes. In this episode I show you how to create simple and advanced searches.
Watch this screencastEpisode 061: Tanning Bed
Sdruby - 2009-05-22 - free
Rob Kaufman demonstrates Tanning Bed, his new Solr search mixin for any Ruby class. Tanning Bed makes fewer assumptions about how you want to deal with the Solr search engine, while still providing easy Ruby-like interfaces. Bonus content: download the slides from this talk.
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 screencastRailsCasts #111 Advanced Search Form
Railscasts - 2008-05-26 - free
If you need to create an advanced search with a lot of fields, it may not be ideal to use a GET request as I showed in episode 37. In this episode I will show you how to handle this by creating a Search resource.
Watch this screencastRailsCasts #88 Dynamic Select Menus
Railscasts - 2008-01-13 - free
See how to dynamically change a select menu based on another select menu using Javascript. In this episode everything is kept client side which leads to a more responsive user interface.
Watch this screencast