Sha256: 5413c0a6abb12483addcf7f285e036c695596e1f482f41b9d7b09247864c2ac7

Contents?: true

Size: 1.27 KB

Versions: 1

Compression:

Stored size: 1.27 KB

Contents

# Redis Dictionary

[![Build Status](https://travis-ci.org/redrick/redis_dictionary.png?branch=master)](https://travis-ci.org/redrick/redis_dictionary)
[![Coverage Status](https://coveralls.io/repos/redrick/redis_dictionary/badge.png?branch=master)](https://coveralls.io/r/redrick/redis_dictionary?branch=master)
[![Gem Version](https://badge.fury.io/rb/redis_dictionary.png)](http://badge.fury.io/rb/redis_dictionary)

Rails frontend for i18n with redis backend as extended version of [fourmach/i18n_dashboard](https://github.com/fourmach/i18n_dashboard) gem.

## Screenshots

![#](https://raw.github.com/redrick/redis_dictionary/master/doc/screenshot-1.png)
![#](https://raw.github.com/redrick/redis_dictionary/master/doc/screenshot-2.png)


## Installation

Add this line to your application's Gemfile:

``` ruby
gem 'redis_dictionary'
```


And then execute:

    $ bundle

And finally execute:

``` ruby

rails g redis_dictionary:install
```


## Thanks
  
  * [Jose Galisteo](https://github.com/ceritium) for writing [I18n_dashboard](https://github.com/fourmach/i18n_dashboard)
  * [Alberto Fernández-Capel](https://github.com/afcapel): [Setup integration tests with capybara](https://github.com/fourmach/i18n_dashboard/pull/1)
  * Great tips of [Blogit](https://github.com/KatanaCode/blogit).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
redis_dictionary-1.0.0 README.md