Skip to content

Dive into Questioning Authority

E. Lynette Rayle edited this page Feb 21, 2019 · 1 revision

This tutorial is known to work with rails 4.x and ruby 2.x.
Please update this wiki to reflect any other versions that have been tested.

Prerequisites

This tutorial assumes that you have some basic familiarity with Ruby and Rails. If you are new to Rails, we recommend going through the RailsBridge Tutorial first.

A fun way to learn about the basic Rails syntax and patterns is the Rails for Zombies tutorial.

The tutorial also mentions using Ruby Version Manager, a.k.a RVM. Before starting this tutorial, visit the RVM website to learn about how that tool is used. RVM is not required in order to do the tutorial, but you will probably find it useful.

System Requirements

Your system should have the following installed before beginning the walkthrough

Goals

  • Add Questioning Authority to a new rails application
  • Use Questioning Authority to look up a specific term
  • Use Questioning Authority as an auto-complete suggestion list
  • Get more information on a Questioning Authority term response

Steps/Lessons

  1. Lesson: Generate a Rails Application with Questioning Authority
  2. Lesson: Start the Application & Search for a Term
  3. Lesson: Build an Autocomplete View
  4. Lesson: Get More Information on a Term Response

Next Steps

TODO

Clone this wiki locally