Ruby Ruby

Open-source Ruby projects categorized as Ruby

Top 23 Ruby Ruby Projects

  • Ruby on Rails

    Ruby on Rails

  • Project mention: Why We Don't have a Laravel for JavaScript… Yet | dev.to | 2024-05-29

    And if you’re not familiar with tools like Laravel and Ruby-on-Rails, they are opinionated full-stack frameworks (for PHP and Ruby) with lots of built-in features that follow established conventions so that developers can write less boilerplate and more business logic, while getting the industry best practices baked into their app.

  • Jekyll

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

  • Project mention: Recovering My Blog with Jekyll and Proxmox | dev.to | 2024-05-29

    Today I decided to try and update the Jekyll theme for this site, Chirpy. If you've watched the blog or gone to this blog's status page you probably noticed it was down for a few hours today. Needless to say, things didn't go as planned. It turns out that the last time I tried to update/recreate the blog site I chose the Chirpy Starter option instead of the Github Fork option, and in trying to update it the whole thing went sideways. No problem I'd just restore from the backup/snapshot in Proxmox, which also failed and destroyed the LXC, great!

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

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

  • Project mention: Stop Using Discord | news.ycombinator.com | 2024-05-31
  • HomeBrew

    🍺 The missing package manager for macOS (or Linux)

  • Project mention: Local Reverse Proxy | dev.to | 2024-05-30

    I'm using Homebrew, so the installation is straightforward:

  • 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: Engineering for Slow Internet | news.ycombinator.com | 2024-05-30

    https://github.com/hashicorp/vagrant/issues/1052#issuecommen...

    Again at this point the jokes are frankly writing themselves. Like bro make it possible for people to follow your advice.

    Also if you directly state or indirectly insinuate that your tool is ANY/ALL OF Local First, or Open Source, or Free As In Freedom you better have offline docs.

    If you don't have offline docs your users and collaborators don't have Freedom 1. If you can't exercise Freedom 1 you are severely hampered in your ability to exercise Freedoms 0, 2, or 3 for any nontrivial FOSS system.

    The problem has gotten so bad the I started the Freedom Respecting Technology movement which I'm gonna plug here: https://makesourcenotcode.github.io/freedom_respecting_techn...

  • Devise

    Flexible authentication solution for Rails with Warden.

  • Project mention: Should I Use jwts For Authentication Tokens? | news.ycombinator.com | 2024-05-27

    IMHO the stateful opaque token approach is simple enough that it can (and often does) get baked into whatever language/framework you’re using to write your app. In addition, the very nature of session tokens is such that the logic for what the token actually means/represents lives in your app, on the server.

    So, that may be why we don’t see more “opaque session token” standards/libraries out there as an alternative to JWTs.

    But if you want an existing example, Devise for Rails [1] has been around a while.

    [1] https://github.com/heartcombo/devise

  • SaaSHub

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

    SaaSHub logo
  • 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: Deploying Forem on Render.com PromptZone.com | dev.to | 2024-04-30

    The journey of deploying an open-source software platform like forem can be complex and daunting, but with the right tools and services, it can also be remarkably rewarding. This article details my experience deploying Forem, the software behind the Dev.to, on Render.com, deploying Promptzone.com.

  • ruby

    The Ruby Programming Language

  • Project mention: Ruby 3.4.0 Preview1 Released | news.ycombinator.com | 2024-05-16
  • 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 local frontend and support for many kinds of markup and content.

  • 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: 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)

  • Sidekiq

    Simple, efficient background processing for Ruby

  • Project mention: Hanami and HTMX - progress bar | dev.to | 2024-05-07

    Hi there! I want to show off a little feature I made using hanami, htmx and a little bit of redis + sidekiq.

  • Spree Commerce

    A headless open source e-commerce platform for global brands

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

  • 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: Utilities for refactoring and upgrading Ruby code based on ASTs | news.ycombinator.com | 2024-05-06

    https://github.com/rubocop/rubocop/issues/8091#issuecomment-...

    perhaps they are biased against the tool from participating in a campaign to police the name in the past.

  • 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: Faker – generate fake data such as names, addresses, and phone numbers | news.ycombinator.com | 2024-04-13
  • 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.

  • 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 Ruby related posts

  • Ice_cube: Ruby Date Recurrence Library- Allows easy creation of recurrence rules

    1 project | news.ycombinator.com | 31 May 2024
  • Cargo Actions: An efficient tool for managing and creating GitHub Actions workflow templates

    2 projects | dev.to | 31 May 2024
  • Local Reverse Proxy

    3 projects | dev.to | 30 May 2024
  • Base test profiling inside docker with test-prof

    1 project | dev.to | 30 May 2024
  • Recovering My Blog with Jekyll and Proxmox

    4 projects | dev.to | 29 May 2024
  • How to setup Mac for development in 2024. (Ruby on Rails and NodeJS)

    1 project | dev.to | 29 May 2024
  • Staying Up-to-Date with the Latest AI Developments and Trends

    2 projects | dev.to | 28 May 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 1 Jun 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

Project Stars
1 Ruby on Rails 55,048
2 Jekyll 48,439
3 Discourse 40,797
4 HomeBrew 39,754
5 fastlane 38,731
6 Vagrant 25,926
7 Devise 23,773
8 Gitlab CI 23,623
9 forem 21,651
10 ruby 21,632
11 Le Wagon's Setup 17,978
12 Postal 14,284
13 Gollum 13,592
14 diaspora* 13,364
15 homebrew-core 13,283
16 Sidekiq 12,990
17 Spree Commerce 12,695
18 Capistrano 12,660
19 Fluentd 12,612
20 rubocop 12,517
21 Sinatra 12,127
22 faker 11,159
23 Grape 9,836

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