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!

Loading older posts