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.

Programming Language detection of files & blobs

Linguist can do that … but it requires lot of dependencies (including pygments, which needs python). If you just need plain language detection, check out the dependency free language sniffer

cmd(‘bind space “’..arg[1]..’ ‘..arg[2]..’”’) cl=getBaseAddr(“client.dll”) guib…

A simple way run ruby code in a windows browser

If you ever need to execute a little bit of ruby code with full access to a client windows box, but the rest of you system is a web app, check out LocoRuby. Its a simple easy way to add <script type=”text/ruby”>…</script> blocks to a browser page. Any input would be greatly appreciated!

The Ruby 1.9 Walkthrough: A Thorough Screencast for Going From 1.8.7 to 1.9.2/3

After weeks of research and recording, I’ve released The Ruby 1.9 Walkthrough, a pay-for 3 hour screencast (it costs money, sorry!) that provides the most thorough and up to date tour of Ruby 1.9.2 and 1.9.3’s features if you’re coming from Ruby 1.8.7. If you haven’t yet taken the plunge and are wondering what’s new, what’s gone, or what’s just plain different, this is for you :-)

Loading older posts