Ruby: "the best" language for general automation

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

    InSpec: Auditing and Testing Framework

  • The course uses Chef Inspec, an open source Ruby DSL. I made a POC with this tool to automatically check repositories on GitHub, checks like if it contains a gitignore consistent with the language used, if node_modules is not present, etc.

  • bats-core

    Bash Automated Testing System

  • The tool that was most indicated was Bats, made in Shell Script. But I couldn't make some simple things work like assigning variables to use them within the tests. The documentation itself said that it was a little complicated to split the tests into different files. Imagine the mess that would be as the tests grew.

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

    Test command-line applications with Cucumber-Ruby, RSpec or Minitest.

  • Another tool I found was Aruba, written in Ruby, but the documentation is practically non-existent and it recommends using it with Cucumber. Even the examples inside are in a features folder. I refuse to use Cucumber…

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

  • Road Map To Become a Web Developer

    4 projects | dev.to | 24 Jul 2023
  • CI/CD Pipeline Using GitHub Actions: Automate Software Delivery

    8 projects | dev.to | 21 Jul 2023
  • Don't Use Mocks

    4 projects | news.ycombinator.com | 20 Jun 2023
  • Testing Terraform infra - terratest alternatives?

    3 projects | /r/devops | 8 Feb 2023
  • Top 15 Must Have Tools For JavaScript Developers

    9 projects | dev.to | 9 Nov 2022