Ruby HacktoberFest

Open-source Ruby projects categorized as HacktoberFest

Top 23 Ruby HacktoberFest Projects

  • fastlane

    🚀 The easiest way to automate building and releasing your iOS and Android apps

  • Project mention: Supercharge Your Mobile Dev Skills: 10 Essential Tools for Max Efficiency | dev.to | 2024-01-14

    Fastlane: For mobile development, Fastlane is an automation tool that can automate the building and releasing of iOS and Android apps.

  • devdocs

    API Documentation Browser

  • Project mention: Every Dunder Method in Python | news.ycombinator.com | 2024-04-03

    > I've started to preface all python searches with 'site:python.org'

    You might find DevDocs to be useful: https://devdocs.io/

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Metasploit

    Metasploit Framework

  • Project mention: Best Hacking Tools for Beginners 2024 | dev.to | 2024-02-01

    Metasploit

  • Vagrant

    Vagrant is a tool for building and distributing development environments.

  • Project mention: Ask HN: Please recommend how to manage personal serverss | news.ycombinator.com | 2024-04-20

    Take a look at Vagrant! https://www.vagrantup.com/ In my admittedly limited understanding I believe it offers closer to a nix like reproducable rather than repeatable deployments.

  • forem

    For empowering community 🌱

  • Project mention: Lesser Known Features of DEV — Embeds! | dev.to | 2024-04-29

    In the future, I think we will probs make this uniform with the others. I've logged this request here on GitHub... hmmm, maybe I should embed it here instead. 😉

  • Homebrew-cask

    🍻 A CLI workflow for the administration of macOS applications distributed as binaries

  • Project mention: Calibre – New in Calibre 7.0 | news.ycombinator.com | 2023-11-18

    Using Homebrew Cask for Calibre actually makes the problem worse because the download is consistently very slow for some people. For me, it took around an hour the last time I had it installed on my Mac.

    https://github.com/Homebrew/homebrew-cask/issues/104814

  • chatwoot

    Open-source live-chat, email support, omni-channel desk. An alternative to Intercom, Zendesk, Salesforce Service Cloud etc. 🔥💬

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • diaspora*

    A privacy-aware, distributed, open source social network.

  • Project mention: Diaspora is a decentralized, federated alternative to Facebook that anyone can join and contribute to | /r/InnerNet | 2023-12-07
  • homebrew-core

    🍻 Default formulae for the missing package manager for macOS (or Linux)

  • Project mention: Is Go Used in Production more than Rust ? | dev.to | 2024-04-26

    $ brew info eza ==> eza: stable 0.18.13 (bottled) Modern, maintained replacement for ls https://github.com/eza-community/eza Not installed From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/e/eza.rb License: MIT ==> Dependencies Build: pandoc ✘, pkg-config ✔, rust ✘ Required: libgit2 ✘ ==> Analytics install: 12,792 (30 days), 38,295 (90 days), 68,375 (365 days) install-on-request: 12,790 (30 days), 38,293 (90 days), 68,375 (365 days) build-error: 0 (30 days)

  • rubocop

    A Ruby static code analyzer and formatter, based on the community Ruby style guide.

  • Project mention: Must-have gems for mature Rails | dev.to | 2024-02-02

    gem "rubocop" - https://github.com/rubocop/rubocop | Set up code guidelines for your dev team, I recommend using whatever Standard recommends.

  • Capybara

    Acceptance test framework for web applications

  • Project mention: 16 Best Ruby Frameworks For Web Development [2024] | dev.to | 2024-03-11

    Cuba takes help from a lot of other technologies to bring the best of everything. For example, the responses in Cuba are the optimized version of the Rack responses. The templates are integrated via Tilt and testing via Cutest and Capybara.

  • OmniAuth

    OmniAuth is a flexible authentication system utilizing Rack middleware.

  • Project mention: What is the best way to implement social logins in an API-only Rails app? | /r/rails | 2023-10-24

    I've seen the Omniauth gem. But based on this gist it seems this gem is more suitable for web apps. Here is the quote from that gist.

  • Chef

    Chef Infra, a powerful automation platform that transforms infrastructure into code automating how infrastructure is configured, deployed and managed across any environment, at any scale

  • GitHub Changelog Generator

    Automatically generate change log from your tags, issues, labels and pull requests on GitHub.

  • fast-ruby

    :dash: Writing Fast Ruby :heart_eyes: -- Collect Common Ruby idioms.

  • graphql

    Ruby implementation of GraphQL

  • Project mention: Rails 7.1 Released | news.ycombinator.com | 2023-10-05

    My memory is fuzzy, but...

    1. all data flow through the rails app (no pre-signed s3 upload or download links for direct uploading).

    2. no support for CDNs (I think newer rails versions added support)

    3. blobs and attachments were unnecessary abstractions.

    3a. Querying was annoying and easy to add n+1 queries.

    3b. Images are moderated and it was unclear where to put the moderation metadata (on blobs? attachments? create a new table? why so many tables?). Accessing the data was annoying (you need extra joins).

    4. GraphQL gem didn't support it: https://github.com/rmosolgo/graphql-ruby/issues/1777

  • Webpacker

    Use Webpack to manage app-like JavaScript modules in Rails

  • Project mention: The Rails asset pipeline, old and new | dev.to | 2024-04-28

    This is done through the Webpacker::DevServerProxy which is a rack middleware that is added by Webpacker.

  • AASM

    AASM - State machines for Ruby classes (plain Ruby, ActiveRecord, Mongoid, NoBrainer, Dynamoid)

  • Solidus

    🛒 Solidus, the open-source eCommerce framework for industry trailblazers.

  • Lobsters

    Computing-focused community centered around link aggregation and discussion

  • Project mention: What makes concurrency so hard? | news.ycombinator.com | 2024-04-17

    var req2 = http.GetStringAsync("https://lobste.rs");

  • Refinery CMS

    An extendable Ruby on Rails CMS that supports Rails 6.0+

  • Octokit

    Ruby toolkit for the GitHub API

  • JWT

    A ruby implementation of the RFC 7519 OAuth JSON Web Token (JWT) standard.

  • Project mention: Rails GraphQL authentication from scratch #2 | dev.to | 2023-09-25

    To authenticate our users, we need to add jwt gem to our Gemfile

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Ruby HacktoberFest related posts

Index

What are some of the best open-source HacktoberFest projects in Ruby? This list will help you:

Project Stars
1 fastlane 38,617
2 devdocs 33,897
3 Metasploit 32,790
4 Vagrant 25,852
5 forem 21,573
6 Homebrew-cask 20,539
7 chatwoot 18,585
8 diaspora* 13,344
9 homebrew-core 13,216
10 rubocop 12,491
11 Capybara 9,964
12 OmniAuth 7,839
13 Chef 7,475
14 GitHub Changelog Generator 7,299
15 fast-ruby 5,642
16 graphql 5,340
17 Webpacker 5,310
18 AASM 4,948
19 Solidus 4,904
20 Lobsters 3,932
21 Refinery CMS 3,891
22 Octokit 3,817
23 JWT 3,555

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com