https://github.com/luigirazum/hello-ror
Let's create our very own Rails 'Hello World!' project! Now that 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/luigirazum/hello-ror
Last synced: 2 days ago
JSON representation
Let's create our very own Rails 'Hello World!' project! Now that 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/luigirazum/hello-ror
- Owner: luigirazum
- License: mit
- Created: 2024-01-08T12:05:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-08T12:24:19.000Z (over 1 year ago)
- Last Synced: 2025-02-28T11:44:58.062Z (7 months ago)
- Language: Ruby
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hello-ror
Let's create our very own Rails 'Hello World!' project! Now that 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.