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.

FFI based Mmap gem

ffi-mmap is a very bare-bones Mmap implementation using FFI instead of a C extension. I wrote this for a project when I realised the old mmap extension wouldn’t compile on the version of Ruby I was testing my project on.

How can Ruby on Rails benefit your web applications?

Everyone wants to maximize efficiency and your software development too should push you ahead instead of pulling you back. Ruby on Rails with its faster iteration and great utility puts it way ahead of other programming languages. Check out how Ruby on Rails can benefit your web application Read More

Always present association

Recently my colleague showed my a little trick that I found to be very useful in some situations. It’s nothing fancy or mind-blowing or unusual in terms of using Ruby. It’s just applied in a way that I haven’t seen before. It kind of even seems obvious after seeing it :) [more inside]

Loading older posts