# Ruby on Rails

Ruby on Rails

Repository: https://github.com/rails/rails
Canonical: https://ross.abutalabs.com/products/ruby-on-rails
Homepage: https://rubyonrails.org
Language: Ruby
License: MIT
License Family: permissive
Topics: rails, mvc, html, activerecord, activejob, ruby, framework
Last push: 2026-08-27T00:14:45+00:00

## Health v2 (maintenance only)
Score: 98/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 95, longevity 100
- inputs: {"age_days": 6719, "days_push": 7, "days_rel": 35, "gap_med": 0.0, "n_releases_24m": 37}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 58720, forks 22369 (observed 2026-08-28T04:12:18.638777+00:00)

## What it is
Ruby on Rails is a full-stack MVC web application framework written in Ruby, bundling Active Record ORM, Action Pack routing/controllers, Action View templating, and libraries for email, background jobs, WebSockets, and file storage. It is designed for rapidly building database-backed web applications following convention-over-configuration principles.

## Use cases
- build a database-backed web application in ruby
- rapidly prototype an mvc web app
- build a crud application with an orm
- add websockets to a ruby web app
- send and receive email in a web application
- run background jobs with a queuing backend
- build a rest or json api in ruby

## When to choose
- you want a batteries-included full-stack framework with strong conventions
- you are building a database-backed web application in Ruby
- you need ORM, routing, templating, jobs, and email out of the box
- you value rapid development and a mature ecosystem

## When to avoid
- you need a microframework or minimal API-only setup with tiny footprint
- your stack is not Ruby
- you need fine-grained control over every architectural decision
- you are building a lightweight static site

## Facets
- artifact type: framework
- maturity: stable
- function: web-framework, orm, templating, routing, websocket, email, file-upload
- domain: web-development, backend, databases
- platform: ruby, cross-platform
- tags: mvc, activerecord, full-stack-framework, convention-over-configuration, activejob, actioncable, background-jobs, full-stack, web-server

## Member repositories
- rails/rails (main) score 98
- rails/actioncable (mirror) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:12:18.638777+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-29T16:18:19.443090+00:00, confidence not recorded.
  - readme: https://github.com/rails/rails (fetched 2026-08-28T04:12:18.638777+00:00, sha d103086d896e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
