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.

Ruby Gemverse Leaderboard - "I only believe in statistics that I doctored myself"

Hello, to answer the question what have you done for ruby (by publishing & updating gems, for example) I put together a new ruby leaderboard formula that counts the totals of new gems times two plus all updates (over all years). Note: Yes, you can use the gemvervse gem to calculate your own leaderboard score. The first standing (for reference) so far: - 244 Gems, 1652 Updates - Gerald Bauer; 134 Gems, 1642 Updates - Andrew Kane; 100 Gems, 773 Updates - Jan Lelis; 32 Gems, 149 Updates - Victor Shepelev … Happy data wrangling with ruby. PS: For another “real-world” leaderboard example see the Vienna.rb / Wien.rb - Ruby Meetup / Stammtisch in Vienna, Austria page.

gemverse gem - gem universe incl. rubygems API V1 wrapper lite; gem cache & more

Hello, interested in what you have been up to in the latest 10+ years in rubyland / gemverse? To (auto-)generate timelines for personal profiles or for “curated” collections I have started to put together a new gem, that is, gemverse, for easy (re)use. The gemverse incl. rubygems API V1 wrapper lite; gem version cache, gem timeline reports, ‘n’ more. For some first real-world sample pages see the gem timeline of Thomas Leitner, Gerald Bauer, Victor Shepelev or the Ruby Code Commons (COCOS) Collection. It’s still the early days. Questions, comments & suggestions more than welcome. Cheers. Prost.

whatson gem v2023 (incl. rubyconf, pycon, & more) - tools (using the event.db gem)

Hello, in a new gem series - oldies but goldies or is it ruby isn’t dead yet? - I try to update and polish hidden “forgotten” gems. Today let’s welcome the whatson gem, v2023 that incl. the rubyconf, pycon & more command-line tools (powered by the event.db gem machinery). Use $ rubyconf to list upcomfing ruby conferences with day countdowns & more (sourced via the planet ruby conference2023.yml datafile. Cheers. Prost. PS: Want to learn more about python? Use $ pycon ;-).

Hanamismith 0.0.0 - A Hanami CLI for web apps

Hey folks. 👋 I’m excited to announce the release of Hanamismith 0.0.0. Now you can quickly generate a Hanami (plus HTMX) application and start a new age of modern web engineering. 🚀 There is also a demo application built with this gem that you can play around with as well (see link in documentation). Still more to do in this space but it’s a good start. Enjoy!

Gemfile of dreams: the libraries we use to build Rails apps

Evil Martians work on dozens of Ruby on Rails projects every year. Naturally, this involves a lot of Ruby gems. So what would it look like if they were somehow able to converge into one Gemfile—the ideal Martian Gemfile? Our development philosophies, programming habits, and soul are within this universe of Martian gems. [more inside]

Blue Ridge Ruby

A brand-new, regional Ruby conference coming June 8-9 to Asheville, NC. https://blueridgeruby.com/ (Sorry, not a technical post, but it’s my big Ruby project for the year.)

FYI: You are welcome to add Blue Ridge Ruby to the Ruby Conference Calendar @ P…
For your convenience the quick link to the datafile if you (or someone else) ad…

ethlite-contracts gem - Ready-To-Use Contract Services For Ethereum & Co.

Hello, to make it easy to get started with (blockchain) contract services for ethereum & co. I’ve started to bundle abigen generated ruby conctract classes into the ethlite-contracts gem for easy (re)use. Some first “out-of-the-gem” contract services incl. Nouns, NounsDescriptorV2, SynthNouns, PunksMeta, PunkBlocks, SynthPunks, and many more. See the ethlite-contracts rdoc for more. Happy (blockchain) programming with ruby.

Signed URLs with Ruby

Signed URLs can be a very useful solution in many cases when you need to provide limited access to some resources or actions. As the name suggests, signed URLs contain signatures that allow us to validate if they were generated by a trusted source. I’ll focus on when and how to use them in Ruby, with Rails, or by providing a custom implementation. Read more

Loading older posts