Re: [Rails] Capybara visit url from s rails console

2018-12-27 Thread Hassan Schroeder
On Thu, Dec 27, 2018 at 9:33 AM fugee ohu wrote: > I'm trying to request a site out on the web Maybe google `ruby http client` ? -- Hassan Schroeder hassan.schroe...@gmail.com twitter: @hassan Consulting Availability : Silicon Valley or remote -- You received this

Re: [Rails] Capybara visit url from s rails console

2018-12-27 Thread fugee ohu
On Thursday, December 27, 2018 at 9:43:00 AM UTC-5, Rob Zolkos wrote: > > On the rails console try app.get('/') (replace the string with a > path) eg app.get('/about') > > On Wed, Dec 26, 2018 at 4:58 PM fugee ohu > > wrote: > > > > When I try to run `visit ` from rails console rails

Re: [Rails] Capybara visit url from s rails console

2018-12-27 Thread Rob Zolkos
On the rails console try app.get('/') (replace the string with a path) eg app.get('/about') On Wed, Dec 26, 2018 at 4:58 PM fugee ohu wrote: > > When I try to run `visit ` from rails console rails complains so such > route, of course there's no supposed to be since I'm not requesting a page

[Rails] Capybara visit url from s rails console

2018-12-26 Thread fugee ohu
When I try to run `visit ` 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 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group