• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/6

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

6 Cards in this Set

  • Front
  • Back
what is the Apache server about?
the apache server is about communication on a network

apaches uses the TCP/IP protocol at its foundation, providing an implementation of HTTP
how to extend a rails web app?
by using plugins
what is the document root?
The document root is a directory your shared host uses to serve all your
static web pages
what can be wrong when rake db:.. command fails?
the database.yml configuration file
what to do first when starting new rails project?
configure database.yml
What is Active Record part of?
Active Record is an ORM wrapper/layer for database access