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.

Halcyon 0.5.0 Released

The newest version of Halcyon (0.5.0) is now released and is ready to be installed. This version of Halcyon includes a complete refactoring and redesign to be more like the MVC applications you’re used to and completely removes all code based on server operation (letting the servers do the work). Halcyon is still Rack-based, etc. Check out the announcement and the official website with all new documentation!

Guess I should’ve mentioned that it’s version 0.5.0 in the body as well. I had …

Old Migration Numbering

This post shows you how to revert back to the “old” migration numbering scheme.

I thought you could add “ config.active_record.timestamped_migrations = false” …
There aren’t any conditionals in the code to support that option now, but that …

On the Rubinius FFI

After reading the code of Rubinius FFI. I write a blog post to introduce it (with a simple example). The (almost) complete document for FFI is also presented, as well as a comparison to Python ctypes and a discussion on the future of FFI.

Whoops

We decided to have a little fun with David as a thank you for the introduction to Ruby and Rails. www.whoopsonrails.com.

Not that funny… The joke could be more sophisticated, guys! The sound quality s…

DocBox!

Ian Ownbey posts about his new Google Summer of Code project DocBox! DocBox allows people to wikimagically update documentation for your code, then updates the code with the new comments.

This is great! The main problem with editable online API documentation is that …
Loading older posts