Merging Query Strings when Redirecting in Rails
The Rails router provides a convenient redirect method, but it doesn’t include the request query string parameters by default. This post addresses that in a few ways.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
The Rails router provides a convenient redirect method, but it doesn’t include the request query string parameters by default. This post addresses that in a few ways.
Post a comment