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.

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/

A Holiday Thanks To Rails

In 2014, when I wrote my first Rails application, it was an awakening for me. Rails became a gateway into understanding not just web applications but software architecture in general. Before that, I wrote hermit scripts that died alone in shells and verbose yet static HTML and Javascript unaware of where it lived. Then, one command changed the game for me — [more inside]

Composing Microscopic Rails Views With Cells

So much of the time, our Rails views are the first files to devolve into a complete and utter mess, with monstrous conditional logic that is easy to lose track and control of. The cells gem gives us an easy solution to this problem by allowing us to create a Ruby object that has a single responsibility: rendering a template. This blog post explores the cells view models, and the different ways we can implement them in our Rails applications.

Wye Tech News #3

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.

Loading older posts