# nikolalsvk/render_async

render_async lets you include pages asynchronously with AJAX

Repository: https://github.com/nikolalsvk/render_async
Canonical: https://ross.abutalabs.com/products/render_async
Homepage: https://rubygems.org/gems/render_async/
Language: Ruby
License: MIT
License Family: permissive
Topics: rails, rails5, gem, ajax, async, semaphore-open-source, hacktoberfest
Last push: 2024-11-11T17:59:10+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3453, "days_push": 660, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1069, forks 71 (observed 2026-08-28T04:03:27.717984+00:00)

## What it is
render_async is a Ruby gem for Rails that speeds up page loads by rendering view partials asynchronously via AJAX. It injects JavaScript that fetches a controller action and renders the partial in place, letting users see the page shell faster.

## Use cases
- speed up slow Rails pages by loading partials asynchronously
- render dashboard widgets without blocking page load
- lazy-load heavy view sections with AJAX in Rails
- avoid caching problems caused by slow partials
- load page sections after initial render in Rails 5+

## When to choose
- you have a Rails app with slow-rendering partials blocking page display
- you want a simple view-helper-based async loading without a JavaScript framework
- you need to defer expensive content until after the page shell renders

## When to avoid
- you use Hotwire/Turbo or a modern SPA framework that already handles async content
- your project is not Ruby on Rails
- you need server-sent events or streaming rather than simple AJAX fetch-and-render

## Facets
- artifact type: library
- maturity: maintenance
- function: web-framework, http-client, middleware
- domain: web-development, frontend, backend, performance
- platform: ruby
- tags: rails, ajax, async-rendering, view-helper, ruby-gem, turbo-alternative, web-server

## Member repositories
- nikolalsvk/render_async (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:27.717984+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:54:28.759803+00:00, confidence not recorded.
  - readme: https://github.com/nikolalsvk/render_async (fetched 2026-08-28T04:03:27.717984+00:00, sha 3c285b1f2e38)
  - homepage: https://rubygems.org/gems/render_async/ (fetched 2026-08-29T12:56:35.674635+00:00, sha 6683d657c7d2)
  - site_page: https://guides.rubygems.org/command-reference (fetched 2026-08-29T12:56:35.683841+00:00, sha ef62154d6253)
  - site_page: https://rubygems.org/pages/about (fetched 2026-08-29T12:56:35.687250+00:00, sha e4248571fa5d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
