Ruby Ruby

Open-source Ruby projects categorized as Ruby

Top 23 Ruby Ruby Projects

  • Ruby on Rails

    Ruby on Rails

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

    Ruby on Rails is regarded as one of the best ruby frameworks. It was the primary language in developing big projects such as Twitter and helped the language boost the community. Often referred to as “Rails,” Ruby on Rails is a web development framework with an MVC control structure and currently running its 6.1 version. The 16-year-old language has dramatically influenced the web development structures and managing databases, web pages, and other components on a web application.

  • Jekyll

    :globe_with_meridians: Jekyll is a blog-aware static site generator in Ruby

    Project mention: Creating excerpts in Astro | dev.to | 2024-03-14

    This blog is running on Hugo. It had previously been running on Jekyll. Both these SSGs ship with the ability to create excerpts from your markdown content in 1 line or thereabouts.

  • 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.

  • Discourse

    A platform for community discussion. Free, open, simple.

    Project mention: Introducing the new Godot Forum | /r/godot | 2023-12-08

    Discourse is also open source https://github.com/discourse/discourse

  • HomeBrew

    🍺 The missing package manager for macOS (or Linux)

    Project mention: Perfect Elixir: Environment Setup | dev.to | 2024-03-18

    I’m on MacOS and erlang.org, elixir-lang.org, and postgresql.org all suggest installation via Homebrew, which is a very popular package manager for MacOS.

  • 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.

  • Vagrant

    Vagrant is a tool for building and distributing development environments.

    Project mention: Software Company HashiCorp Is Weighing a Potential Sale | news.ycombinator.com | 2024-03-16

    on the off chance one hasn't been tracking it, there were several "we don't need your stinking BuSL" projects when this drama first started:

    https://github.com/opentofu#why-opentofu (Terraform)

    https://github.com/openbao/openbao#readme (Vault)

    and I know of several attempts at Vagrant <https://github.com/hashicorp/vagrant/forks> but I don't believe one of them has caught traction yet

    There are also some who have talked about an "open Nomad" but since I don't play in that space I can't speak to it

  • Devise

    Flexible authentication solution for Rails with Warden.

    Project mention: Heroku Build Failure: error:0308010C:digital envelope routines::unsupported | /r/rubyonrails | 2023-12-05

    [changelog] https://github.com/heartcombo/devise/blob/main/CHANGELOG.md [upgrade guide] https://github.com/heartcombo/devise/wiki/How-To:-Upgrade-to-Devise-4.9.0-%5BHotwire-Turbo-integration%5D

  • 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.

  • Gitlab CI

    GitLab CE Mirror | Please open new issues in our issue tracker on GitLab.com

    Project mention: Gitlab Server Behind NGINX Reverse Proxy Manager Issue | /r/homelab | 2023-06-15

    ## https://github.com/gitlabhq/gitlabhq/issues/694

  • forem

    For empowering community 🌱

    Project mention: What are you learning about this weekend? 🧠 | dev.to | 2024-01-27

    Whether you're sharpening your JS skills, making PRs to your OSS repo of choice 😉, sprucing up your portfolio, or writing a new post here on DEV, we'd like to hear about it.

  • ruby

    The Ruby Programming Language

    Project mention: Ruby 3.3 | news.ycombinator.com | 2023-12-24
  • Le Wagon's Setup

    Setup instructions for Le Wagon's students on their first day of Web Development Bootcamp

  • Postal

    ✉️ A fully featured open source mail delivery platform for incoming & outgoing e-mail

    Project mention: Postal: Open-source mail delivery platform for incoming and outgoing email | news.ycombinator.com | 2024-03-13
  • Gollum

    A simple, Git-powered wiki with a sweet API and local frontend.

    Project mention: Can Git or any other VCS be used as a database instead of SQL/NoSQL ones? Have you ever seen such a thing? | /r/AskProgramming | 2023-12-07

    Arguably something like ikiwiki or gollum is doing this. These are both wikis that use git as their backend 'database'. I happen to like wikis like this a lot better over wikis that store their data in mysql or some other traditional SQL backend.

  • 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: Apple curl security incident 12604 | news.ycombinator.com | 2024-03-09
  • Sidekiq

    Simple, efficient background processing for Ruby

    Project mention: 3 one-person million dollar online businesses | /r/Business_Ideas | 2023-12-04

    Sidekiq https://sidekiq.org/: This one started as an open source project, once it got enough traction, the developer made a premium version of it, and makes money by selling licenses to businesses.

  • Capistrano

    A deployment automation tool built on Ruby, Rake, and SSH.

    Project mention: Ask HN: Deploying my project on multiple servers? | news.ycombinator.com | 2023-07-28

    If you don't want to go down the NFS share route then Capistrano is a useful tool if you're willing to write a little bit of ruby. It comes with some built in goodies like rollbacks. It's an oldie (pre-dockerize everything), but still useful.

    https://github.com/capistrano/capistrano

    You can start by deploying from your machine to simultaneously get it deploying across all your servers, then I'd consider having a CI/CD pipeline take over and run Capistrano for you.

  • Spree Commerce

    A headless open source e-commerce platform for global brands

    Project mention: Ask HN: Suggestions about platform to develop a customizable B2B marketplace | news.ycombinator.com | 2023-05-01
  • Fluentd

    Fluentd: Unified Logging Layer (project under CNCF)

    Project mention: Embracing Kubernetes: The Future of Containerized Applications | dev.to | 2024-01-14

    Get Started with Fluentd

  • 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.

  • Sinatra

    Classy web-development dressed in a DSL (official / canonical repo)

    Project mention: Sinatra 4.0 | news.ycombinator.com | 2024-01-25
  • faker

    A library for generating fake data such as names, addresses, and phone numbers. (by faker-ruby)

    Project mention: Full-Text Search for Ruby on Rails with Litesearch | dev.to | 2024-02-28

    Next up, we'll combine a few of the techniques we've reviewed to implement snappy typeahead searching. Before we do that, though, let's generate more sample data. I will use the popular faker gem to do that:

  • Grape

    An opinionated framework for creating REST-like APIs in Ruby.

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

    Grape’s support extends to standard conventions, multiple format support, content negotiation, versioning, etc. The complete guide to Grape to develop REST-APIs, test the API and analyze the performance metrics is available on its official GitHub page.

  • 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.

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). The latest post mention was on 2024-03-18.

Ruby Ruby related posts

Index

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

Project Stars
1 Ruby on Rails 54,685
2 Jekyll 48,047
3 Discourse 40,089
4 HomeBrew 38,931
5 fastlane 38,483
6 Vagrant 25,735
7 Devise 23,659
8 Gitlab CI 23,546
9 forem 21,463
10 ruby 21,403
11 Le Wagon's Setup 17,608
12 Postal 13,706
13 Gollum 13,513
14 diaspora* 13,329
15 homebrew-core 13,116
16 Sidekiq 12,899
17 Capistrano 12,628
18 Spree Commerce 12,585
19 Fluentd 12,475
20 rubocop 12,464
21 Sinatra 12,077
22 faker 11,027
23 Grape 9,824
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.com