Sha256: 1700975b10c4e027bb3aa4701bbee14f04568258899e355680f51483fa068872

Contents?: true

Size: 564 Bytes

Versions: 1

Compression:

Stored size: 564 Bytes

Contents

= Georgia

This project rocks and uses MIT-LICENSE.

== Getting started

Make sure you have properly identify your default locale and possible available ones.
Georgia uses available_locales to know which translations should be configured or not.

  config.i18n.default_locale = :en
  config.i18n.available_locales = [:en]

Then run the generator to mount routes, run migrations & setup initial instances.

  rails g georgia:install

== Testing

=== Run Foreman to start Solr

  cd spec/dummy
  bundle exec foreman start

=== Run rspec

  cd spec/dummy
  rspec spec

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
georgia-0.7.0 README.md