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.

Atto, a self-contained ultra tiny testing framework.

I just pushed the gem for version 0.9 of Atto, a self-contained, ultra tiny testing framework inspired by and partially based on Nanotest by mynyml. Atto has atto, an automatic test runner, and has support for ANSI colors built in. I’m using it extensively for several of my own projects, and I think it’s nice because it keeps the unit tests simple and quick to write. Ideal for people who like a minimalistic approach to testing.

Ruco: Simple Commandline Editor (think nano/pico) but awesome (and in Ruby).

Ruco is a simplistic/intuitive editor written test-driven in Ruby. It can be configured/extended via .ruco.rb and aims to feels like your desktop editor (e.g. shift+arrow-keys=selecting, ctrl+c/v/x, ctrl+s=save, ctrl+w=close, ctrl+r=replace and much more). Take it for a ride via gem install ruco.

Nice idea, but some more keys should work. Numpad Enter does nothing, backspace…
This is a great start! Kudos!
YOU HAVE WRITTEN A USABLE WRAPPER AROUND CURSES! Please extract that out int…

The CoffeeScript Cookbook

I just launched CoffeeScriptCookbook.com because I have committed myself to drinking the Rails 3 kool-aid. Right now it has a grand total of FIVE recipes! Come on over, fork the project on Github, add some recipes (or help design an actual site layout!) to get commit access, and be awesome forever!

will_paginate in Javascript

We recently released jQuery Fiji Paginate as part of our jQuery Fiji project (some widgets based on jQuery UI). The pagination widget is fully compatible with will_paginate (Rails 3 branch). It has nearly the same configuration options and output (even the logic behind it is very similiar … just in Javascript). [more inside]

RuLu: Ruby Conference in Lyon, France on June 25-26th

The Lyon Ruby Brigade is pleased to announce its first Ruby Conference in Lyon, France. This conference will take place on June 25th and 26th. All the information you need to join us are on our website rulu.eu or on Twitter @rubylug.

Saturday 25th will host the conference talks (all given in English) of Konstant…
So Lugdunum was the name of Lyon in Roman times - I learnt something new :-) I …
W00t! I’m very happy to see that the ruby community in Lyon, France is so activ…
There was an old owl called ru In love with a pussy named lu, Both blind (in ne…

Padrino 0.9.27 Released

The Padrino team just released 0.9.27 which includes project-wide settings, reverse route recognition, and a multitude of compatibility and bug fixes. Read about this release on our blog entry for more details. We also setup a CI and better release processes as we approach 1.0 which ensure Padrino will run smoothly on every ruby runtime as well as better integration tests that ensure each release doesn’t break compatibility with the last.

Foreman: Run Complex Apps with Ease

If you’ve got a complex app and want an easy way to run it in development, check out foreman

I’ve been using Foreman for my apps for a few months. It takes a little gettin…
Foreman is super handy. I like have a single entry point to start my app, and b…
Loading older posts