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.

Use Inherited Resources Views to DRY Your Views

Sometimes just DRY the controllers is not enough, a lot of the resources often share the same views, wouldn’t it be nice to have view files DRY’ed too? You can! Inherited Resources Views is an extremely easy to use plugin to DRY the views associated with your inherited resources controllers. It is library-agnostic (it only depends on Inherited Resources) and it supports generating both erb and haml templates. Source code available at: http://github.com/fredwu/inherited_resources_views

Dalli - memcached for Ruby

I’ve created a brand new pure Ruby memcached client gem, Dalli, which is designed to replace the memcache-client gem. It drops right into Rails 3 and supports Ruby 1.8, 1.9 and managed environments like Heroku.

jQuery Disqus Plugin

Disqus is a great plug-n-chug commenting system, but it’s lacking a few very useful features: Markdown support, code pretty printing, and callbacks to tell you when a comment has been added or edited. And getting the comment/reaction count for the current page or linked posts is overly complicated and/or not-well-documented. This jQuery Disqus Plugin hopefully simplifies the Disqus installation process while adding several helpful features.

dsfsddf

How to Run Background Jobs on Heroku for Free

Delayed::Job and Resque are excellent ruby gems, but they require substantial funds and/or time to setup on Heroku or Slicehost. High cost/effort prevents bootstrapped startups from building apps that need background processing, like aggregators. So I’ve hacked together a template Sinatra app that uses GAE to give you free Cron and Task-Queue functionality on Heroku.

Cute, but he’s entirely wrong on the pricing of workers/cron on heroku. “Bac…
Seems ridiculous to try to work around such fantastic community members and a g…

Exploring CQRS, Event Sourcing and DDD with Ruby

I just started BankSimplistic, a sandbox for exploring concepts like Command-Query Responsibility Segregation, Event Sourcing and Domain-Driven Design with Ruby. I’m using Rails and Redis for this current implementation. Everyone interested in these topics is welcome to participate in this exploration. You can find more info in the project’s Readme. Check it out!

Very cool - definitely going to take a look. I’m still wrapping my head around…
You possibly can select one among your finest favourite from every kind of styl…
Loading older posts