ruby/setup-ruby or actions/cache - caching Ruby gems on Github Actions

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

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
  • cache

    Cache dependencies and build outputs in GitHub Actions

  • Actions/cache is a popular solution that can be used to save data into the cache and restore it during the next CI build. It's often used for Ruby on Rails projects that also use actions/setup-ruby for managing the Ruby version on Github Actions.

  • setup-ruby

    An action to download a prebuilt Ruby and add it to the PATH in 5 seconds

  • ruby/setup-ruby - it's a solution to install a specific Ruby version and cache Ruby gems with bundler. Two features in one action.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS 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

  • Configurando o Rails, RSpec e Rubocop no Github Actions

    2 projects | dev.to | 25 Mar 2022
  • Setup Ruby on Github Actions to cache Ruby gems for Rails project

    2 projects | /r/rails | 6 Apr 2021
  • Personal efforts to improve the quality of Ruby interpreter

    5 projects | dev.to | 27 Dec 2022
  • Github Action setup-ruby needs to quote '3.0' or will end up with ruby 3.1

    2 projects | /r/ruby | 29 Dec 2021
  • Install Ruby on Mac without Homebrew?

    6 projects | /r/ruby | 19 Nov 2021