-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chitter Challenge #222
base: main
Are you sure you want to change the base?
Chitter Challenge #222
Conversation
@@ -0,0 +1,29 @@ | |||
require 'pg' | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
detail: class names should always start with a capital letter
end | ||
|
||
get '/peeps' do | ||
Chitter.add |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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!