An open API service indexing awesome lists of open source software.

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.

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.