- Rake Task Management Essentials
- Andrey Koleshko
- 275字
- 2021-07-16 12:01:39
Preface
Maybe every Ruby developer who is familiar with Rails knows what Rake is. However, many of them are unaware of the complete power of this tool and its real aim. The goal of this book is to improve this situation.
Have you ever had to perform boring, repetitive tasks while deploying your project? I assume here that a project is not only something written in Ruby or another programming language, but it can also consist of operations with files. For example, it might be a book or the documentation of a project that you are writing in Markdown and then compiling into HTML. Or it can be compiling a lot of files to one package. Have you ever wished to build a project or run tests on a project whenever it undergoes a change? All this stuff is easily made possible by programs called software management tools. Rake is one such program.
Rake was initially implemented as a Ruby version of Make—a commonly used build utility. However, calling Rake a build utility undermines its true power. Rake is actually an automation tool—it's a way to put all those tasks that you perform under the project into one neat and tidy place.
Basically, build automation includes the following processes:
- Compiling the computer source code into binary code
- Packaging the binary code
- Running tests
- Deployment to production systems
- Creating documentation and/or release notes
Rake can be used in all these situations, and this book shows you how Rake performs all the steps. After reading this book, you will know Rake better and be able to write more clear and robust Rake code.
- Java 開發(fā)從入門到精通(第2版)
- Django:Web Development with Python
- 新手學(xué)Visual C# 2008程序設(shè)計(jì)
- Animate CC二維動(dòng)畫設(shè)計(jì)與制作(微課版)
- MySQL數(shù)據(jù)庫(kù)管理與開發(fā)(慕課版)
- INSTANT OpenNMS Starter
- Python數(shù)據(jù)分析從0到1
- Android Native Development Kit Cookbook
- 小學(xué)生C++創(chuàng)意編程(視頻教學(xué)版)
- INSTANT Yii 1.1 Application Development Starter
- Python自然語(yǔ)言理解:自然語(yǔ)言理解系統(tǒng)開發(fā)與應(yīng)用實(shí)戰(zhàn)
- Unity 2017 Game AI Programming(Third Edition)
- 深度實(shí)踐KVM:核心技術(shù)、管理運(yùn)維、性能優(yōu)化與項(xiàng)目實(shí)施
- Arduino機(jī)器人系統(tǒng)設(shè)計(jì)及開發(fā)
- 會(huì)當(dāng)凌絕頂:Java開發(fā)修行實(shí)錄