We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7236681 commit a6fdbccCopy full SHA for a6fdbcc
app/helpers/react_on_rails_helper.rb
@@ -338,7 +338,7 @@ def initialize_redux_stores
338
# second parameter passed to both component and store generator functions.
339
def rails_context(server_side:)
340
@rails_context ||= begin
341
- # Using Addressable instead of standard URI to better deal with
+ # Using Addressable instead of standard URI to better deal with
342
# non-ASCII characters (see https://github.com/shakacode/react_on_rails/pull/405)
343
uri = Addressable::URI.parse(request.original_url)
344
# uri = Addressable::URI.parse("http://foo.com:3000/posts?id=30&limit=5#time=1305298413")
0 commit comments