舉報

會員
Rake Task Management Essentials
最新章節(jié):
Index
AstepbystepandinteractiveapproachexplainingtheRakeessentialsalongwithcodeexamplesandadvancedfeatures.IfyouareadeveloperwhoisacquaintedwiththeRubylanguageandwanttospeedupwritingthecodeconcernedwithfiles,thenthisbookisforyou.Tostartreadingthisbook,basicRubyknowledgeisrequired;however,ahugeamountofexperiencewiththelanguageisnotnecessary.
目錄(74章)
倒序
- coverpage
- Rake Task Management Essentials
- Credits
- About the Author
- Acknowledgements
- About the Reviewers
- www.PacktPub.com
- Support files eBooks discount offers and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Chapter 1. The Software Task Management Tool – Rake
- Installing Rake
- Introducing rake tasks
- The command-line arguments
- Using global Rakefiles to run tasks anywhere
- Defining custom rake tasks
- Task dependencies – prerequisites
- The structure of a Rake project
- The code conventions of Rake
- Summary
- Chapter 2. Working with Files
- Using file tasks to work with files
- The characteristics of the file task dependencies
- Creating a folder with the directory method
- Using Rake's file utilities
- A practical example of automatically generating a config file
- Summary
- Chapter 3. Working with Rules
- Understanding the duplication of the file tasks
- Using a rule to get rid of the duplicated file tasks
- Detecting a source for the rule dynamically
- Using a regular expression to match more tasks
- Summary
- Chapter 4. Cleaning Up a Build
- Setting up a project
- The cleaning tasks
- Summary
- Chapter 5. Running Tasks in Parallel
- Defining tasks with parallel prerequisites
- Thread safety of multitasks
- Multiple task definitions with a common prerequisite
- Applying multitasks in practice
- Summary
- Chapter 6. Debugging Rake Tasks
- Using command-line arguments for debugging
- Getting a dependency's resolution with --prereqs
- Using the --rules option to trace the rule resolution
- Using the Ruby approach to debug a Rake project
- Summary
- Chapter 7. Integration with Rails
- Introducing Rake's integration with Rails
- Custom rake tasks in a Rails project
- Recurrent running of tasks
- Summary
- Chapter 8. Testing Rake Tasks
- The need for tests
- Writing tests for rake tasks
- Summary
- Chapter 9. Continuous Integration
- Introducing Jenkins
- Setting up Jenkins
- Configuring Jenkins to run rake tasks
- Summary
- Chapter 10. Relentless Automation
- Examples of Rake being used by famous gems
- Other examples of Sinatra using Rake
- Thor – the next generation of Rake
- Summary
- Index 更新時間:2021-07-16 12:01:51
推薦閱讀
- C++面向對象程序設計(第三版)
- Clojure Programming Cookbook
- Android和PHP開發(fā)最佳實踐(第2版)
- MATLAB 2020 從入門到精通
- Flux Architecture
- Python:Master the Art of Design Patterns
- Python算法詳解
- OpenGL Data Visualization Cookbook
- Kotlin開發(fā)教程(全2冊)
- 21天學通C++(第5版)
- Django 3.0應用開發(fā)詳解
- 計算機應用基礎項目化教程
- 大學計算機基礎
- 算法秘籍
- Instant GLEW
- 每個人的Python:數學、算法和游戲編程訓練營
- Game Programming using Qt 5 Beginner's Guide
- Oracle 11g寶典
- Implementing OpenShift
- 小學生Python創(chuàng)意編程(視頻教學版)
- 企業(yè)應用架構模式
- QlikView for Finance
- 細說PyTorch深度學習:理論、算法、模型與編程實現
- 數據庫技術及應用教程(第2版)
- RT-Thread內核實現與應用開發(fā)實戰(zhàn)指南:基于STM32
- Scratch趣味創(chuàng)意編程
- Scratch 3.0少兒游戲趣味編程2
- Processing創(chuàng)意編程:生成設計|數據可視化|聲音可視化
- Learning PHP 7 High Performance
- Android開發(fā)藝術探索