RSS RubyFlow

http://www.rubyflow.com/

Tuesday December 30th, 2008

5.0

Rails Test Book Design

From RubyFlow, 10 days ago, 0 comments Comment

Sunday December 28th, 2008

5.0

Lockdown improvements

From RubyFlow, 12 days ago, 0 comments Comment

I'm working on a new version of Lockdown and would like to hear of any suggestions. more info...

Saturday December 27th, 2008

6.2

Scalable Datasets with Bloom Filters and Ruby

From RubyFlow, 13 days ago, 0 comments Comment

When you're working with large datasets it's always nice to have a few algorithmic tricks up your sleeve, and Bloom Filters are exactly that - often overlooked, but an extremely powerful tool when used in the right context. Learn the theory and get started with Bloom Filters in Ruby.
3.9

Ever been confused by Leopard's patch level for Ruby?

From RubyFlow, 13 days ago, 0 comments Comment

In the comments on bryanl's blog post, "So, if you are using a mac, wanna know why you are using the wrong ruby?", Laurent Sansonetti explains the patch level for the Ruby version maintained by Apple.
1.0

Valid Attributes and Records for Unit/Integration testing

From RubyFlow, 13 days ago, 0 comments Comment

valid_attributes a Rails plugin that produces valid Records and attributes from a given yml file. user = valid User #reord (unsaved) strange_user = valid User, :name=>'Mr Strange' #slightly modified version... Also Included: assert_invalid_attributes, a validation to test all validation rules DRY and with readable output. #--> Failure: User.email expected to be invalid when set to s@sss asser_invalid_attributes User, :email=>[nil,'','s@sss','xx@dd.s'], ...
1.0

Getting Started With Story testing in Cucumber

From RubyFlow, 13 days ago, 0 comments Comment

2 quick tutorials to get started with story-based testing, including some common steps and real-life-stories Cucumber Part 1 and Cucumber Part 2

Friday December 26th, 2008

5.0

Ghetto contexts in Rails tests

From RubyFlow, 14 days ago, 0 comments Comment

If you're between a rock and a hard place because you can't add Shoulda or RSpec dependencies to your tests, check out this solution using lambdas.

Wednesday December 24th, 2008

7.2

Ezra Zygmuntowicz, Dec 15th 2008

From RubyFlow, 16 days ago, 0 comments Comment

Tuesday December 23rd, 2008

6.2

Alternative Framworks and Rarb (Rails + Merb)

From RubyFlow, 17 days ago, 0 comments Comment

What is the fate of alternative framworks in the world of Rarb (Rails + Merb)?
3.9

Speeding up method missing

From RubyFlow, 17 days ago, 0 comments Comment

Some consideration when using method_missing and a simple technique to speed up method missing
3.9

Merb and Rails Merge

From RubyFlow, 17 days ago, 0 comments Comment

Is April 1st late this year? DHH announces that Merb is being merged into Rails 3! Wowsers!
6.4

irb & script/console tips

From RubyFlow, 17 days ago, 0 comments Comment

Pocket Rails - Rails Docs on iPhone

From RubyFlow, 17 days ago, 0 comments Comment

Ruby on Rails documentation formatted for the iPhone http://pocketrails.com/
4.2

HTML Scraping with scRUBYt! for Fun and Profit

From RubyFlow, 18 days ago, 0 comments Comment

An introductory article to web scraping in Ruby with scRUBYt!

Monday December 22nd, 2008

6.0

Unattended Passenger / Ruby Enterprise Installation on Ubuntu 8

From RubyFlow, 18 days ago, 0 comments Comment

A script / set of commands that show how to install Phusion Passenger and Ruby Enterprise Edition on Ubuntu.

« older items