https://github.com/vaibhavsingh97/rails-blog
This repository is created to learn ruby on rails. I used following guide: https://guides.rubyonrails.org/getting_started.html
https://github.com/vaibhavsingh97/rails-blog
Last synced: 3 months ago
JSON representation
This repository is created to learn ruby on rails. I used following guide: https://guides.rubyonrails.org/getting_started.html
- Host: GitHub
- URL: https://github.com/vaibhavsingh97/rails-blog
- Owner: vaibhavsingh97
- Created: 2019-05-31T10:16:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-18T22:20:44.000Z (almost 3 years ago)
- Last Synced: 2024-12-28T15:14:00.555Z (5 months ago)
- Language: Ruby
- Size: 44.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
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
* ...
**Models in Rails use a singular name, and their corresponding database tables use a plural name**