You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
574 B

11 months ago
  1. # README
  2. ## database.yml
  3. ```yaml
  4. [...]
  5. development:
  6. <<: *default
  7. database: ruby-debug
  8. user: ruby-debug
  9. password: ruby-debug
  10. host: ct1.lxd
  11. [...]
  12. ```
  13. rails generate scaffold score name:string grade:integer
  14. rails db:migrate
  15. ## Gemfile
  16. ```yaml
  17. group :development do
  18. [...]
  19. gem 'rubocop', require: false
  20. end
  21. ```
  22. ## Debugger via ruby-lsp
  23. * run OK, but without Procfile (no more tailwincss/watch)
  24. * attach disfunctions (attach PORT but no interaction/stop/run)
  25. ## Extensions
  26. * [x] Ruby-lsp
  27. * [x] Ruby-lsp-rails
  28. * [x] Ruby Db Schema
  29. * [x] Markdown All in One