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.

Smooth S3 - A superset of the S3 gem geared towards backup operations

Smooth S3 is a user-friendly superset of the S3 gem geared towards file system backup operations. It greatly simplifies regular file uploads to S3 by using Convention over Configuration™. The library also adds new features such as directory synchronization and timestamped uploads, which should come in real handy to anyone doing backup scripts on a regular basis. [more inside]

Turn any ruby code into a simple daemon with Dante

As part of a not-yet-released larger project that we are working on at Miso for managing service-oriented architectures sprung Dante. In our latest blog post, we detail the usage of Dante to manage starting and stopping daemons created from arbitrary ruby code. Dante manages starting, storing pids, accepting CLI options, and more for a process. We use dante for all process management in our new Gitdocs (open-source dropbox) project as well.

GroupedScope: Has Many Associations IN (GROUPS)

https://github.com/metaskills/grouped_scope http://metaskills.net/2008/09/28/jack-has_many-things/ </p> An old ActiveRecord extension that I just updated to work with ActiveRecord 3.1. GroupedScope provides an easy way to group objects and to allow those groups to share association collections via existing has_many relationships. It also maintains existing existing scopes, association extensions and options defined in your original collection association. Some new things in this release: (1) Very minimal extensions in ActiveRecord (2) Uses ActiveRecord::Relation and Arel internally (3) Now uses Arel/SQL for the group scope vs. a ton of member IDs. [more inside]

Ruby on Ales 2012 CFP is open

Hey Rubyists! This is Mark from the Ruby on Ales crew. I want to personally invite anyone that interested in speaking at next years Ruby on Ales conference to submit a proposal here (just click the red button): Ruby on Ales 2012 If you have any questions let me know. You can ask anyone on the team by sending an email to theguys@onales.com

In defense of Rails

In defense of Rails: I just wrote my reply to Adam Hawkins’ - “moving on from rails”

It takes some time for developers to realize, that solutions make money, not te…
If the only tool you have is a hammer, every problem looks like a nail.
@Anon I agree with you. Furthermore in the original post, the author says that …
@brad s/Hammer/Duct tape/ You can fix a lot of things with duct tape. Shift …

$75 to convert PHP SOAP/WSDL script to Ruby

I will give $75 via PayPal to any “one” that can convert this PHP SOAP/WSDL script to Ruby. Only accepting qualified candidates. Please comment on this post with your email to qualify. Thanks!

Candidate chosen. Thanks!
http://www.oakley-outlet.fr/, http://www.soccershoes-outlet.com/, http://www.mo…
chenlina20181117 http://www.uggsoutletcom.us.com http://www.coachonline.us.org …
nike free canada goose parka pandora charms north face outlet f…

Ruby UDP DNS Server in 1 File

After seeing some similar attempts in Python, I decided to create a simple Ruby-based DNS server. It supports A and CNAME records. It’s ripe for refactoring and you could easily attach it to a data store (like, say, Redis) or be used to do various DNS tricks.

Consider RubyDNS for anything more serious though ;-) …
Meh, RubyDNS is crippled by GPLv3
@apeiros, GPL does not prevent you from downloading, installing or using the so…
@postmodern, no, GPL3 made a lot of what was bad about GPL2 even worse and I re…
Loading older posts