rails_stats icon indicating copy to clipboard operation
rails_stats copied to clipboard

external/replacement version of rake stats

Results 2 rails_stats issues
Sort by recently updated
recently updated
newest added

There are a few unreleased changes that could be released.

Using rails_stats v1.0.2 Given I have added `gem "rails_stats"` to my `Gemfile` and I have the following app's file structure (typical when using [packs-rails](https://github.com/rubyatscale/packs-rails)): ``` my_rails_app/ ├── app │   ├──...