1. Computing

Discuss in my forum

Rake

By , About.com Guide

Definition:

Rake: A build program written in Ruby and similar to the make program on UNIX systems. Instead of a second build language, Rake uses rakefiles (instead of makefiles) written in Ruby. A number of tasks can be defined in the rakefile including tasks with dependencies. Rake is used extensively in Ruby on Rails projects.

©2013 About.com. All rights reserved.