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.

JS Live: It's RubyFlow, but for JavaScript

If you dig JavaScript, Angular, React, Ember, Node, and all the rest, check out JavaScript Live - it’s a slightly jazzed up version of the RubyFlow software (backports will come in due course) for JavaScript developers :-)

Awesome! Found a nice utility to cleanup unused CSS.

Finnaly figured out how to run single example easily with Guard Minitest/Spec

EDIT Looks like minitest-focus is the way to go here. Can’t believe that I haven’t heard of this until now! [more inside]

I had not had focus pointed out to me until today. But isn’t the syntax f…
I’m sorry, I was confusing MiniTest with RSpec (which supports the focus it "wo…
I am glad you pointed it out because it lead me to the gem minitest-focus which…
There is also minitest-line, for running a test nearest to the given line (it a…

Getting accurate code coverage metrics from SimpleCov in a Rails project

We use SimpleCov to track code coverage of our tests in Rails projects. For coverage to be in any way useful as a metric it needs to be accurate. We noticed that files for which we had no tests were not being tracked and not included in the coverage. [more inside]

Great tip! Thanks.

Buidling Spydec (PDF Download)

A few days ago, I built a simple command-line app that uses the built-in OptionParser library to parse command-line arguments, called Spydec. And then I wrote a minicourse about it for you. Spydec makes it simple to compile data about industries/markets for competitive analysis. It makes it super easy to gather the most important data such engines use to rank websites. Find out how to build such an app, and distribute it as a gem.

Loading older posts