Skip to content

Commit

Permalink
Cleanup for org move
Browse files Browse the repository at this point in the history
  • Loading branch information
boie0025 committed Jun 6, 2017
1 parent 6014ede commit f8105a4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 20 deletions.
22 changes: 6 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,14 @@
## Devs for Change fork
# ActiveAdmin-Mongoid

We "maintain" this fork insofar as we try to keep it working with things that
we are currently working on. Feel free to use this, but make sure to test your
activeadmin classes fully. There's of course no warranty on this, and it's
fairly quirky. Use at your own peril.
## Updates

working: Rails 5, Mongoid 6 and ActiveAdmin 1.0.0.Pre5

---

Until official support is.. officially supported, we're using this fork. It allows ActiveAdmin's master branch to work with activeadmin-mongoid in Ruby 2.2.0 with Rails 4.2.0. Everything seems to work, (with exceptions below), and specs pass. No warranty, of course, and we're not supporting this. Godspeed.
ActiveAdmin is holding off on pulling Mongoid support into the core ActiveAdmin application. This repo was pulled into the ActiveAdmin org from previous work done by Elia Schito, and will be maintained by Nic Boie, JD Guzman, Elia Schito and other ActiveAdmin and community members.

latest working: Rails 5.0.x, Mongoid 6.0.x and ActiveAdmin 1.0.0

### ♻️ INFO

**Official support** has started, subscribe to [activeadmin#2714](https://github.com/activeadmin/activeadmin/issues/2714) for updates!

### ⚠️ ALERT

For the reason above **I'm no longer actively maintaining the projec**. I will still accept any pull request for recent rails/mongoid/activeadmin and adding new specs.
This gem has been brought into the ActiveAdmin org for support and maintenance.

---

Expand All @@ -28,7 +18,7 @@ ActiveAdmin hacks to support Mongoid.
Some ActiveAdmin features are disabled or not working properly:

- comments are disabled by default
- filters are somehow broken
- filters are somewhat broken

For more on Mongoid support in ActiveAdmin see [this issue](https://github.com/gregbell/active_admin/issues/26).

Expand Down
2 changes: 1 addition & 1 deletion activeadmin-mongoid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
gem.version = ActiveAdmin::Mongoid::VERSION
gem.license = 'MIT'

gem.add_runtime_dependency 'mongoid', ['>= 6.0']
gem.add_runtime_dependency 'mongoid', ['>= 6.0', '< 6.1']
gem.add_runtime_dependency 'activeadmin', ['>= 1.0.0.pre5', '< 2']
gem.add_runtime_dependency 'jquery-rails'
gem.add_runtime_dependency 'sass-rails', ['>= 3.1.4', '<= 5.0.6']
Expand Down
2 changes: 1 addition & 1 deletion lib/active_admin/mongoid/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ActiveAdmin
module Mongoid
VERSION = '0.3.0'
VERSION = '0.4.0'
end
end
4 changes: 2 additions & 2 deletions test_app/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ gem 'activeadmin-mongoid', path: ',.'

# Test app stuff

gem 'rails', '~> 5.0.1'
gem 'rails', '~> 5.0.3'

gem 'pry'

gem 'devise'

gem 'mongoid', '~> 6.0', require: true
gem 'mongoid', '~> 6.0.0', require: true
gem 'kaminari', '~> 1.0'
gem 'kaminari-mongoid'
gem 'ransack'
Expand Down

0 comments on commit f8105a4

Please sign in to comment.