https://github.com/barthez/ruby-profiling-example-1
https://github.com/barthez/ruby-profiling-example-1
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/barthez/ruby-profiling-example-1
- Owner: barthez
- Created: 2015-02-17T22:16:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-17T22:17:36.000Z (over 11 years ago)
- Last Synced: 2024-12-29T06:09:05.578Z (over 1 year ago)
- Language: Ruby
- Size: 3.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ruby and Rails profiling 101
## Example 1
Example app to show usage of rack-mini-profiler.
Uses mongodb.
to generate data use:
```
# Fake data
rake faker:employers
rake faker:jobs
rake faker:ontology_jobs
# Match jobs -> ontology_jobs
rake faker:match
```