Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 857 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 857 Bytes

README

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
  • 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 select Debug Rails