RailsCasts Pro episodes are now free!

Learn more or hide this

Robert Huberdeau's Profile

GitHub User: rhuberdeau

Site: www.roberthuberdeau.com

Comments by Robert Huberdeau

Avatar

Capybara automatically waits for the content to appear. There's a default time it will wait that you can override. I'm not sure how you would reliably test for the "Fetching more orders.." part though. I'm betting that you would run into instances where that disappeared before Capybara could verify it was there.

Avatar

Download node.js and add it to your path (this is done automatically if you use the msi installer). After you may need to restart your computer before it will work.

Avatar

Does FriendlyId work with nested resources?