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.

Pronto now has runners for JSCS and Tailor (the Swift one)!

Pronto performs quick automated code reviews with the help of various analysis tools (RuboCop, Brakeman, Flay, etc.) by checking only the introduced changes. Over the last month, a couple more runners were written for it. One for JSCS, JavaScript Code Style checker and another for Tailor, Swift static analyser and lint tool. Check out Pronto and the list of runners it now has.

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.

Loading older posts