Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doabit/activeadmin-mongomapper
ActiveAdmin hacks to support mongomapper (some ActiveAdmin features are disabled)
https://github.com/doabit/activeadmin-mongomapper
Last synced: about 1 month ago
JSON representation
ActiveAdmin hacks to support mongomapper (some ActiveAdmin features are disabled)
- Host: GitHub
- URL: https://github.com/doabit/activeadmin-mongomapper
- Owner: doabit
- License: mit
- Created: 2012-05-08T03:42:49.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-08T03:43:30.000Z (over 12 years ago)
- Last Synced: 2024-09-17T05:50:46.524Z (about 2 months ago)
- Language: Ruby
- Size: 92.8 KB
- Stars: 5
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ActiveAdmin::Mongomapper
Idea from [activeadmin-mongoid](https://github.com/elia/activeadmin-mongoid)
ActiveAdmin hacks to support Mongomapper.
Some ActiveAdmin features are disabled:- comments
- sidebar filtersFor more on Mongomapper support in ActiveAdmin see [this issue](https://github.com/gregbell/active_admin/issues/26).
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'mm-devise'
gem 'activeadmin-mongomapper'
```And then execute:
$ bundle
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request## Copyright
Copyright © 2012 Doabit. See LICENSE for details.