Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucas-erkana/hellorails
As you know by now, we have a clear path from the browser to the routes file to the Controller action, which can pull data from the database through the Model and create an instance variable that is then sent to the View to be displayed to the user.
https://github.com/lucas-erkana/hellorails
Last synced: about 1 month ago
JSON representation
As you know by now, we have a clear path from the browser to the routes file to the Controller action, which can pull data from the database through the Model and create an instance variable that is then sent to the View to be displayed to the user.
- Host: GitHub
- URL: https://github.com/lucas-erkana/hellorails
- Owner: Lucas-Erkana
- Created: 2023-06-12T11:35:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-12T12:05:22.000Z (over 1 year ago)
- Last Synced: 2023-08-07T19:21:24.069Z (over 1 year ago)
- Language: Ruby
- Size: 23.4 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This README would normally document whatever steps are necessary to get the
application up and running.Things you may want to cover:
* Ruby version
* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...