More specifically a secret stash of:
- Scripts
 - Tools
 - Utilities
 - Re-usable classes and methods (for repeatable stuff like web scraping, file read and writing)
 
More specifically a secret stash of:
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (8)
include_any?andinclude_all?vehicle.car?orvehicle.truck?) to enable quick testing of belonging to a subclass via a method instead of viais_a?include_packagein jruby include a package into the class or module hierarchy and subclasses/submodules automatically so that you do not have to repeat yourself.Amazing! Thanks 😎
A few years ago, I took all my common functions and released them as gems:
url_common is probably the most developed and is the basis for all of the scrapers / crawlers I use.
Nice one! thanks for this 😎
Also found this!
💎 A collection of awesome Ruby libraries, tools, frameworks and software
Awesome Ruby
A categorized community-driven collection of awesome Ruby libraries, tools, frameworks and software. The essential Ruby to build modern Apps and Web Apps.
Sharing, suggestions and contributions are always welcome! Please take a look at the contribution guidelines and quality standard first.
Thanks to all contributors, you're awesome and this wouldn't be possible without you!
Supported by:
the reverse job board for Ruby on Rails developers
Yeth - gimme more 🙃 i also like rb files with a Gemfile for useful methods and classes here and there
github.com/nodai2hITC/ricecream
ricecream is nice
Last time I tried doing something with ruby I realized it is all Rails.
Everything you find outthere that makes your life easier is part of Rails, and I hated it.
I now understand why people say ruby is dead, and why web devs using ruby say it isn't, they use Rails.
I like using Sinatra, but it means I have to do it all myself, everything is old and abandoned, except Rails.
I still did my thing with Sinatra and have it running, but it left me a bad feeling about ruby.