A Writer's Ruby

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
  • sdk-ruby

    Ruby SDK for the Authorize.Net API

  • I am in the camp of using as little rubocop as possible, but still using it. I like it to address the drastic stuff like misalignments, mixed tabs and spaces, obvious sloppiness.[1] Still, it should allow most of the freedom. My preferences are posted in what I call a "narrative" Rails template[2]. It's a relaxed "standardrb", which I have since relaxed even further, but haven't updated the repo yet.

    [1]: https://github.com/AuthorizeNet/sdk-ruby/commit/1972b153a893...

  • narrative

    Rails template promoting narrative-centric (rather than model-centric) architectural approach.

  • [2]: https://github.com/maxim/narrative/blob/main/example_app/.ru...

  • 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
  • relaxed.ruby.style

    A Relaxed Style Guide for Ruby & Configuration for RuboCop

  • I always slap relaxed.ruby.style on every new project that uses rubocop. It disables all the excessive rules.

    https://github.com/janlelis/relaxed.ruby.style

  • standard

    Ruby's bikeshed-proof linter and formatter 🚲 (by standardrb)

  • Cynically, reading heavily between the lines, this reads to me like DHH just found out lots of rubyists like standardrb. https://github.com/standardrb/standard -- and this is his quick reaction to it.

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

  • Am I the only one who doesn't put parentheses around the parameters in Ruby method definitions?

    1 project | dev.to | 11 Apr 2024
  • Standardrb: Ruby's bikeshed-proof linter and formatter

    1 project | news.ycombinator.com | 21 Feb 2024
  • "Useless Ruby sugar": Endless (one-line) methods

    1 project | news.ycombinator.com | 4 Dec 2023
  • An Introduction to RuboCop for Ruby on Rails

    3 projects | dev.to | 13 Sep 2023
  • Biome.js : Prettier+ESLint killer ?

    3 projects | dev.to | 18 Apr 2024