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 III starts beta test

After almost 5 years of development the rewrite of TaskJuggler in Ruby is heading for the first stable release. TaskJuggler is an advanced project planning and tracking application that goes far beyond the commonly known Gantt chart editors. It used to be a large C++ application that has been rewritten in pure Ruby. The TaskJuggler III code had become pretty stable, but the project is now looking for a broader user and developer base to iron out the project description syntax before it freezes for the first stable 3.0 release. For coders, the source code can be found on GitHub. For users, the manual can be found here and an example project can be found here.

RubyGems + Bundler Integration

I just released rubygems-bundler integration gem. No more calling bundler install --binstubs or bundler exec .... Install it by calling gem install rubygems-bundler and follow the on-screen instructions. Current version 0.1.5 allows recreating executables wrappers for all gems in GEM_PATH (include @global gemset for rvm). Note: This gem allows to use binaries in version specified by Gemfile ;)

I’m not sure I understand exactly what problem this solves. Is it just so you …
@dd anything that reduces this complexity is an extremely valuable effort. …

JillPaginate and Jaminari - Pagination from Ruby in JavaScript

I already posted about a JavaScript WillPaginate implementation but we had some technical trouble and reset the GitHub repository. I’ve now re-released the Fiji project which contains two well known pagination solutions implemented in Javascript using the jQuery UI framework, Jaminari and JillPaginate. I guess you know on which extensions these are based on ;-) (if not, see our README). [more inside]

Had to edit this somewhat. Was verrry wordy for the front page.
No prob … thanks Peter. By the way … I love the Ruby Show :-)
But another thing. Is there a way to break a post here up somehow (so that only…

Faye 0.6 released

The easy-to-use pub/sub messaging server Faye is now on version 0.6, which features a new backend engine based on Redis. This lets you distribute your Faye service across many web servers to increase connection capacity.

Awsome. Expriment begins :P

Fed up of typing `bundle exec`? Automate it with bundler-exec.

bundler-exec replaces a bunch of common Ruby commands (e.g. rake, ruby, rails, rspec) with a shell function that automatically runs them with bundle exec if you’re working in a Bundled project. http://effectif.com/ruby/automating-bundle-exec If you’re not sure why that’s a good thing, that’s explained too.

This problem has already been solved: bundle install --binstubs …
This problem has already been worked-around. Binstubs has its own PITA’ness. (L…
Loading older posts