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.

Addressable 2.0.0

Addressable is designed to let you treat URIs as first-class objects, with full support for internationalized resource identifiers. Also supports reverse URI template processing for framework routing.

Addressable::URI.parse( "http://example.com/a/b/c/?one=1&two=2#foo" ).ext…
I assume spacing isn’t being respected there either? That might be another issu…
Yeah, the code isn’t being counted as preformatted. The correct way to markup …
You’re right. Perhaps I will get it to add the pre tag automatically, as I like…

Leveraging lsof to Troubleshoot Network, Filesystem, Native Library or Device Problems

Leveraging lsof to Troubleshoot Network, Filesystem, Native Library or Device Problems: lsof is one of the most powerful UNIX command (also available on Mac OS X). It is invaluable when it comes to investigating or troubleshooting problems related to network, filesystem, devices or even native libraries. This article first introduces lsof usage and syntax illustrated with concrete examples for the Rubyist and then dive into advanced options and techniques.

What about a link to “this article” ?
The missing link. …

Easily minify javascript and css using Fixie Shrinker

Most Rails plugins that minify javascript and css do it on deployment on the server. This requires that the server has the tools installed for doing the minification. What you want is to have the minification process happen constantly during development, alerting you to any minification issues immediately. [more inside]

Hyperlink here! http://github.com/joevandyk/fixie_shrinker/tree/master …
The motivation for this was that I kept running into problems where the js work…
<blockquote> …

Rick Rolled by RubyFlow

Nice! i came to post the captcha that got me captcha when the unthinkable happened.

That is pretty funny :)
i dont get it? what is funny?
The poster stumbled across two consecutive CAPTCHAs, namely: NEVERGONNAAX LE…
PeterCooper summed it up nicely, but this link may be of interest: http://en.wi…

Weekly Digest, First Edition

This is the first of what I hope will become a regular feature on my blog; a weekly digest of interesting links. Since this is the first edition, I’ve gone back into the archives a bit and pulled out some of my favorites from the last month or so. As a bonus, I thought I’d share the simple little Ruby script I’m using to pull this thing together with the quickness.

I edited to clarify this is going to be on your blog - that is, it’s not a Ruby…
Oh sorry! That should have occurred to me. Thanks for the fix.

Can you help RubyLearning with your suggestions?

We’re rapidly expanding our course offerings here at RubyLearning, trying to keep up with the enormous and ever-growing interest in Ruby. But we need your YOUR help because, as you know, Ruby is a big subject, and we’d like to be sure to focus in on the areas of most interest to you. Please take a moment to complete a brief poll about the new course offerings we’re considering. Also, please post your suggestions as comments to the blog post. It won’t take more than a minute or two.

Kindly remove the html code between the post. Thanks.
Loading older posts