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.

Ruby Conference - Erie Day of Code

Erie Day of Code is a one-day event taking for Ruby on Rails web developers, computer scientists, creatives, and overall tech enthusiasts! Through a series of talks, workshops, open discussions, and a catered lunch, we intend to teach and learn about the progression of web development and open source not only in Erie, Pennsylvania, but globally. [more inside]

Module#added

The added gem is a small library that unifies Ruby’s extended, included and prepended module hooks into a single added one, which will be run for all instances that include the module.

Release simple_paginate gem

We saw some websites using will_paginate or kaminari for pagination, but they just need previous and next page navigation, will_paginate or kaminari is overqualified. [more inside]

You mean, this: paginate. :) …

Generating Complex PDF Documents in Rails

I spent several months working on generating very large PDF documents using Prawn, and I learned a lot about keeping PDF code organized and maintainable. Learn about the recipe approach for structuring Prawn DSL using classes and modules.

So much to write on Prawn, but this post is about structure. Curious what other…
Loading older posts