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.

Safe enums in Ruby

We’ve created a library which solves enum’s problem in Ruby for our project. The main idea of the library is to have safe enum values everywhere: in object attributes, direct values access and etc. I would appreciate to hear your feedback about it. Thanks!

Ruby Interview Questions : Include vs Extend

What is the difference between include and extend? How to implement extend with include? Watch the video here: Include and Extend

This does not really explain the difference between include and extend. My unde…
I have made the correction. The video does not address the question: What is th…

awesome-rails-gem

A collection of awesome Ruby Gems for Rails development. [more inside]

Great list. FYI: I’ve started an awesome-activerecord list some weeks ago. Chee…

Rails Interactor Pattern - Part 1

The other day I was working on a Rails application that did some communication with the Mailgun API. I soon discovered that I wanted to have not only the hard work of calling the API done in my interactor pattern, but also make the decision if the call was successful or not. Read on here

Working Hard or Hardly Working, Part 1: Active Job

Background jobs can be hard to tackle when you’ve never written one before. A good introduction to asynchronous processes is Rails 4.2’s Active Job, which easily integrates with Action Mailer. This blog post explains the basics of inline vs. asynchronous processes, and walks thorough integrating a mailer into a background process.

rsssf gem - Tools & Scripts for the World's Largest Football (Soccer) Data Archive

Hello, I’ve put together a new rsssf library that that lets you work with rsssf archive pages. What’s the RSSSF? RSSSF stands for Rec.Sport.Soccer Statistics Foundation and collects football (soccer) league tables, match results and more from all over the world online in plain text for over fifteen years. Today the rsss archive is the world’s largest football (soccer) data archive. (Note: I’m not associated with the RSSSF). Anyways, ever tried getting any of the plain text archive pages into an SQL database (with tables such as leagues, teams, matches, etc.)? The new rsssf scripts and repos get you started. Cheers.

Actor Action Object

Learn how procedural code can be used in conjunction with object-oriented paradigm in your Rails projects Actor Action Object in Rails Projects

In terms of purpose it would be almost like a service object, right?
The use cases are named with the name of the corresponding use case. The file n…
http://www.futbol-baratas.com http://www.yeticup.us.com http://www.nikeoff.com …
Loading older posts