If you want to make a page manually instead of using Rails generator (rails g) you need three things:
- Page itself
- Controller
- 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
- Log out feature currently has issues (GET func issue)
- Friends List doesn't fit into the table but flows above the table...