homeASCIIcasts

Episodes tagged with “active-support”

  1. 6

    Shortcut Blocks with Symbol to_proc

    The Symbol#to_proc feature in Rails allows you do do simple blocks quickly and easily.

    Tags: active-support

  2. 28

    In Groups Of

    The in_groups_of method makes it easy to render a collection of items in several columns, with one slight catch.

    Tags: views active-support

  3. 29

    group_by Month

    The group_by method can be used to group lists of items for display in your Rails apps.

    Tags: views active-support

  4. 31

    Formatting Time

    Use Ruby's strftime method to format dates and take advantage of Rails DATE_FORMATS hash to store custom date formats.

    Tags: active-support views

  5. 152

    Rails 2.3 extras

    A round of some of the smaller new feaures in Rails 2.3 to finish the short series on Rails 2.3.

    Tags: rails-23 active-record active-support