Chitter Challenge#222
Conversation
| @@ -0,0 +1,29 @@ | |||
| require 'pg' | |||
|
|
|||
There was a problem hiding this comment.
detail: class names should always start with a capital letter
| end | ||
|
|
||
| get '/peeps' do | ||
| Chitter.add |
There was a problem hiding this comment.
This route should return a template that shows the user all of the peeps in the database. That means you'll need to use Peep.all at some point.
|
Hi there! You've made a decent start to this challenge but there are a few lines that will, I think, throw errors. For example there is no Speculating a little... I think that you might be trying to build the whole application at once, which is always going to be hard, even for experienced developers. Everything will become much easier if you can get into the habit of building applications in very small steps, validating each one as you go. The process workshops which get run from time to time are an excellent place to practice this. I hope this makes sense and is helpful. If you have any questions, please reach out to me on Slack. |
Your name
Please write your full name here to make it easier to find your pull request.
User stories
Please list which user stories you've implemented (delete the ones that don't apply).
README checklist
Does your README contains instructions for
Here is a pill that can help you write a great README!