https://github.com/iamcco/hello_rails
https://github.com/iamcco/hello_rails
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iamcco/hello_rails
- Owner: iamcco
- Created: 2018-12-23T02:51:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T10:19:13.000Z (almost 3 years ago)
- Last Synced: 2025-01-14T06:25:52.321Z (12 months ago)
- Language: Ruby
- Size: 52.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
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
* ...
### command
- new model: `rails generate scaffold User name:string email:string`
- db migrate: `rails db:migrate`