Sha256: 394377df3b5ef71bb3e625c3a923193ec39a8121567631c45e708b7a7abf428d

Contents?: true

Size: 1022 Bytes

Versions: 2

Compression:

Stored size: 1022 Bytes

Contents

# Activeadmin::Mongoid::Localize

Easily edit mongoid localized fields in ActiveAdmin (all locales on one page)

## Installation

Add this line to your application's Gemfile:

    gem 'activeadmin-mongoid-localize'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install activeadmin-mongoid-localize

## Usage

Really simple:

    f.inputs do
      f.localized_input :title
      
      # and ckeditor too!
      f.localized_input :content, as: :ckeditor
    end

CKEditor is tested & working with my fork: https://github.com/glebtv/ckeditor
ActiveAdmin-mongoid is tested & working with my fork: https://github.com/rs-pro/activeadmin-mongoid

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

## License

This gem uses free flags icons from famfamfam -- http://www.famfamfam.com/lab/icons/flags/

MIT License

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
activeadmin-mongoid-localize-0.2.1 README.md
activeadmin-mongoid-localize-0.1.0 README.md