Created by: anhari
Fixes #320 (closed).
- Replaces the use of locals with instance variables.
- Replaces
.capture_view_localsin theControllerHelpersmodule with a.value_assigned_tomethod which grabs the value assigned to an instance variable without requiring the rails-controller-testing gem. - Updates views to use newly implemented instance variables, and replaces comments referencing local variables with ones referencing instance variables.
- Moves the logic behind
show_search_barandsearch_terminto thePage::Collectionobject. - Alphabetizes the
Gemfile.