-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
While Alba supports many DSLs alike AMS, it's not fully compatible with it, preventing users of AMS to migrate to Alba.
Describe the solution you'd like
Full compatibility for AMS.
require 'alba/ams'
# Now it works without the actual AMS!
class FooSerializer < ActiveModel::Serializers
attribute :id, :name
end
Describe alternatives you've considered
Some convert script, but I guess it's way harder than implementing compatibility layer.
Additional context
https://rubygems.org/gems/active_model_serializers
AMS has been installed more than 100,000,000
times.
I'd love to provide the opportunity for them to migrate to much faster and simpler alternative, Alba!
heka1024danielmalaton, tientt-holistics, alexcastrodev and heka1024
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request