Explain what is rake in Rails?

Technology CommunityCategory: Ruby on RailsExplain what is rake in Rails?
VietMX Staff asked 3 years ago

Rake is a Ruby Make; it is a Ruby utility that substitutes the Unix utility ‘make’, and uses a ‘Rakefile’ and ‘.rake files’ to build up a list of tasks. In Rails, Rake is used for normal administration tasks like migrating the database through scripts, loading a schema into the database, etc.