Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/newhoteng/hellorails
Introduction to Rails
https://github.com/newhoteng/hellorails
Last synced: 14 days ago
JSON representation
Introduction to Rails
- Host: GitHub
- URL: https://github.com/newhoteng/hellorails
- Owner: newhoteng
- Created: 2023-07-10T20:01:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-10T20:02:28.000Z (over 1 year ago)
- Last Synced: 2023-08-24T01:10:40.064Z (about 1 year ago)
- Language: Ruby
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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
* ...
* To create a new rails app with postgresql
- rails new Project --database=postgresql* To update credentials
- EDITOR="code --wait" rails credentials:edit