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.

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

Yet another ObjectMother pattern implementation for rails testing

I just launched Yet another ObjectMother pattern implementation for rails testing - Famili. Diff from factory-girl & machinist is usage plan ruby classes for factories/mothers which can be put in rails/lib and give extensibility and rails dependency management. I did it for using them in front-end testing with complex factories. If u have some ideas contact me.

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…

Deploying, monitoring and securing your Rails application to a clean Ubuntu 10.04 install

Learn in a step by step guide how to setup an Ubuntu 10.04 server with Nginx and Unicorn and deploy your Rails application to it, including Monitoring and also some security best practices. Check it out here.

Fetch current user in models

I wrote an article Fetch current user in models, you may know it, but this technique is useful for new comer.

This is one of those things that seems like a helpful idea & then you end u…
This is realy bad idea! Dont!
This is a very bad practice, sorry.
All he’s doing is allowing the Observer to access the current user to track who…
Loading older posts