RubyFlow The Ruby and Rails community linklog

×

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

You can use basic HTML markup (e.g. <a>) or Markdown.
Note that your post may be edited to suit the format of the site.

As you are not logged in, you will be
directed via GitHub to signup or sign in

Post Preview

Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.

iniparser v1.0 - read / parse INI configuration, settings and data files into a hash

Hello, I’ve updated the iniparser gem / library to support “modern” named subsections and now you can even use space as your name / value separator in keys / properties and much more. Read more about ruby’s ini configuration reader. Cheers. Prost PS: The readme includes Frequently Asked Questions (FAQ) and Answers such as Q: Why not use TOML (Tom’s Obvious, Minimal Language)? or Q: Why not use IniFile - the most popular library (10+ million downloads and counting)?

Lint your Gemfile with gemfilelint

https://github.com/kddeisz/gemfilelint is a utility that you can run against your Gemfile that will check all of your listed sources against known trusted sources and all of your listed gems against the most commonly downloaded gems according to rubygems. This can give you some peace of mind that if you make a spelling mistake you won’t accidentally open yourself up to RCE without knowing it.

Ruby Quiz - Challenge #18 - Up-to-Date? Version Check All Your Libraries

Hello, It’s Friday. Ruby Quiz time! Join us for the third challenge in the new year in 2020! Here we go: Challenge #18 - Up-to-Date? Version Check All Your Libraries Let’s say you have a script that depends on many libraries / gem. How can you make sure the minimum version requirements are fulfilled? … Post your code snippets on the “official” Ruby Quiz Channel, that is, the ruby-talk mailing list. Happy list processing and version checking with Ruby.

Open source Intercom alternative, made on rails 6

I’ve made Chaskiq , an Intercom like platform made in Rails 6, with React and Graphql for it’s API. It’s fully functional with many niceties like Automated Bot tasks, Segments, NewsLetters, Guided Tours and Third party API integrations like Twitter, Slack, Calendly, Pipedrive & Analytics. And many more to come in the next weeks!

Rails 6 Upgrade Tips

Check out my post for some good tips for upgrading to Rails 6 that were not addressed in the Rails upgrade guide. Includes details about supporting multiple databases and more.

Loading older posts