85x14 / griddler-ses

MIT License
13 stars 29 forks source link

Griddler-SES uses middleware no longer available in Rails 5 #12

Open iamliamc opened 7 years ago

iamliamc commented 7 years ago

stack.rb:106:in `assert_index': No such middleware to insert before: ActionDispatch::ParamsParser (RuntimeError)

Via 5.0 release notes: https://github.com/rails/rails/blob/6c520b75286aa5969de427c5aa417061bd7c58bc/guides/source/5_0_release_notes.md

ActionDispatch::ParamsParser is deprecated and was removed from the middleware stack. To configure the parameter parsers use ActionDispatch::Request.parameter_parsers=. (commit, commit)

danwetherald commented 6 years ago

@iamliamc how were you able to get this to work with rails 5?

iamliamc commented 6 years ago

I ended up going back to rails 4. Cheers.