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.

Solution to Ruby 1.9.3 segfaulting when using TextMate Ruby Bundle

After upgrading to Ruby 1.9.3-p0 I found that any exception in Ruby resulted in Ruby segfaulting on the TextMate Ruby bundle output screen. I found this gist where people were discussing the error and have some tips inside this RubyFlow post for you to fix the error yourself. [more inside]

This is main thing where are the options provided to know about remember passwo…
Ruby errors are the problems which are hard to find and are even harder to find…
google
How to get to the walletHow to deliver the wallet

rolify 2.0 - Role management library with resource scoping

If you are developing a Rails 3.1 project and look for a Role management library that you could plug with Devise and CanCan, then you should consider rolify. Version 2.0 includes performance improvement, initializer code cleaned up, spec coverage enhancement, opinionated defaults and support for many different rubies (1.8/1.9, REE, Rubinius and JRuby). Currently it works only with for ActiveRecord but there are plans to support Mongoid in a not too near future. [more inside]

What’s the point? CanCan can do the same with simple changes. PS your captch…

Making a Text Adventure Game in Ruby - A 7 Part Series

You’re standing in a green meadow. You’re holding a bonesaw, a vacuum cleaner and a very angry cat. Across the meadow you see a small white house. What do you want to do? Everyone likes text adventure games, why not write them in Ruby?

Typical about.com blog post. All ads and teaser with zero content.
Typical about.com blog post. All ads and teaser with zero content. Did you e…
I found the content rather interesting. ^_^

RBzip2: A pure Ruby implementation of the bzip2 algorithm

Version 0.1.0 of the RBzip2 gem has been released. It’s released under the BSD license and its source code is available from GitHub. It’s a pure Ruby implementation of the well-known and widely used bzip2 compression/decompression algorithm. It has no external dependencies and will therefore run on any Ruby implementation (and operating system). This first release offers support for decompressing bzip2 compressed data streams, i.e. IOs. The final aim is to provide a feature-rich and human-friendly API to (de)compress data using various ways.

Richie Rich: A simple system for investing (written in Ruby)

Richie Rich is a Ruby script that runs monthly (local cronjob) and generates an email report that shows each of the recommended mutual fund allocations and whether they should be in a buy/hold or sell/cash position. [more inside]

This is a really unique project. I don’t think many rubyists see financial spe…
Thanks for the compliment. Yeah, the cron dependency is a downer but any oth…
Loading older posts