Who's using Rails 7 test

This page summarizes the projects mentioned and recommended in the original post on /r/rails

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
  • rspec-rails

    RSpec for Rails 6+

  • The rspec-rails gem falls back to rails' minitest code to do some things and there are some bugs with lifecycle hooks for example, check here https://github.com/rspec/rspec-rails/issues/2526 and https://github.com/rspec/rspec-rails/issues/2550 that needs workarounds, because rspec tests don't have the exact same lifecycle than minitest tests.

  • Parallel Tests

    Ruby: 2 CPUs = 2x Testing Speed for RSpec, Test::Unit and Cucumber

  • I know changing from RSpec to MiniTest requires some changes on how you organize the tests and how you think about writing them, but I found that I like MiniTest better after using it for more time, I think it goes straight to the point and it's better integrated (don't quote me on this, but I think minitest handles parallel tests better than RSpec in Rails app because that feature was added with mini test in mind, you would need to add an extra gem for rspec for that https://github.com/grosser/parallel_tests)

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

  • Spring: Rails Application Preloader

    1 project | news.ycombinator.com | 25 Apr 2024
  • About time: how to unit test code that depends on time

    3 projects | news.ycombinator.com | 19 Dec 2023
  • Creating integration tests for a backend legacy codebase

    2 projects | dev.to | 11 Apr 2023
  • I isolated the entire codebase from external data sources and made a generator of automated tests

    2 projects | /r/ExperiencedDevs | 6 Apr 2023
  • When to mock and what to mock in a Web API?

    3 projects | /r/golang | 23 Mar 2023