Sha256: 46e34c725ce5f220a7c0f64d2a36891d17c3c8c9405171eb48ba884a06f55d0c

Contents?: true

Size: 1.03 KB

Versions: 1

Compression:

Stored size: 1.03 KB

Contents

# Redis stores for I18n

__`redis-i18n`__ provides a Redis backend for __I18n__. See the main [redis-store readme](https://github.com/redis-store/redis-store) for general guidelines.

## Installation

```ruby
# Gemfile
gem 'redis-i18n'
```

## Usage

```ruby
I18n.backend = I18n::Backend::Redis.new
```

## Running tests

```shell
gem install bundler
git clone git://github.com/redis-store/redis-i18n.git
cd redis-i18n
bundle install
bundle exec rake
```

If you are on **Snow Leopard** you have to run `env ARCHFLAGS="-arch x86_64" bundle exec rake`

## Status

[![Gem Version](https://badge.fury.io/rb/redis-i18n.svg)](http://badge.fury.io/rb/redis-i18n) 
[![Build Status](https://secure.travis-ci.org/redis-store/redis-i18n.svg?branch=master)](http://travis-ci.org/redis-store/redis-i18n?branch=master) 
[![Code Climate](https://codeclimate.com/github/redis-store/redis-i18n.svg)](https://codeclimate.com/github/redis-store/redis-i18n)

## Copyright

2009 - 2013 Luca Guidi - [http://lucaguidi.com](http://lucaguidi.com), released under the MIT license

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
redis-i18n-0.8.0 README.md