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.

Tutorial: How to Build a CMS in Ruby on Rails

I’ll try to show you how to build a flexible, reusable CMS engine using various features offered by Ruby on Rails and Postgres. [more inside]

Well written.
What about Camaleon CMS an alternative to Wordpress? - Multisite - Multilanguag…

football.json - Free open public domain football data in JSON incl. Premier League...

Hello, I’ve put together a new repo, that is, /football.json that offers (auto-)generated match schedules (fixtures and results) and club listings for the major football leagues e.g. English Premier League, Deutsche Bundesliga, Italian Seria A, etc. See the 2015-16 season folder for (static) JSON examples. No API key required ;-) All data public domain. Enjoy the beautiful game. Cheers. PS: Ruby works great for generating JSON; see the json.rb script for the code.

Building a Ruby on Rails App Part 3: Importing book details from Amazon

The third instalment of our Building a Ruby on Rails series is now out. It was really interesting to fetch the book details from this vast API that is Amazon AWS using the amazon-ecs gem. We also used rmagick to fetch the book cover image from Amazon, resize it and store locally.

hey really a nice post… i am eager to learn ruby … so can i get some details …

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

Loading older posts