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.

clipboard

Hey, I’ve put together this little clipboard gem which allows to access the clipboard on Liunx, MacOS and Windows. You simply say Clipboard.copy("string") for copying and Clipboard.paste for pasting.

Oops, fixed last-minute Mac OS bug °_°

Hooks without ActiveSupport?

A vivid discussion about the benefits of ActiveSupport in gems lead me to releasing a new version of hooks without the ActiveSupport dependency. I’d love to hear your thoughts about the future of do-it-all ruby feature libraries like ActiveSupport (please comment on the blog post)

Director, Business Development @Tropo.com

Tropo, the cloud communications platform with a Ruby WebAPI, now speaks Asterisk Gateway Interface (AGI)! This means that Ruby developers can now redirect their Asterisk-based Adhearsion phone applications to Tropo’s cloud - no Asterisk systems required! Tropo AGItate and is open-sourced and available on GitHub. It was developed by Jason Goecke on his flight from San Jose to the LoneStar Ruby Conf & back. [more inside]

Neapolitan Multi-Templates

Markdown’s great, but where’s the table support? Textile handles tables, but wait… no indented pre? And do any of them support syntax highlighting? Why pick and choose, when you can have it all? Neapolitan delivers all your favorite template flavors (erb, markdown, textile, coderay, etc.), in a single easy to read and write document format. How does it do this? Via the magic of Malt.

Nice one!

Koi: A programming language written entirely in Ruby

Koi is a new programming language designed to teach the basics of programming language implementation. All the language components, including a Parser, Bytecode Compiler and Virtual Machine, are written in Ruby. Check out the <a href=”introductory article or the GitHub repo.

“Introductory article” linky-thingy not worky. :(
Sorry about that, I was sure I entered it correctly. It seems there is no way t…
You can edit posts. Dig around. I can’t remember how, but it’s there. I’ll do i…
oh, now we have navigation elements that work (or make the site usable) only wi…

BasicActiveModel

If you want to implement static models (for a search engine, a contact form…), just inherit from BasicActiveModel : a very small class that provides minimal architecture for a Rails form object.

Loading older posts