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.

football-to-sqlite - load / read football.txt match datafiles into a sqlite database

Hello, inspired by the datasette {db,dbf,markdown,geojson,shapefile}-to-sqlite series I have put together the missing football-to-sqlite tool that lets you load / read football.txt match datafiles (e.g. English Premier League, German Bundesliga, Spanish La Liga 2020/21, etc.) into a sqlite database. Example: football-to-sqlite england.db 2020-21\1-premierleague.txt Enjoy the beautiful game with ruby. Cheers. Prost.

github analytics w/ hubba-reports gem - What are your most used languages?

Hello, I have split the hubba github analytics gem into two, that is, hubba and hubba-reports for easier (re)use and split the data gathering / collecting via github api calls and the report generation. Anyways, I have added a new language report that lists all your languages used by char / bytes count and by number of repos. See LANGUAGES.md as a real-world example. Happy data crunching with ruby. Cheers. Prost.

Introducing Mailbox Tester

Do you send lots of emails with your Rails app, and wish you had a way to spot check them? Fix those typos, and make sure the dynamic content looks correct? It’s easy to verify there are no code bugs with Rail’s builtin Mailer preview. But how do you prevent sending someone’s wrong order or personal information, especially if it’s in a batch of emails? You need to generate those emails, and make sure they match everything. https://onrails.blog/2020/10/12/introducing-mailbox-tester/

Glimmer Calculator Desktop App Runs On The Web Via Opal

Glimmer Calculator v1.1.3 (Glimmer DSL for SWT desktop app) finally runs in Glimmer DSL for Opal on the web without needing to change a single line of Glimmer desktop GUI code. It is completely written in Ruby! This is the future of web development as we know it! You simply build apps for the desktop and they just work on the web. After all, web browsers are a desktop app and GUI is just GUI whether on the web or desktop. https://andymaleh.blogspot.com/2020/10/glimmer-calculator-v113-runs-on-glimmer.html

Loading older posts