ga-dc / wdi5-project3

Project 3
0 stars 5 forks source link

Arguments error when running rails #92

Closed britbrith4 closed 9 years ago

britbrith4 commented 9 years ago

Rails won't run or migrate. Something to do with a file that I cannot find .... img_4557

RobertAKARobin commented 9 years ago

Can you take a screenshot without using a camera? On a Mac, press Cmd + Shift + 3 and it'll save a picture to your desktop. Press Cmd + Shift + 4 and it'll give you a little crosshairs you can drag to select the amount of screen you want to capture.

RobertAKARobin commented 9 years ago

Also, did you remember to do rails new appName -d postgresql?

mattscilipoti commented 9 years ago

If you paste that error message about "Missing required arguments..." into google (including the names of the missing keys), I feel highly confident that you will get help on your problem. I expect that you just added a gem that requires those keys. Did this problem appear immediately after you added a gem to your Gemfile and restarted your server? Have you followed the configuration instructions?

mattscilipoti commented 9 years ago

We recommend you use figaro to manage these config values. It provides a way to manage it locally and a rake task to copy the config settings to heroku. https://github.com/laserlemon/figaro