Recent Episodes
-
175
AJAX History and Bookmarks Other translations:
AJAX-enabled sites do not usually play well with bookmarking or the brower's page history. In this episode we fix that with a simple jQuery plugin.
-
174
Pagination With AJAX Other translations:
Use jQuery to add unobtrusive JavaScript links to a paginated list.
-
173
Screen Scraping With ScrAPI
Screen scraping is sometimes the only way to get data from another website. This episode uses scrAPI to fetch prices from another site.
Tags: plugins
-
172
Touch and Cache Other translations:
Rails 2.3.3 has a new feature called 'touch'. In this episode we use it to auto-expire associated caches.
Tags: performance caching rails-23
-
171
Delayed Job Other translations:
The delayed_job plugin provides an excellent way of getting long running tasks running in the background.
Tags: plugins
-
170
OpenID With Authlogic
This episode extends the appication built in episode 160 and shows how to add OpenID support to a Ralis application that uses Authlogic.
Tags: authentication plugins
-
169
Dynamic Page Caching Other translations:
Use a combination of page caching and JavaScript to create a fast cached page that can still be updated dynamically.
Tags: caching performance ajax administration
-
168
Feed Parsing Other translations:
In this episode we use two different techniques to parse an RSS feed with Feedzirra.
Tags: plugins active-record
-
167
More on Virtual Attributes Other translations:
Make use of virtual attributes and callbacks to implement tagging in a blogging application.
-
166
Metric Fu
Metric Fu is a compliation of tools that help you find the places in your code that need improvement. See what they have to say about the Railscasts codebase.
