News


excid3/simple_discussion: A simple, extensible Rails forum
SimpleDiscussion is a Rails forum gem extracting the GoRails forum. It includes categories, simple moderation, the ability to mark threads as solved, and more.Out of the box, SimpleDiscussion comes with styling for Bootstrap v4 but you're free to ...


Anything I Want With Sequel And Postgres | Janko's Blog
At work I was tasked to migrate our time-series analytics data from CSV file dumps that we’ve been feeding into Power BI to a dedicated database. Our Rails app’s primary database is currently MariaDB, but we wanted to have our analytics data in a ...

A Rubyist's Walk Along the C-side (Part 1): Hello World!
In this article, we’ll explore how you can set up and build your very first Ruby C extension. At the end of this article, you will be able to write the following Ruby script, in C!puts "Hello world!"This probably doesn’t look very exciting to you,...


