The Ruby and Rails community linklog
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Submit a post
Post Preview
Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.
Visual Studio Code plugins for Ruby
I made a quick list of all the plugins I use for Ruby and Rails development. https://www.mskog.com/posts/visual-studio-code-plugins-for-ruby/
[ANN] Serviz - New minimalistic Command object Interface
🚀 I just published Serviz, a minimal interface to unify and homogenize your Sevice objects in your Ruby code. Links: [more inside]
Free Simple Rails server monitoring(CPU, RAM, HDD) engine using StatsLite. Standalone
https://github.com/sebyx07/stats-lite Rails engine to server resource information. Can be also standalone and extendable
HexaPDF 0.10.0 released
I just released the latest version of HexaPDF, the versatile PDF library for Ruby, see https://hexapdf.gettalong.org/news/2019/hexapdf-0-10-0-and-new-website.html for details!
Join us in Salt Lake City for SolidusConf 2019
Rails E-Commerce Conference on October 21-24 [more inside]
Introducing RuboCop to legacy projects
If you’re working on an old code base that has had no style listing rules in place, received wisdom is that you start by running rubocop --auto-gen-config and revelling in the fact that subsequent runs of rubocop will run green. After years of following that advice myself, I’ve come to believe it’s wrong. The first step in my path to a better relationship between RuboCop and legacy code is now online: https://medium.com/@scottm/rubocop-in-legacy-projects-part-1-todos-and-todonts-877ace9f23b7
Just released final version of InvoicePrinter 2.0
I just released InvoicePrinter 2.0. Read the little announcement. Submit new feature requests and bugs to GitHub.
Three Awesome Libraries to Assess Code Quality in Ruby
https://www.fastruby.io/blog/ruby/quality/code-quality-ruby-gems.html
fifa v1.2 gem - the world's football countries & codes incl. irregulars & non-members
Hello, I’ve updated the fifa gem / library that includes all the world’s football countries and codes (incl. non-member countries and irregular codes). Now you can also get the countries by continental confederations (e.g. Asia, Africa, North & Central America & Caribbean, South America, Oceania, etc.) or (sub)confederations (e.g. Middle East, North Africa, South East Asia, etc. ) and more. Use Fifa.members('UEFA') or Fifa.members('Europe'), for example, to get all 55 countries. Happy data wrangling with ruby. Enjoy the beautiful game. Cheers. Prost.
CI/CD: Continuous Integration & Delivery Explained
Happy to share a new guide to CI/CD. Starts from the basics, with illustrations, examples, common adoption challenges and how to solve them.