harvesthq/actionpack-xml_parser

Name: actionpack-xml_parser

Owner: Harvest

Description: XML parameters parser for Action Pack (removed from core in Rails 4.0)

Created: 2015-02-02 11:08:49.0

Updated: 2015-09-13 02:22:16.0

Pushed: 2014-10-22 17:22:25.0

Homepage: null

Size: 205

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

actionpack-xml_parser

A XML parameters parser for Action Pack (removed from core in Rails 4.0)

Installation

Include this gem into your Gemfile:

'actionpack-xml_parser'

Then, add ActionDispatch::XmlParamsParser middleware after ActionDispatch::ParamsParser in config/application.rb:

ig.middleware.insert_after ActionDispatch::ParamsParser, ActionDispatch::XmlParamsParser

You may need to require the ActionDispatch::XmlParamsParser manually. Add the following in your config/application.rb:

ire 'action_dispatch/xml_params_parser'

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.