Skip to content

Generates charts that visualize the number of outdated gems in Ruby projects over time

Notifications You must be signed in to change notification settings

infinum/rails-infinum-gemorama

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gemorama

This Rails project generates charts that visualize the number of outdated gems in Ruby projects over time. The charts display a timeline with the count of outdated gems for each date.

Example chart

System

Setup

Run:

./bin/setup

Load Rubygems data

In order to use this app, you'll first need to seed your database with some Rubygems dumps. This can easily be done with:

script/load-pg-dump -d rails_infinum_gemorama_development -c ~/Downloads/public_postgresql.tar

Generate chart

With everything set up, you can generate charts for your projects using the following command:

script/chart -f 2024-07-29 -t 2024-08-02 ~/Code/Projects/a-cool-rails-rails-project

If you need to specify a different branch, use the -b option.

For additional information about the script/chart options, run:

script/chart -h

About

Generates charts that visualize the number of outdated gems in Ruby projects over time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published