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.

Sprinkle

Sprinkle is a new prototype tool that you can use to provision your servers/slices. Its declarative policy/state based approach for specifying how a remote system should be provisioned with intelligent logic to support dependencies, multiple installer types and remote installation is really compelling

Classy Inheritance

Classy Inheritance adds a depends_on class method to your ActiveRecord model so that you can define requisite objects.

Looks like I messed that up: http://classyinherit.rubyforge.org …
To save the copy paste click here. …
Please avoid reposts in future. I always delete them. I always fix broken posts…
Apologies and noted. Thanks Peter.

random_data v1.3 released

random_data v1.3 is a gem that provides a variety of methods for generating realistic seed data for Ruby applications, including names, mailing addresses, dates, phone numbers, e-mail addresses, and text. This release includes support for generating random sentences from a simple grammar and generating random bit vectors.

Everyday Active Record

Everyday Active Record: Learn how to get the most out of the Active Record features that you use on a day-to-day basis from a popular Rails developer and screencaster. In these screencasts, Ryan Bates incrementally builds the models for a Rails application and refactors them over time to address new features. All the code is based on Rails 2.1 features. [more inside]

Does Ruby's support for XML suck? I need your input.

Robert Fischer posts about his issues with the lack of commitment for XML on Ruby. He doesn’t like REXML too much either. [more inside]

@MetaSkills: Actually it has a small and largely nonfunctional subset. Try any …
Hpricot also lacks support for namespaces, last I was aware. It is really a pe…
libxml has great functionality. I use it in Python via the lxml bindings. But…
When I last tried (November 2007) to use XPath with Hpricot to extract data out…

BackgroundFu is now also a gem!

BackgroundFu makes running long background tasks in Rails dead simple. – I’ve just pushed a few changes to BackgroundFu and now it is also a gem. Some say that Rails plugins will die in favor of gems and I want you to be well prepared for that day :) Also, Rails 2.1 will have (check the Edge) great support for ‘vendorizing’ gems.

Amazing stuff
Loading older posts