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.

Go Full Stack Rails - The Frontend part 2

This is the follow-up to a series covering the development of a clean, maintainable and well-tested full-stack application with Rails and ES6. In this post, we cover “Promises” in the context of the provided example application. There’s also some discussion around how to improve promise-based tests and tips for running JavaScript specs with code42template. We also have three other posts available: The Backend: part 1, The Backend: part 2, and The Frontend: part 1.

Performance and stability in capybara tests

If you’ve got flaky or very slow UI tests this is the post for you. I gathered a number of sources and improvements and combined them into a set of suggestions for performance and stability and how a new gem intransient_capybara implements much of this for you. Your tests will never be the same! [more inside]

On Structuring Rails Applications, Part II

When models and controllers are supposed to be skinny, Rails clearly lacks a place to put all the extracted code. While there is a variety of different approaches, we like to keep it simple, stupid. Read more on structuring rails applications in this second part of our blog post.

CardsLib 0.2.2 released!

CardsLib is arguably the “smartest” OO card game library. This update includes adding custom card ranking in deck creation and a code example on how to implement the game “High Card”.

Loading older posts