Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/megane42/rails-tutorial-sample_app
https://github.com/megane42/rails-tutorial-sample_app
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/megane42/rails-tutorial-sample_app
- Owner: megane42
- Created: 2018-04-07T12:05:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-01T10:41:39.000Z (over 6 years ago)
- Last Synced: 2024-11-07T22:12:58.595Z (2 months ago)
- Language: Ruby
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails Tutorial Sample App
https://railstutorial.jp/
## Build
```
bundle install --path vendor/bundle --without production
bundle exec rails db:migrate
bundle exec rails test
bundle exec rails server
```