An open API service indexing awesome lists of open source software.

https://github.com/barthez/ruby-profiling-example-1


https://github.com/barthez/ruby-profiling-example-1

Last synced: 8 months ago
JSON representation

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
```