homeASCIIcasts

Recent Episodes

  1. 229

    Polling For Changes

    If you have frequently changing data on the server side, it's helpful to automatically display this to the user as well. Here I show how to accomplish this with polling in jQuery.

    Tags: ajax

  2. 228

    Sortable Table Columns

    In this episode we show you how to make a table of items sortable by clicking on links in the header cells.

    Tags: views security

  3. 227

    Upgrading to Rails 3 Part 3

    In this episode we finish up this upgrade series by removing all deprecation warnings and fixing some problems in the view.

    Tags: rails-30 plugins

  4. 226

    Upgrading to Rails 3 Part 2 Other translations: Pt

    Here we continue upgrading an application to Rails 3 by getting our specs up and running and going through the rails_upgrade plugin.

    Tags: rails-30 plugins

  5. 225

    Upgrading to Rails 3 Part 1 Other translations: Pt

    In the first part of this series on upgrading a Rails 2 application to Rails 3, we'll start off by setting up Rails 3.0 Release Candidate in a clean environment. The rails_upgrade plugin will then help us determine what needs upgrading.

    Tags: rails-30 plugins

  6. 224

    Controllers in Rails 3 Other translations: Pt Es

    This episode covers changes to controllers in Rails 3 including embedded flash notices, permanent cookies and respond_with.

    Tags: rails-30 controllers

  7. 223

    Charts Other translations: Es

    There are a number of JavaScript charting libraries available. In this episode we use Highchart in a Rails application.

    Tags: views performance

  8. 222

    Rack in Rails 3 Other translations: Es It

    The router in Rails 3 is fully compatible with Rack. Learn how to embed Sinatra into an app, handle redirects, and improve on Rails Metal.

    Tags: rails-30 routing performance

  9. 221

    Subdomains in Rails 3 Other translations: It Es

    It is now possible to add subdomains to Rails 3 without the use of additional plugins. Learn how in this episode.

    Tags: routing rails-30

  10. 220

    PDFkit Other translations: It Es

    Generating PDFs in plain Ruby can be a lot of work. Instead, consider generating PDFs from HTML using PDFKit.

    Tags: plugins views