728x90 반응형 프로그래밍37 VSCode 랑 Minitest쓰는 방법 오늘 어떤 rails 프로젝트를 포크해서 쓰고 있는데, 실제로 main ruby에서 TDD를 하기 위한 gem 중에 유명한건 rspec하고 minitest가 있는데, 이것들을 VScode의 text explorer에 띄우기 위해서 무엇을 해야하는지 튜토리얼 식으로 적어보려고 한다. 1. .vscode/settings.json을 만든다. 2. json 포맷으로 다음을 작성한다 { // for coding convention "editor.tabSize": 2, "editor.insertSpaces": true, "rubyTestExplorer.logpanel": true, "rubyTestExplorer.testFramework": "minitest", "rubyTestExplorer.minitestCom.. 2022. 1. 24. Ruby - String에서 Number성분만 추리기 https://stackoverflow.com/questions/2640819/extract-number-from-string-in-ruby/59238529 Extract number from string in Ruby I'm using this code: s = line.match( /ABCD(\d{4})/ ).values_at( 1 )[0] To extract numbers from strings like: ABCD1234 ABCD1235 ABCD1236 etc. It works, but I wonder what other alternative I h... stackoverflow.com 그중에서 line.delete("^0-9") 이게 제일 간단하고 좋아보임! 2021. 12. 29. 루비로 작성된 다양한 라이브러리 찾고 배워보기 https://github.com/search?q=language%3ARuby+stars%3A%3E100+pushed%3A%3E2019-01-01&type=Repositories&ref=advsearch&l=&l= GitHub: Where the world builds software GitHub is where over 73 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and feat... github.com [RoR] 1. Discourse https:/.. 2021. 12. 12. [남이 만든 프로젝트 무작정 따라하기] 2021-12-07 보호되어 있는 글 입니다. 2021. 12. 7. 이전 1 2 3 4 5 6 7 8 ··· 10 다음 728x90 반응형