Features

Back to Home

Entries within the 'Ruby' category

  • The Basics of Ruby Arrays by Geoff Grosenbach

    Ruby Rails - 32 Comments

    May 7th, 2006

    An array is a list of items in order (like vitamins, minerals, and chocolates).
    Those keeping score at home might be interested to know that the Rails website framework makes 771 calls to Array.each, 558 calls to Array.map, and 1,521 calls to Array.empty?, not to mention the 2,103 times it accesses a single element inside an […]

    Features > Ruby Features > Rails

    Read more