Skip to content

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

License

Notifications You must be signed in to change notification settings

sikachu/actionpack-xml_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

actionpack-xml_parser

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

Installation

Include this gem into your Gemfile:

gem 'actionpack-xml_parser', github: 'rails/actionpack-xml_parser'

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

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages