You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
builder is only used for generating xml. Should we keep it as a dependency ? We're using to_xml and active_support takes care to require builder when needed and will tell users if its not found.
For those who doesn't format :xml, builder is just an overhead.