Git Product home page Git Product logo

rails-blog-nested-resources-dc-web-100818's Introduction

Rails Blog: Comments

We're going to add another feature to our blog app: the ability to comment on a post.

Before doing this lab, you should have completed the following labs:

  1. Rails Blog Scaffold
  2. Rails Blog Associations Validations
  3. Rails Blog Nested Forms

NOTE: As with much of our Rails curriculum, remember to always use the --no-test-framework flag when you generate models, controllers, etc. That way, the Rails generators will not create additional tests on top of the test suite that already comes with the lesson. E.g., rails g model User username:string email:string --no-test-framework.

Comments

  1. Generate a model for Comment.

  2. Associate comment and post and user, making the appropriate migration changes.

  3. Let's create some validations on comment; content should always be present.

  4. Generate a controller for comment. We only need a create action, because viewing comments will be handled on the posts show page. Be sure to permit appropriate params in a private method.

  5. Comments will be a resource nested under posts. Why? Logically, comments only matter when they are associated with a post.

  6. Get the model tests to pass.

Check out the documentation on Nested Resources.

Posting a Comment to a Post

  1. Edit the show page for a post to include all comments for the post.

  2. On the post show page, we want to have a form to submit a comment. Build out a form for that takes an array as a parameter, and has a hidden field to handle the post_id.

  3. Get the comment features tests to pass.

Resources

View Rails Blog: Comments on Learn.co and start learning to code for free.

rails-blog-nested-resources-dc-web-100818's People

Contributors

ahimmelstoss avatar arelenglish avatar deniznida avatar fislabstest avatar fs-lms-test-bot avatar gj avatar irmiller22 avatar pletcher avatar sarogers avatar stephaniecoleman avatar vinnyalfieri avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

mkim4247

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.