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.

Command Line Reporter 1.0 Released

I am releasing the first version of Command Line Reporter. It allows you to control the output of your ruby scripts using formatters just like RSpec does displaying the results of your tests. The result is cleaner code that is not polluted with unreadable puts and print statements with hard to track whitespace. The gem is available on rubygems.org with source on <a href=https://github.com/wbailey/command_line_reporter”>github</a>

You may be reinventing the wheel here, because there’s already a general purpos…
@sunaku - pv is a cool utility but that is not what I was creating. If you loo…

wash_out: SOAP Server on modern Rails

WashOut is a gem that greatly simplifies creation of SOAP service providers. A SOAP endpoint in WashOut is simply a Rails controller which includes the module WashOut::SOAP. Each SOAP action corresponds to a certain controller method; this mapping, as well as the argument definition, is defined by straightforward DSL described at README. Requires Rails >= 3.1 and Ruby 1.9.

Excelente trabajo!. Muchas gracias!

DCI that respects the method cache

We’ve been talking about DCI (Data Context Integration) more lately with regard to Rails. However, the techniques presented to date have not necessarily been optimal for Ruby performance, dissuading some people from taking up DCI. This article may shed some light on a super-simple way to have our cake and eat it too.

I do believe DCI = Data Context Interaction, not integration.

Projit - a clean ~/ keeps a development environment together

Projit is a utility to specify directory structures for the different types of projects you work on and consistently generate them. It very nicely supports creating directories and files, copying directories and files, symlinking to Dropbox and cloning source code directly from any git repository. In other words, Projit brings the goodness of Thor generators to help automate your development environment. Check it out on Github

gem Emailvision

Whether you are a ruby user or a rails user, this gem is definitely for you if you work with Emailvision. Website. Emailvision is an email marketing platform where you can manage your campaigns, event emails (birthday, subscriptions, …), and even transactional emails (password forgotten and so on)

resque-retry v0.2.1

I’ve just released v0.2.1 of resque-retry. Please see the HISTORY.md file for details about what’s changed. Big thanks to the users of resque-retry, they are the people who made this release possible with their pull requests and bug fixes! Well done!

Loading older posts