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.

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

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:

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