railsgirlsla

Geek Games

How do you run the Rails server?

Question 1

rails s

Answer 1

How do you stop the Rails server?

Question 2

Crtl c

Answer 2

What is the terminal command for changing directories?

Question 3

cd

Answer 3

What is the HTML tag to create a paragraph?

Question 4

<p>

Answer 4

What CSS style would change the color of a paragraph to blue?

Question 5

color: blue

or

color: #0000ff

or

color: #00f

Answer 5

What does C.R.U.D. stand for?

Question 6

Create Read Update Destroy

Answer 6

What is the command

to push your files to

the master branch of GitHub?

Question 7

git push origin master

Answer 7

What is ERB?

Question 8

<%= embedded Ruby %>

Answer 8

How do you generate a Rails scaffold called Adventure?

Question 9

rails g scaffold Adventure

Answer 9

What are the HTML tags <h1>    <h2>    <h3>

<h4>   <h5>   <h6> ?

Question 10

headers

Answer 10

What MVC stand for?

Question 11

Model View Controller

Answer 11

Which is your local repository
the one in Git, on your computer

or the one on GitHub?

Question 12

The one in Git on your computer.

Answer 12

What is the command to push your files

to Heroku?

Question 13

git push heroku master

Answer 13

How do you run the Rails console?

Question 14

rails c

Answer 14

What is IRB?

Question 15

Interactive Ruby

Answer 15

What is the terminal command for listing all the files in a directory?

Question 16

ls

Answer 16

Ruby Libraries are

also called what?

Question 17

Gems

Answer 17

What is the terminal command for listing all the hidden files in a directory?

Question 18

ls -a

Answer 18

What does the CSS style border: 2px solid green 

do?
 

Question 19

Creates a 2 pixel

solid green border.

Answer 19

How would you create a new Rails app called the_winner_is?

Question 20

rails new the_winner_is

Answer 20

Tie Breaker

What is the name of your coach and your pair?

Question 21

What is the name of the company that is hosting Rails Girls today?

Question 22

Spokeo

Answer 22

Name a coach other than your own

and a student other than your peer.

Question 23

And the Winner is

everyone here

because we are all enriched by our experiences today

Thank you to all the coaches and

to our kind Host.

railsgirlsla

railsgirlsla geek games

By jendiamond

railsgirlsla geek games

  • 1,390