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.

TaskJuggler 3.2.0 delivers improved Scrum support

TaskJuggler is a modern project management software that uses a DSL to capture all project data and features a scheduler with automatic resource load balancing. This release adds a new report type to track any task or resource attribute over time. This can be used e. g. to generate burndown charts for your Scrum project. The source code is hosted on GitHub.

use after_commit

Most developers use AR callbacks after_create/after_update/after_destroy to generate background job, expire cache, etc., but they don’t realize these callbacks are still wrapped in database transaction, they probably got unexpected errors on production servers. I wrote a post to suggest you that you should use after_commit for those callbacks that no need to execute in one transaction.

Sadie Eachers Explained

I just wrote an article explaining how Sadie provides another data gathering optimization path via “eachers.” This follows a flurry of commits on the eacher code that fixed a number of bugs relating to multiple eachers hung on a single primer and eacher-on-eacher-provided-key/val pairs, so an upgrade is advised for early eacher adopters.

rubygems-tasks 0.2.0

rubygems-tasks are agnostic and unobtrusive Rake tasks for building, installing and releasing Ruby Gems. rubygems-tasks are compatible with plain .gemspec files, support Git/Mercurial/SVN, PGP signed tags, package checksums, PGP signed packages, a console task and ANSI coloured output! [more inside]

Difference 1.0.0 Released

I just launched difference to compare 2 activerecord objects. Feel free to download and contribute to it. Hope you find it useful.

where exactly this would help in general.. btw glad to see your contribution to…
@jagdish.. i was working with paper_trail plugin recently..it stores an objec…
Loading older posts