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.

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.

If you are using to_json, you are doing it wrong

At Miso, we have been building out a public platform for developers around our service. This means building out many public RESTful endpoints. We have already hosted the first of many developer contests and the submissions were excellent. We ran into a number of challenges while building our public API and our latest post details our frustrations with to_json and why we would never use it to build a clean JSON API. Check out our post and we would love to hear about other people’s experiences.

DNote 1.6: Get Some Context

Just released a new version of DNote (github). This release allows you to output context with your notes. Just select the number of contextual lines to include via the -c option. Currently only HTML, YAML and JSON output formats support context –other formats will gain support in the future. Note that the old -c option for --custom has been capitalized to -C.

google_places - A Ruby wrapper around the Google Places API

As you may have heard Google has recently opened up its Places API for developers, allowing us to retrieve detailed info about spots using GPS coordinates. I’ve just released the google_places gem which provides a simple wrapper to easily use the Google Places API in your own project. Readme is on Github.

Do you have Java Wrapper classes for request and response parsing for Google Pl…

Recursively Setting Deep Hash Value

I’ve always wanted to be able to do something like:

@sutto your version does’nt work with ruby 1.8.7 (at least not for me). but 1.9…
Both solutions are nice. But I was wondering if you are familiar with ruby face…
didn’t you already post it, http://www.rubyflow.com/items/5667-recursively-sett…
http://devguru.pl/post/6032714814/recursively-setting-deep-hash-value-revisited…
Loading older posts