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.

Refactor away duplication in your RSpec tests using the Parameterized Test Method

What do you do when you need to run the same test multiple times, but with different parameters? If you copy and paste the test, you end up with a hard-to-read test file. You can’t easily tell how the tests differ from one another. Parameterized test method to the rescue!

Playing With Google Vision API: Ruby Slack Bot Tutorial

Hey folks, I wanted to present a simple bot using Google Vision API in Ruby, created by my colleague Szymon. This tutorial will help you when building apps that require visual content identification. It’s open source, so feel free to use the code, contribute and improve where you find necessary. Your feedback is very welcome! Ruby Slack Bot: Using Google Vision API Tutorial

Slide Show Quick Starter Kit - Write Your Talks in Text w/ Markdown (n Ruby Helpers)

Hello, I’ve put together a quick starter kit for writing your talks in plain text with markdown formatting conventions. What’s included? 1) A first sample talk (see sample1.text) 2) A second sample talk (see sample2.text) incl. some (ruby) macros/helpers e.g. left, right, step, etc. ++ Use a (static) slide show builder / generator to build a web page that is an all-in-one-page handout and a live slide show all at once e.g. $ slideshow build sample1.text and than open sample1.html in your browser of choice. Cheers.

Loading older posts