is it possible to have a standalone rakefile?

This page summarizes the projects mentioned and recommended in the original post on /r/ruby

Our great sponsors
  • PopRuby - Clothing and Accessories for Ruby Developers
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • maid

    Be lazy. Let Maid clean up after you, based on rules you define. Think of it as "Hazel for hackers".

  • rubygems

    Library packaging and distribution for Ruby.

    require 'bundler/inline' gemfile do source 'https://rubygems.org' gem 'sequel', '>= 5' gem 'sequel_pg', '>= 1.8', require: 'sequel' gem 'thor' gem 'dotenv' end Dotenv.load class Commands < Thor def self.exit_on_failure? true end desc "foo", "Says foo" def foo puts "foo" end end Commands.start

  • PopRuby

    PopRuby: Clothing and Accessories for Ruby Developers. Fashion meets Ruby! Shop our fun Ruby-inspired apparel and accessories designed to celebrate the joy and diversity of the Ruby community.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts