Code Monkey home page Code Monkey logo

rails-blog-nested-resources-web-0217's Introduction

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

Rails Blog: Comments

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

Before anything, note that when you generate models, controllers, etc, be sure to include this option, so that it skips tests (which we already have): --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 Before doing this lab, you should have completed the following labs: on Learn.co and start learning to code for free.

rails-blog-nested-resources-web-0217's People

Contributors

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

Watchers

James Cloos avatar Katie Burke avatar

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.