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.

Glimmer DSL for SWT Video Tutorial 7 - Hello, Text! (Intro To Data-Binding)

Desktop development is about 10 times simpler than web development. Learn it and you will become a better web developer as you transfer the simplicity of desktop development to the web! Glimmer DSL for SWT Video Tutorial 7 is out! It walks software engineers through Hello, Text! and introduces data-binding. [more inside]

Ruby on Rails vs. React JS

Every now and then I get asked about the difference between React JS and Ruby on Rails. So in this video, I’m going to explain what those differences are and help you decide on why you might choose one over the other. [more inside]

Please write an article about the difference between a shoe and a hamburger. …

Mocking JavaScript Requests During Tests

When we run tests, we don’t want to hit external services in most cases, so our tests don’t depend on external services and are more stable. We can use gems like VCR or WebMock to stub the requests that are done by the Rails application, but when the request is initiated by the JavaScript code… that’s a different story. [more inside]

Loading older posts