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.

Comparing Rails and Phoenix

I’ve tried to create a thorough and fair comparison of Rails and Phoenix. We’ll talk about where they are similar and where the differ, providing examples all along the way. In Part 1 we’ll mostly talk about getting started, routing, and app architecture. In Part 2 we’ll dive into the Model, View, and Controller.

How to teach React.js properly? A quick preview of wroc_love.rb workshop agenda

In this short blogpost I describe and analyze what makes React.js hard for beginners and how to overcome it. The conclusion is applied to create a workshop agenda. I’d love to invite you to a workshop - if you happen to be in Wrocław, it’s free!

Rolling Builds on TravisCI

Reduce the concurrent job load on your TravisCI plan using rolling builds by canceling older builds on the same branch. A Rails 5 API template application that your organization can fork, configure, and deploy to Heroku.

FYI https://github.com/grosser/travis_dedup …

Take a screenshot any time Cucumber's scenario failed on CircleCI

Let’s take a screenshot Whenever one of scenarios is not passed on CircleCI, I’ll run it on the local computer to fix it. However, last month when I ran failed scenarios on local computer, they passed without any errors. It’s so weird! So I decide to get screenshot of current webpage any time a scenario fails.

Loading older posts