RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: jeremyescott
Site: http://twitter.com/jeremyescott
The #196 revised does all this plus the previous video (196) for rails 3, and they mostly work for Rails 4 except for strong parameters adjustments.
Your spec/requests folder should be spec/features to get capybara to work. This is if you are getting a NoMethodError: / undefined method `visit' error.
The #196 revised does all this plus the previous video (196) for rails 3, and they mostly work for Rails 4 except for strong parameters adjustments.
Your spec/requests folder should be spec/features to get capybara to work. This is if you are getting a NoMethodError: / undefined method `visit' error.