Ask HN: Who's using Ruby web development without Ruby on Rails (RoR)?

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • neocities

    Neocities.org - the web site. Yep, the backend is open source!

  • Thanks! If you want to look at our embarrassingly bad code it's all here: https://github.com/neocities/neocities

    (I'm not saying it's better than Rails, just that it's better than Rails for me.)

  • miner_mover

    Concurrency and Parallelism Sandbox

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

    Sequel: The Database Toolkit for Ruby

  • I've been on the Roda [0] and Sequel [1] framework for over 10 years now across various projects. Even after all these years, starting a project in this stack feels like a breath of fresh air even compared to the newer language/frameworks that jabe come out since.

    Jeremy Evans is the creator and maintainer of both of these Ruby gems and is super helpful in resolving ask kinda of issues.

    [0]: https://roda.jeremyevans.net/

    [1]: https://sequel.jeremyevans.net/

  • Roda

    Routing Tree Web Toolkit

  • I've been on the Roda [0] and Sequel [1] framework for over 10 years now across various projects. Even after all these years, starting a project in this stack feels like a breath of fresh air even compared to the newer language/frameworks that jabe come out since.

    Jeremy Evans is the creator and maintainer of both of these Ruby gems and is super helpful in resolving ask kinda of issues.

    [0]: https://roda.jeremyevans.net/

    [1]: https://sequel.jeremyevans.net/

  • sitepress

    Sitepress ruby gems

  • I went the opposite direction and built a static site generator on top of Rails: https://sitepress.cc/

    Turns out, Rails is a really good web framework! I tried building Sitepress on something “light weight”, Tilt and Rack, and it was a pain. I found myself constantly solving the same problems that were already solved in Rails. At some point it dawned on me that I could just build on top of a few parts of Rails, so I did. I wrote about it at https://fly.io/ruby-dispatch/single-file-rails-app/

    I’m glad I did! Now I can plug all of the Rails template handlers, view components, and other Rails plugins into it and ride off that entire communities docs.

    If you find yourself thinking, “rails is too heavy”, consider shedding the parts of Rails that you don’t need. Then as your application grows in complexity and you find yourself needing more parts of Rails, bring it back in.

  • SaaSHub

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

    SaaSHub logo
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

  • There's SQL in my Ruby

    2 projects | dev.to | 7 Apr 2023
  • Overview Of Rails 7.1 Features Part 1

    10 projects | news.ycombinator.com | 20 Dec 2022
  • What It Took to Build a Rails Integration for Rodauth

    11 projects | dev.to | 12 Oct 2022
  • Sinatra vs. Roda, what's your take?

    2 projects | /r/ruby | 29 Aug 2022
  • Roda: Simplicity, Reliability, Extensibility & Performance by Jeremy Evans

    4 projects | /r/ruby | 9 Mar 2022