Pregnancy
Babies
Nursery Rhymes
Silly Gooses
Who Knows Mama Best?
100
config/database.yml
What is the database configuration file?
100
flash
What is a message that is displayed as a notice to the user?
100
git checkout
What is a git command for changing branches?
100
do end
How do you organize groups of code?
100
RSpec
What gem is used for BDD?
200
ActiveRecord::RecordNotFound
What error is raised when a record is not found?
200
before filter, :only option
What is a way of running filters on an individual action?
200
branch
What git command lists names of code trees?
200
to_sym
How do you change a string to a symbol?
200
Capybara
What is a way of driving a headless browser for testing?
300
uniqueness validator
What is a way of making sure a column does not contain duplicate values?
300
FormOptionsHelper.select
How do you create a drop-down field on a form?
300
fetch and merge
What does git pull do?
300
ternary statment
condition ? true : false
300
Devise
What gem is used for authentication?