rake
Task automation tool
A make-like program implemented in Ruby for automating tasks and building projects.
A make-like build utility for Ruby.
2k stars
87 watching
613 forks
Language: Ruby
last commit: about 1 month ago
Linked from 1 awesome list
hacktoberfestrakerakefileruby
Related projects:
Repository | Description | Stars |
---|---|---|
ruby/ruby | A language and implementation providing a simple and extensible way to write programs | 22,221 |
ruby-concurrency/concurrent-ruby | A modern concurrency library for Ruby providing tools and abstractions for writing concurrent code safely and efficiently. | 5,711 |
brandonhilkert/sucker_punch | An asynchronous processing library that allows developers to run background jobs within the same process as their web application. | 2,643 |
grosser/parallel | Parallel processing made simple and fast in Ruby | 4,173 |
rbenv/ruby-build | A tool for downloading and compiling Ruby from source on Unix-like systems. | 3,894 |
rack/rack | A modular Ruby web server interface providing a simple and adaptable way to develop web applications. | 4,936 |
franzejr/best-ruby | A collection of idiomatic Ruby code snippets, refactorings, and best practices for writing clean and maintainable Ruby code. | 2,389 |
ruby-grape/grape | An opinionated framework for creating REST-like APIs in Ruby. | 9,894 |
resque/resque | A Redis-backed Ruby library for managing background tasks and jobs. | 9,443 |
jondot/sneakers | A fast background processing framework for Ruby and RabbitMQ | 2,252 |
flippercloud/flipper | Enables controlled feature rollouts in Ruby applications | 3,740 |
trailblazer/trailblazer | A framework for structuring business logic in Ruby applications | 3,431 |
github/scientist | A Ruby library for systematically comparing the performance and behavior of different code paths | 7,482 |
design-patterns-in-ruby/design-patterns-in-ruby | A collection of Ruby examples demonstrating 14 design patterns and their applications in software development. | 2,563 |
refile/refile | A file upload and storage library that provides flexible backend options and integrates with ORMs for convenient file manipulation. | 2,444 |