Sha256: 3e8f2982a731550ae0bbc760b0f29746e0e35e64fe469aadc1fc7d7fc54903ee

Contents?: true

Size: 655 Bytes

Versions: 9

Compression:

Stored size: 655 Bytes

Contents

# RailsPerformance

Short description and motivation.

## Usage

Create `config/initializers/rails_performance.rb`

```ruby
RailsPerformance.setup do |config|
  config.redis = Redis.new
  config.days  = 3
end
```

## Installation
Add this line to your application's Gemfile:

```ruby
gem 'rails_performance'
```

And then execute:
```bash
$ bundle
```

## TODO

- time/zone
- redis namespaces
- skip for tests ?
- documentation
- add 1 if 0 (it means one request was)
- better hint

## Contributing

You are welcome to contribute.

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rails_performance-0.0.1.9 README.md
rails_performance-0.0.1.8 README.md
rails_performance-0.0.1.6 README.md
rails_performance-0.0.1.5 README.md
rails_performance-0.0.1.4 README.md
rails_performance-0.0.1.3 README.md
rails_performance-0.0.1.2 README.md
rails_performance-0.0.1.1 README.md
rails_performance-0.0.1 README.md