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.

Read Along With Ruby Book Club

Ruby Book Club is a weekly podcast for people who like to read Ruby and OOP books. In April, May and July they read “Confident Ruby” by Avdi Grimm (find it in the archives), now they’ve started the brand new http://99bottlesbook.com/ by Sandi Metz and Katrina Owen. I’ve read along from the beginning and enjoyed the regular reading schedule, the discussions and the fun - and I’ve got much more out of the books than on my own. Want to join in? Find it at http://rubybookclub.com

Why is URI.join so counterintuitive?

I recently found myself using URI.join to construct certain some redirect URLs. But I quickly ran into a problem. URI.join wasn’t behaving like I expected. In this post we trace the unexpected behavior through the source of URI.join and back to the original RFC. - http://blog.honeybadger.io/why-is-uri-join-so-counterintuitive/

You can use File.join: File.join(“https://www.honeybadger.io”, “plans”, “cha…
Loading older posts