Rack::ParamsKeyConverter
This is a rack middleware that convert params key between JavaScript app and Rails app.
Installation
Add this line to your application's Gemfile:
gem 'rack-params_key_converter'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rack-params_key_converter
Usage
Add below to your rails app's config/initializers
Rails.configuration.middleware.insert_after(ActionDispatch::ParamsParser, Rack::ParamsKeyConverter)
Contributing
- Fork it ( https://github.com/[my-github-username]/rack-params_key_converter/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
LiCENSE
MIT