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.

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