Sha256: 49b5f8bf0cdcd36088739abde15ea6ba3d496203f046246bf1973588dbded07d

Contents?: true

Size: 609 Bytes

Versions: 1

Compression:

Stored size: 609 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

Start your server (`rails server`) and go to (http://localhost:3000/admin)[http://localhost:3000/admin] to get started.

== Testing

=== Run rspec

  cd spec/dummy
  rspec spec

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
georgia-0.7.1 README.md