Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.28 KB

ruby.md

File metadata and controls

32 lines (26 loc) · 1.28 KB

Ruby

  • Pretty Ruby - gem to extend Enumerable/Array in beautiful ways
  • Bundler-audit
  • Roo - gem to read/write various spreadsheet formats (Excel, OpenOffice, CSV)
    • For old Excel XLS files and Google spreadsheet, add roo-xls and roo-google gems
  • rb - use Ruby as a command-line tool
    • Use Ruby more like Perl -pie
  • Property-based testing libraries (haven't tried any of them yet)
  • PgSearch - full-text search

Testing

Debugging

  • Pry-byebug - allows setting breakpoints

Static Analysis