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.

Keeping your logs from becoming an unreadable mess

When you run into a strange, seemingly unsolvable bug, improving your logging can be the best step you can take. But log too much, and your log files will quickly turn into a jumble of unreadable, unhelpful messages. How can you slice just the information you care about out of that pile of data? Can you print messages in a way that’s easy to filter later?

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

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…

Best Rails image uploader - Paperclip vs. Carrierwave vs. Refile

Everybody that has ever implemented file upload by hand in a Rails app knows that it’s no cakewalk, not to mention a major security risk. That’s why we use gems to handle file upload for us! But often it’s hard to decide which one to choose for your project. Read more

Having No Fun with Rubygems, Systemd, Docker and Networking

Recently I faced a rather strange issue with networking and docker: I was neither able to install Rubygems in a container nor access any other services on external IP addresses. In this article I’m going to describe how I solved this issue and what I learned about systemd-networkd.

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…

Check Here How Your Android Device can be configured as a Web Server!

The question that is often asked by techies and businesses today is, is it possible to use your Android device as a web server? Well, it is possible and what if we say you can do it right now! Yes, there are apps that allow you to instantly configure your mobile phone as a web server and function as such. [more inside]

New Jekyll Theme Directory Browse by Author, A-Z, And More - A Jekyll Site ;-)

Hello, Max White has relaunched the Jekyll theme directory listing more than 100+ ready-to-fork static sites. What’s news? You can now browse by authors, A to Z. You can subscribe to a web feed and best of all you can try out live demos. Any theme missing? Add yours! It’s just another Jekyll site ;-) Cheers. PS: My favorite theme? Of course Dr Jekyll Classics Books ;-) What’s yours? Let us know. Cheers. (Update: Use new themes.jekyllrc.org domain).

football.db - European Champions League 2015/16 Fixtures (try $ sportdb new cl2015-16

Hello, The plain text football fixtures (datasets) for leagues, teams, match schedules, and more that you can read with the sportdb gem into your SQL database of choice now includes the European (UEFA) Champions League 2015/16. Try using the cl2015-16.rb Datafile to (download and) build yourself a copy e.g.: $ sportdb new cl2015-16 All data, code, and league and JSON HTTP API starter kits public domain. Enjoy. Cheers.

Loading older posts