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.

Publish your data with ERB and markdown

I will show you how to write a powerful and flexible publishing system by combining the power of ruby templates (ERB) and Markdown standard syntax in just 50 lines of code. The idea is to store your data in simple text files thanks to Markdown and use a template engine to present them in the format you want. Also, you can use the ruby power inside your markdown files for free! Check the source code for more information and examples.

There are more flexible, feature rich ways to do this with static site generato…

WebRI, RDoc Seuss

WebRI 1.2 is now up on the RubyGems.org servers. WebRI is a smart front-end for RDoc that provides a large selection of generators/templates for your documenting pleasure. The design is super-sexy so it’s easy to create new templates if you want to contribute to the project. Big thanks to Володя Колесников for SDoc which I used as a study guide for getting my head around hacking RDoc. (It also explains the existence of the blackfish template).

Oh no! My eyes! Is it Comic Sans! ?
Okay, on second thought, my post title, “WebRI is just Seussy!”, is rather gay.…

RSense: Code Completion for Vim and Emacs

RSense is a code completion and type inspection system designed for use with Vim and Emacs. It’s based on JRuby but includes everything ready to go out of the box. It seems to have blown up in the Japanese Ruby world but I hadn’t see any English language mentions of it yet..

You can find a very preliminary but working TextMate Bundle at: http://github.c…
I’m using it in MacVim right now, and it’s awesome. It seems to leave an instan…
absolutely great stuff! has anyone gotten it to work seamlessly in emacs wit…
I find that learning how to type fast (and having a decent memory) beats auto c…

SimplyStored - a Ruby wrapper for CouchDB

SimplyStored is a nice Ruby library for interacting with CouchDB. It offers many of the convenience methods Rails developers are used to: associations, callbacks, validations, dynamic finders, S3 attachments, or paranoid delete. A recent presentation at the Berlin Ruby User Group has some introductory slides and a video.

The link to the slides and video should be http://tinyurl.com/yz4v2e5 …
You can edit posts, but I updated it in this case anyway.

Fast Data Faker (a.k.a. ffaker)

ffaker (GitHub repo) is faker (the fake data generator for Ruby) refactored to be faster and work better on 1.9.

http://github.com/EmmanuelOga/ffaker …
Sorry, just did that before I correctively edited the post. Had a cache bug in …
Oh man, sweet!

Blue Light Special User Authentication Gem

The Envy Labs crew just released Blue Light Special. Spawned from the Clearance user authentication gem, Blue Light Special also contains mini_fb for facebook connect, mad_mimi_mailer for delivering emails, delayed_job for sending emails in the background, user impersonation, and a VERY thorough test suite.

Loading older posts