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.

Lita 4 released

Version 4 of Lita, the ChatOps framework for Ruby, has been released. Lita gives you a robot for your company’s chat room which can serve as an interface for automated operations. Read the release announcement and upgrade guide for more details on what’s new in the latest version and how to upgrade.

Rails Crash Course

Check out my new book, Rails Crash Course! It’s based on the curriculum I’ve used to teach Ruby on Rails to both new programmers and experienced web developers. Head to for more info, and use the discount code GEMS for 30% off. I’d love to hear what you think of the book, and I hope you find it a useful resource.

Tagging Your Content and Creating Tag Clouds Using the Acts as Taggable On Gem

Taking a tag-based approach to content categorization gives your users much more flexibility in terms of quickly finding desired information, products, and blog entries. In this article I’ll show you how to incorporate tagging and tag clouds into your Rails application using the powerful Acts As Taggable On gem. Read the article

Writing better tests with the three-phase pattern

So, you’re working on a new app, and Rails just generated a test for you. You uncomment it, come up with a name, and you’re ready to write your test, right? But then what? What do you write first? What should your test code look like? If you follow a simple pattern, you’ll turn those stubbed out lines of code into clear, well-structured test cases.

Loading older posts