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.

Happy Ending: An Epic Saga of Guard and Docker

Have you tried running Guard on Docker? It’s not as easy as you might think. Join me as I install Guard and get it working without causing my CPU to explode. [more inside]

Having dealt with a lot of challenges on Docker with permissions, latency and r…

Ruby String Basics : Ruby Silent Cast #2

Ruby 2.2.3 String basics that covers force_encoding, bytesize, byteslice, capitalize, casecmp, center, chomp and chop. Watch it here: Ruby 2.2.3 String Basics

There should be a tag or something that indicates that’s a video…
Love the format! Silent screencasting is such an original idea, and I really li…
Thanks for the feedback. I found my brain is more receptive to obsorbing the co…

MailRoom, Now With Sidekiq and Que Support

Before today, MailRoom primarily delivered mail messages from IMAP via a POST request to an API you configure. Now, thanks to the work of Douwe Maan (for a GitLab feature), there are delivery methods for enqueuing work into redis or postgresql to be handled by your own Sidekiq or Que workers! [more inside]

Why struct? Not Hash or OpenStruct?

When we want to store the key value pair most of them prefer Hash, because that is how we learned from the basic. But in real time compare to Hash and Openstruct, Struct works better than other key value storage… Find the useful arcticle http://bit.ly/1hWI1aM

Real time compare to Hash and Openstruct, Struct works better than other key va…
I’d personally also freeze the response, since a result is presumably immutable…

Pros & Cons of Ruby on Rails

In this article we look at the Pros and Cons of Rails and explain why we think it’s a fantastic choice for a modern web application. We also explain why Rails is Smart Car of the software world and why PHP is the ugly Fiat Multipla. View the article here

Thanks for the shared article! I don’t think we should think about programming …
I absolutely agree with Robert, if you want to develop a high-quality product, …
Most of all, Ruby lacks asynchronous programming and upsets the complete absen…
The comparison to the “ugly Fiat Multipla” is a bit harsh, but it’s certainly m…
Loading older posts