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.

Robut, the plugin-enabled HipChat bot

Robut is a simple bot that connects to a HipChat server using their new XMPP interface. Using simple plugins, it can listen, perform actions, and respond to what’s being said. Robut includes some sample plugins, including a hook to the TWSS gem and an Rdio client for queueing and playing music.

Irbtools 1.0.0 has been released

Irbtools is a meta gem that installs useful irb gems and configures your irb. It’s easy to use and much more fun than a vanilla irb ;) This latest release focuses on decreasing the annoying start-up time caused by loading too much libraries, so it offers multiple loading methods, including autoload and threads.

New gem to solve SSL certificate verification issues on Ruby 1.9.x

Ruby 1.9.x will not automatically verify SSL certificates when it performs secure operations. This is great, but sometimes (like on Windows systems), Ruby does not have access to the operating system’s ca certificates. This causes certificate verification to fail. ssl_certifier solves this problem by bundling the cURL ca certs and passing them on to OpenURI. [more inside]

oops, should say Ruby 1.9.x will automatically verify, not will not

How to use vogue to automatically reload your css on the fly (cross-browser, cross-framework)

Vogue is a node.js-based solution to automatically reload your browser’s CSS whan a change is detected. Like livereload but with a neat idea: using socket.io along with a node.js server connected to your front-end to notify the front-end of filesystem changes ninja-style. We show how to use it in our blog post. Thanks to Andrew Davey for such a great tool.

Loading older posts