homeASCIIcasts

Episodes tagged with “models”

  1. 219

    Active Model Other translations: En It Es

    In Rails 3 the non-database functionality of Active Record is extracted out into Active Model. This allows you to cleanly add validations and other features to tableless models.

    Tags: models

  2. 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

  3. 167

    更多关于虚拟属性 Other translations: En

    Make use of virtual attributes and callbacks to implement tagging in a blogging application.

    Tags: models forms