Skip to content

Avesta03/friends

Repository files navigation

README

All Notes Go Here

If you want to make a page manually instead of using Rails generator (rails g) you need three things:

  1. Page itself
  2. Controller
  3. Route
  • <%= %> if you want it to output onto the screen
  • <% %> if you don't (like, for loops or if/else statements)

<%= render "form", friend: @friend %>

  • Calls form partial.

  • Website can be hosted on Heroku.

  • Ruby Version:

  • System Dependencies

  • Configuration

  • Database Creation

  • Database Initialisation

  • How To Run The Test Suite

  • Services (Job Queues, Cache Servers, Search Engines, etc.)

  • Deployment Instructions

Debugging Needed:

  • Log out feature currently has issues (GET func issue)
  • Friends List doesn't fit into the table but flows above the table...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published