Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
rom-rb.org/source/status.html.slim
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
43 lines (39 sloc)
1.16 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
title: Status | |
--- | |
markdown: | |
# ROM Project Status | |
The ROM ecosystem consists of the core rom gem along with rom-rails, for Rails | |
integration, and various adapter gems. | |
With so many projects, it can be difficult to keep up on the status of each | |
one. Below is a break-down for each rom-related project, the current stable | |
released version, and the build status for the main branch. | |
table | |
thead | |
tr | |
th Project | |
th Released Version | |
th main Build Status | |
th CodeClimate | |
th Test Coverage | |
th Doc Coverage | |
tbody | |
- projects.reject(&:sub_project?).sort_by(&:name).each do |project| | |
tr | |
td | |
a href=project.github_url = project.name | |
td | |
a href=project.rubygems_url | |
img src=project.version_badge | |
td | |
a href="https://github.com/rom-rb/#{project.name}" | |
img src=project.ci_badge | |
td | |
a href=project.codeclimate_url | |
img src=project.codeclimate_badge | |
td | |
a href=project.codeclimate_url | |
img src=project.coverage_badge | |
td | |
a href=project.inch_url | |
img src=project.inch_badge |