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.

Wye Tech News #5

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.

Ruby's New &.!= Operator

Well, it’s actually two operators. Sue me. The 2.3.0 release of Ruby included the safe navigation operator, &.. It does the same thing as try! in Rails. You can chain method calls together and bail early if you hit a nil. In Ruby some things you don’t normally think of as method calls are in fact just that. For example, operators like !=. [more inside]

Dotfiles 19.0.0

I’ve always felt that reading/using other developer’s Dotfiles projects and maintaining your own is a great way to be leveling up as a developer. Today, I’ve released a new major version in case it is of value to others. Maybe you discover aspects of the project that speeds up your workflow or maybe you use it all. Either way, enjoy!

Netzke 1.0 has been released

After 7 years of development, the Netzke framework has been released to version 1.0. Netzke allows you to build complex one-page applications by writing little code, due to making use of client-server UI components. It is powered by Sencha Ext JS on the frontend and Ruby on Rails on the server. Version 1.0 has new and improved components, more polished API, many bug fixes, as well as better documentation and test coverage.

Color Blind Test your Web Application

Did you know that about 8% of the male population is color blind? Why eliminate that much of a potential market for your Web apps? [more inside]

For maps and diagrams I recommend using colors from http://colorbrewer2.org/ …
I have updated the article with your tip. Thanks.

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. …
Loading older posts