I updated my timer app over the weekend. The app runs fine, but my Capybara integration test of a PUT link now fails (it worked in Rails 3.0). Capybara also does not show the styles when using save_and_open_page, so I'm guessing that Capybara does not play well with the asset pipeline (yet?). I was hoping Ryan would re-run his tests in the video after he moved his Javascripts and styles to app/assets.
I updated my timer app over the weekend. The app runs fine, but my Capybara integration test of a PUT link now fails (it worked in Rails 3.0). Capybara also does not show the styles when using save_and_open_page, so I'm guessing that Capybara does not play well with the asset pipeline (yet?). I was hoping Ryan would re-run his tests in the video after he moved his Javascripts and styles to app/assets.
Ditto on this experience. I wish they'd somehow tune the version that comes with the gem so it could be used in production.