https://github.com/fastruby/stats.fyi
A place to share results from `rails_stats`
https://github.com/fastruby/stats.fyi
Last synced: 3 months ago
JSON representation
A place to share results from `rails_stats`
- Host: GitHub
- URL: https://github.com/fastruby/stats.fyi
- Owner: fastruby
- License: mit
- Created: 2020-10-14T01:23:06.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T22:12:23.000Z (about 1 year ago)
- Last Synced: 2025-01-10T16:44:27.306Z (12 months ago)
- Language: Ruby
- Size: 167 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Stats.FYI
This project is a place to share `rails_stats` data for all your projects.
## Getting Started
You can locally setup this Rails application by calling this command:
```
./bin/setup
```
## Submitting Data
In order to submit data to your local instance, you can do it like this:
```
SHARE_URL=http://localhost:3000 bundle exec rake stats
```
If you want to use the default SHARE_URL (https://stats.fastruby.io) then you
can call `rake stats` like this:
```
SHARE=true bundle exec rake stats
```
## Contributing
Bug reports and pull requests are welcome on GitHub at
https://github.com/fastruby/stats.fyi/issues.
## Sponsorship

`stats.fyi` is maintained and sponsored by [FastRuby.io](https://fastruby.io).
The names and logos for FastRuby.io are trademarks of The Lean Software Boutique
LLC.