Create Basic Rails Site
For instance, we want to create a blog in rails, use the command:
1~$ rails new blog
Start the server
1~$ cd blog
2~$ bin/rails server
Access it in http://127.0.0.1:3000. See details in this link
For instance, we want to create a blog in rails, use the command:
1~$ rails new blog
1~$ cd blog
2~$ bin/rails server
Access it in http://127.0.0.1:3000. See details in this link