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.

Ruby String Formatting

Want some zero-padding with that burger? Read this tutorial to learn how to do that and more. http://www.blackbytes.info/2012/01/ruby-string-formatting/

This is one of my first Ruby articles that I just updated for your enjoyment. H…
http://rubylearning.com/satishtalim/mutable_and_immutable_objects.html In ru…
Kanna, this is not true, in Ruby 2.3 the strings are not immutable by default. …

Wye Tech News #4

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.

Terminal input with tty-prompt

I’m happy to introduce tty-prompt for gathering user input in terminal. You can ask user for a masked input, keypress, multiline text or to select a single or multiple options from a list. The library sports a robust validation mechanism that provides dynamic error messages. Finally, tty-prompt comes with many conversion methods for converting input to desired type. Give it a try and let me know what you think!

How HTTP headers get passed from nginx to your Ruby app

Whether you use rails, Sinatra, or Lotus, you don’t really have to think about how cookies and other headers pass from nginx or apache, to the application server and into your app. We’re going to examine this journey in a little more depth. Because it turns out that the story of headers contains a lot of interesting information about the history of the web. http://blog.honeybadger.io/how-cookies-and-other-http-headers-get-passed-from-nginx-to-rack-and-into-rails/

Loading older posts