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.

Ramaze by Example

Here is a blog post series which introduces the basics of web development using Ramaze, a fabulous framework that lets you create web applications in Ruby with a minimum of code. It walks through the creation of a small but functional app from start to finish, describing many Ramaze features along the way.

Great introduction for Ramaze beginners. M4DBI isn’t my favourite ORM, but it’s…

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. …

Shnork: Check the Links in your Sinatra Site

Shnork is a fledgling project that can dive through your Sinatra website and make sure all your internal links resolve, without 404 or 500 errors. Today, Sinatra; soon, all Rack-based web applications will be able to Shnork! Use standalone, or as an RSpec spec.

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…
Loading older posts