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.

Why feature testing is important

Here’s my story on how I ran away from bug nests to enter Behavioral-Driven Development and realised that it will be hard for me to live without feature testing. Do you test features in your apps? Why/why not? [more inside]

Sorry guys, of course it’s not my story, but one of my colleagues @blasecodes .…

Getting started with RSpec

Developers new to TDD or BDD often don’t know what to read in order to learn RSpec. So I wrote an article that starts from the idea behind the BDD, how to set up RSpec on a new Ruby project and explains its basic features that you need to know to get started. Read the article.

gem install eigenclass

Eigenclasses aka metaclasses or singleton classes in Ruby: https://github.com/shuber/eigenclass

Am I missing something? Why not using Object#singleton_class instead? Also, Obj…
This gem was originally written before those methods were introduced in Ruby 1.…
Teaching purposes. 👍
Loading older posts