-
Notifications
You must be signed in to change notification settings - Fork 494
chore: remove deprecated ORM generators (DataMapper, MongoMapper, CouchRest, Ripple) #2320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -6,7 +6,7 @@ | |||||
|
|
||||||
| <div class=base-icons> | ||||||
| <div class=btn-group> | ||||||
| <div class="btn btn-primary" title="Adapters for datamapper, sequel, activerecord, minirecord, mongomapper, mongoid, couchrest"><%%= tag_icon("cogs fa-2x", "Orm Agnostic") %></div> | ||||||
| <div class="btn btn-primary" title="Adapters for sequel, activerecord, minirecord, mongoid"><%%= tag_icon("cogs fa-2x", "Orm Agnostic") %></div> | ||||||
|
||||||
| <div class="btn btn-primary" title="Adapters for sequel, activerecord, minirecord, mongoid"><%%= tag_icon("cogs fa-2x", "Orm Agnostic") %></div> | |
| <div class="btn btn-primary" title="Adapters for multiple Ruby ORMs"><%%= tag_icon("cogs fa-2x", "Orm Agnostic") %></div> |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -5,7 +5,7 @@ | |||||
|
|
||||||
| .base-icons | ||||||
| .btn-group | ||||||
| .btn.btn-primary{title: 'Adapters for datamapper, sequel, activerecord, minirecord, mongomapper, mongoid, couchrest'} | ||||||
| .btn.btn-primary{title: 'Adapters for sequel, activerecord, minirecord, mongoid'} | ||||||
|
||||||
| .btn.btn-primary{title: 'Adapters for sequel, activerecord, minirecord, mongoid'} | |
| .btn.btn-primary{title: 'Adapters for multiple ORMs and data stores'} |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -5,7 +5,7 @@ div class="base-text" | |||||
|
|
||||||
| div class="base-icons" | ||||||
| div class="btn-group" | ||||||
| div class="btn btn-primary" title="Adapters for datamapper, sequel, activerecord, minirecord, mongomapper, mongoid, couchrest" = tag_icon("cogs fa-2x", "Orm Agnostic") | ||||||
| div class="btn btn-primary" title="Adapters for sequel, activerecord, minirecord, mongoid" = tag_icon("cogs fa-2x", "Orm Agnostic") | ||||||
|
||||||
| div class="btn btn-primary" title="Adapters for sequel, activerecord, minirecord, mongoid" = tag_icon("cogs fa-2x", "Orm Agnostic") | |
| div class="btn btn-primary" title="Adapters for sequel, activerecord, minirecord, mongoid, ohm, dynamoid" = tag_icon("cogs fa-2x", "Orm Agnostic") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This ORM list is missing
MiniRecord, which is still supported by the admin generator. Also, further down this README still references DataMapper-specific rake tasks (e.g.,dm:migrate,dm:auto:migrate); those instructions should be updated/removed now that DataMapper support is being removed.