homeASCIIcasts

Recent Episodes

  1. 5

    Using with_scope Other translations: En It Es Fr

    Learn how to use with_scope - a very powerful method which will allow your custom find method to acceps any find options.

    Tags: active-record

  2. 2

    Dynamic find_by Methods Other translations: En It Fr Es Pl Pt

    Shorten simple find and improve readability by using the dynamic find_by and find_all_by methods.

    Tags: active-record

  3. 1

    Caching With Instance Variables Other translations: En It Fr Es Pl Pt

    Store the result of an expensive command in an instance variable to improve performance.

    Tags: performance caching