X(旧Twitter)のクローンをrailsで作ったもの(railsの練習に作成)
Things you may want to cover:
-
Ruby version
-
System dependencies
-
Configuration
-
Database creation
-
Database initialization
-
How to run the test suite
- bundle exec rspec
-
How to run the test in VS Code Test Explorer
- install Ruby Test Explorer Extension
- open Testing view and run test
- modifiy VS Code setting
"rubyTestExplorer.logpanel": true
and check output panel of Ruby Test Explorer when you can't run test
- modifiy VS Code setting
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
-
...
-
how to debug
- run
bundle install
- run
bundle binstubs debug
- open
Run and Debug
on VS Code and selectDebug Rails
- run