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.

Another post about "My First Faat Gem"

In my last post was incorrect links. Sorry guys. One of you helped me, so it’s a repost! Hi, I am developing gem-helper for generating resources, forms and services (soon), look at this article. If you want, you can help me with development. You also can read my blog.

Trends in Ruby - analyzing rubygems stats for 2015

2015 is behind us and the market is flooded with new languages and frameworks. A lot of them seem promising, and in the same time a lot of developers are talking about the death of Ruby and Rails. We took Rubygems database dumps and did a statistical analysis to see what were the trends in Ruby for 2015.

Great analysis and well presented.

Pagination in Rails With the will_paginate Gem

The will_paginate library makes adding pagination functionality to Rails apps (and other Ruby frameworks) effortless. will_paginate is very well designed plugin. Besides ActiveRecord object integration, it can integrate with array and any collection. Read more at RailsCarma Blog

It’s only from very recently that will_paginate is compatible with Ruby 2.3 and…

Understanding Reactive Programming with RxRuby

Reactive Programming is a relatively new and interesting programming paradigm that has picked up quite a bit of popularity lately. Out of curiosity, I did a bit of reasearch over the weekend. In this blog post I will summarize what I learned and try to explain what RP to any novice out there.

Pragmater 1.0.0 -- shebang/pragma formatter

With the release of Ruby 2.3.0, support for frozen strings are now supported via a pragma comment. This gem provides an easy way to add pragma comments to single or multiple Ruby source files in order to benefit from improved memory and concurrency performance. While a useful tool for dealing with frozen strings, it can be used for any type of pragma comment. See README for details. Enjoy!

Wye Tech News #7

A new issue of our weekly compilation of interesting news and articles about Ruby, Rails, JavaScript and web development related stuff that we found during the week.

File Uploads: Asynchronous World

I wrote about the importance of making file uploads asynchronous, and compared existing libraries (CarrierWave, Paperclip, Dragonfly, Refile and Shrine) for their support of backgrounding and direct uploads.

Using Omniauth to Authenticate your Users

Omniauth is one such great gem which allows you to easily integrate Social authentication providers, including Facebook, Google, Twitter and GitHub for your Ruby on Rails web application. Check out the steps below to learn on how to integrate these authentication providers into your app. Read more at RailsCarma’s Blog

Loading older posts