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.

Testing New Frameworks & Languages: How to Separate the Grain from the Chaff

As developers, we’re often over-enthusiastic about the new shit-hot trends in the industry: the newest javascript frameworks, bleeding-edge CI tools, or even new frameworks to use in your side-projects. It’s easy to end up with a clusterfuck of technologies & frameworks scattered in all the projects of a company, so you should develop a skill to continuously assess whether to adopt them in your company or not. [more inside]

Make Jekyll (4.0) Better, Faster, ...! Yes, you can! »Now is a great time to... «

Hello, building (static) website, books, presentations, radio shows, and more with ruby? Let’s make jekyll 4.0 better, faster, ….! Yes, you can! To quote Olivia Hugger (@dog_awoo), the Jekyll Open Source Project Lead writes: »Now is a great time to finally take on the feature you’ve wanted to see in Jekyll for ages! Just open an issue or experiment with the code to get going!« Source: Jekyll 4.0 is on the Horizon! Happy jekylling with ruby and friends. Cheers. Prost.

Direct & Secure Rails Client-side File Uploads to AWS S3 Buckets

Many Ruby on Rails apps use Amazon AWS S3 buckets for storing assets. When dealing with files uploaded by front-end web or mobile clients there are many factors you should consider to make the whole process secure and performant. In this blog post, I will describe common pitfalls and an optimal solution when it comes to handling client-side file uploads. [more inside]

Two levels deep Service Objects

I personally prefer small classes, short, single purpose methods over the one big piece of code. Having said that I have to admit that this approach has a significant downside - methods are short quite often because internally they call other methods, which call other methods, which call other methods… Let’s look at another approach to writing your Service Objects https://bpohoriletz.github.io/2018/04/20/two-levels-deep-service-objects.html

Working Effectively with Data Factories Using FactoryBot

Learn about patterns that can help you use factories more effectively with examples based on Ruby’s FactoryBot: https://semaphoreci.com/community/tutorials/working-effectively-with-data-factories-using-factorybot

Hey, thank you very much for your article, but this page is not available anymo…
Hi, this is the corrected link: https://semaphoreci.com/community/tutorials/wor…
Loading older posts