Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Rake Task Management Essentials

You're reading from   Rake Task Management Essentials Deploy, test, and build software to solve real-world automation challenges using Rake.

Arrow left icon
Product type Paperback
Published in Apr 2014
Publisher
ISBN-13 9781783280773
Length 122 pages
Edition Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Andrey Koleshko Andrey Koleshko
Author Profile Icon Andrey Koleshko
Andrey Koleshko
Arrow right icon
View More author details
Toc

Table of Contents (18) Chapters Close

Rake Task Management Essentials
Credits
About the Author
Acknowledgements
About the Reviewers
www.PacktPub.com
Preface
1. The Software Task Management Tool – Rake FREE CHAPTER 2. Working with Files 3. Working with Rules 4. Cleaning Up a Build 5. Running Tasks in Parallel 6. Debugging Rake Tasks 7. Integration with Rails 8. Testing Rake Tasks 9. Continuous Integration 10. Relentless Automation Index

Summary


We have come to the end of this book, so let's revise what we learned. At the start, there was an explanation of Rake's foundation and its DSL. We saw what a Rakefile is, how to define custom tasks and their prerequisites, what the default rake task is, how to define global rake tasks, and how to use the rake command-line utility and its common options.

Next, you were taught how to work with files and what arsenal Rake has for operations with the files. How to refactor and get rid of task duplication with rule was explained in next chapter. After that, we saw how to clean a build with the standard features of Rake, such as CLOBBER and CLEAN lists. Software productivity is the main problem of Ruby, and sometimes, parallelism might speed up a Rake application with multitask. Chapter 5, Running Tasks in Parallel, explained when it's rational to use multitasking and how to use it.

Then, we discussed another existing problem in the programming world—debugging. You were shown how to debug...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image