homeASCIIcasts

Recent Episodes

  1. 202

    Rails 3中的Active Record的查询变化 Other translations: En De Es It

    Rails 3 introduces a new query interface for performing finds in Active Record. See how it works along with the changes in named scopes.

    Tags: rails-30 active-record

  2. 201

    Bundler Other translations: En Es De It Fr

    Bundler is the way to manage gem dependencies in Rails 3.0. Learn how to install gems and lock them down in this episode.

    Tags: rails-30 plugins

  3. 197

    嵌套模型的form第二部分 Other translations: En Es It Fr

    Add and remove nested model fields dynamically through JavaScript using either Prototype or jQuery.

    Tags: forms views

  4. 196

    嵌套模型的form第一部分 Other translations: En Es It Fr

    The accepts_nested_attributes_for method, introduced in Rails 2.3, makes handling multiple models in a form much easier. Find out how to use it in this episode.

    Tags: forms views active-record

  5. 194

    MongoDB 和 MongoMapper的示例用法简介 Other translations: En Pt Es It

    MongoDB is a document-based database engine. Learn how to use it in Rails application with Mongomapper in this episode.

    Tags: models plugins

  6. 193

    非数据库数据模型 Other translations: En Es It

    If you want to create a model without an associated database table all you need to do is define a couple methods in the model.

    Tags: active-record

  7. 191

    Mechanize Other translations: En Es It

    Mechanize extends Nokogiri, allowing you to interact with websites, filling in forms and clicking links.

    Tags: tools

  8. 190

    使用Nokogiri进行页面抓取 Other translations: En Es It

    Using Nokogiri and SelectorGadget together makes screen-scraping easy.

    Tags: tools

  9. 189

    嵌入关联 Other translations: En It

    in this episode we show you how to embed a one-to-many or many-to-many association in a single integer field.

    Tags: active-record views

  10. 188

    Declarative Authorization Other translations: En Es

    Declarative authorization provides an advanced and powerful solution for role-based authorization

    Tags: administration authorization plugins