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.

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

rails-widgets

“Rails Widgets is a collection of UI widgets for RubyOnRails that you can put in your own application at the speed of light! With them you can add tabbed navigation, tables, tooltips in a snap.” (It’s the cleanest way of doing tab navigation that I’ve seen.)

This should help with how to use it: http://www.slideshare.net/paolo.dona/ra…
o yeah Paolo (one of its dec or maybe THE creator) is a pretty nice dude too. I…
Loading older posts