Watch us pair program, doing outside-in behavior driven development using Cucumber and RSpec, as we add pagination with will_paginate to the search results we fetched from Twitter.
SearchResults fetched from Twitter in episode 8 are displayed on the Dashboard.
Searching Twitter from Rails. Learn how to write specs for using extenal APIs.
In this episode we add the ability to remove Search terms from a Brand.
In this episode we start adding the 'searches' relationship to Brand.
Finishing out the remaining RESTful actions – edit, update and destroy – for the Brand resource.
Installing and configuring Spork to make RSpec and Cucumber load specs and features faster.
Adding static pages. We write the Cucumber feature, spec, then add the controller code and finally views.
Bootstraping a Rails app. In this episode we get our environment set up. We generate a rails app, get our code cleaned up and pushed to github and install cucumber and rspec, making sure we can run features and specs.