Book Image

Rake Task Management Essentials

By : Andrey Koleshko
Book Image

Rake Task Management Essentials

By: Andrey Koleshko

Overview of this book

Table of Contents (18 chapters)
Rake Task Management Essentials
Credits
About the Author
Acknowledgements
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


This chapter provided us with a basic knowledge to debug Rake projects. We learned how to figure out the order of the tasks that will be executed. We briefly saw how to use the Ruby debug tool in the example of the debugger gem.

In the next chapter, you will be introduced to the theme of how Rake is integrated with the most famous Ruby framework, Rails.