Display Shows:

My Language:

Railscasts

Three times a week you will be treated to a new Railscasts episode featuring tips and tricks with Ruby on Rails, the popular web development framework. These screencasts are short and focus on one technique so you can quickly move on to applying it to ...

Three times a week you will be treated to a new Railscasts episode featuring tips and tricks with Ruby on Rails, the popular web development framework. These screencasts are short and focus on one technique so you can quickly move on to applying it to your own project. The topics are geared toward the intermediate Rails developer, but beginners and experts will get something out of it as well. Have you ever wanted to temporarily disable all validations? Well, ActiveRecord doesn't support this, but that doesn't mean we can't add it. This episode will show you how to open up an existing class and change its behavior.

Show all Visit Show Website http://www.railscasts.com

Recently Aired


  • HD

    #326 ActiveAttr

    ActiveAttr provides what Active Model left out. If you need ...

    ActiveAttr provides what Active Model left out. If you need to create a table-less model with features similar to Active Record, watch this episode.

    Feb 21, 2012 Read more
  • HD

    #324 Passing Data to JavaScript

    There are a variety of ways to pass variables from ...

    There are a variety of ways to pass variables from a Rails application to JavaScript. Here I show three techniques: a script tag, a data attribute,...

    Feb 13, 2012 Read more
  • HD

    #322 RABL

    RABL - Ruby API Builder Language - provides a DSL ...

    RABL - Ruby API Builder Language - provides a DSL for generating JSON or XML responses in a Ruby application. Learn how to share and configure comp...

    Feb 8, 2012 Read more
  • HD

    #320 Jbuilder

    Jbuilder provides a DSL for generating JSON. It includes a ...

    Jbuilder provides a DSL for generating JSON. It includes a template engine which allows you to create complex responses with helpers and conditions.

    Jan 30, 2012 Read more
  • HD

    #318 Upgrading to Rails 3.2

    Rails 3.2 sports many new features including automatic explain queries, ...

    Rails 3.2 sports many new features including automatic explain queries, tagged logging, key-value store in Active Record, improved migration genera...

    Jan 23, 2012 Read more
  • HD

    #316 Private Pub

    Private Pub makes it easier than ever to publish and ...

    Private Pub makes it easier than ever to publish and subscribe to real-time events in a Rails app. You can use publish_to with a block of JavaScrip...

    Jan 16, 2012 Read more
  • HD

    #314 Pretty URLs with FriendlyId

    If you are tired of model ids in the URL, ...

    If you are tired of model ids in the URL, overriding to_param can only get you so far. The friendly_id plugin can help by making it easy to generat...

    Jan 9, 2012 Read more
  • HD

    #312 Sending HTML Email

    HTML email can be difficult to code because any CSS ...

    HTML email can be difficult to code because any CSS should be made inline. Here I present a few tools for doing this including the premailer-rails3...

    Jan 2, 2012 Read more
  • HD

    #310 Getting Started with Rails

    Learning Ruby on Rails can be overwhelming, especially if you ...

    Learning Ruby on Rails can be overwhelming, especially if you are new to programming. Here I will take you on a tour through various resources to h...

    Dec 26, 2011 Read more
  • HD

    #308 Oh My ZSH

    As Rails developers, we frequently use the command line. Here ...

    As Rails developers, we frequently use the command line. Here I will show how to switch to Z Shell using Oh My ZSH including how to make your own t...

    Dec 19, 2011 Read more
Loading...