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.

The Power of Arel

If you’re using Ruby on Rails, chances are you are already familiar with ActiveRecord. If not, ActiveRecord is an Object Relational Mapping (ORM). Under the hood, ActiveRecord uses a relational algebra library called Arel to compose queries for execution. Arel is a very powerful library readily available for when ActiveRecord falls short..

But isn’t Arel also private API aka subject to change in minor patches?
@Bernardo … Yes it is. Arel’s major version is known to change with Rails’ min…
Rails maintainers suggest not relying on Arel as its private API - if you’re ha…

Wolfentext3D: Terminal-Based, First-Person Fun in a Single Ruby File

Wolfentext was born out of the need to share a public code sample with a potential recruiter. What better way to do that then to use the best language around and have fun while doing it? Follow along as we pay tribute to the classic 2.5D shooters of yesteryear by creating a fully portable, cross-platform, terminal-based game – one piece at a time, and all contained within a single Ruby file!

Kontena selected Black Duck Open Source Rookie of the Year

Kontena - Open Source Container Platform written in Ruby was just selected one of the most outstanding open source projects of 2015 by Black Duck. The 8th annual Black Duck Open Source Rookies of the Year Award recognizes the top new open source projects initiated in the past year. Previous years’ awarded projects include some of the most recognized projects such as Ansible, Cloud Foundry, Docker, OpenShift, and OpenStack among many others. https://github.com/kontena/kontena

Telegram bot. Rails way.

telegram-bot gem is targeted at ease of development, debugging, and testing bots, keeping interfaces minimalistic, easy integration with Rails application, and providing all necessary tools to build a bot. [more inside]

hola
hi how are you

tty-spinner v0.2 is out

The new tty-spinner has been totally rewritten to be more flexible and intuitive. The most notable changes to API are introduction of start call for automatic spinning. Stop method now has two specific calls called success and error for marking with check or cross the task completion. You can now listen to spinner events fired for :done, :success and :error states. Also the formatters have grown in number with ability to specify time intervals. see formats section

Why do you have *args for emit(name, *args) method ? It is not being used anywh…
Loading older posts