https://github.com/blue32a-sandbox/rails
Learning Ruby on Rails
https://github.com/blue32a-sandbox/rails
Last synced: 3 months ago
JSON representation
Learning Ruby on Rails
- Host: GitHub
- URL: https://github.com/blue32a-sandbox/rails
- Owner: blue32a-sandbox
- Created: 2023-09-16T09:28:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-17T10:36:46.000Z (over 1 year ago)
- Last Synced: 2025-01-19T15:38:22.697Z (5 months ago)
- Language: Ruby
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning Ruby on Rails
https://rubyonrails.org/
https://railstutorial.jp/
### gem
```
bundle install
```### server
```
rails server -b 0.0.0.0
```