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


In this chapter, we gave you a brief overview on how the Rake is integrated to Rails and also on how to write the custom Rake tasks and run them manually or automatically on schedule.

The next chapter will provide you with ideas on how to test the rake tasks. There will be explanations on why we have to test the rake tasks at all. Finally, you will see an example of how to employ them using Ruby's internal test framework.