Capybara visit url from s rails console

When I try to run visit <url> from rails console rails complains so such route, of course there’s no supposed to be since I’m not requesting a page on my app

On the rails console try app.get('/') (replace the string with a path) eg app.get('/about')

I tried that with an absolute url beginning with https://…, rails still complains that there’s no such route The syntax you gave me is for within my app I’m trying to request a site out on the web

Maybe google `ruby http client` ?