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.

Dragbox - Drag and share your code

Dragbox is an easy way to upload and share your ruby code files with people. Simply drag and drop your files into the browser - an instant upload will immidiately make your code accessible and available to others. Try the free beta now: dragbox.org

Simple and good
Is this open source at all? I would be interested in seeing the code for it. …

How Mendicant University Works

I’ve written a blog post explaining how things work at Mendicant University, in the hopes that it will answer some of the frequently asked questions about the program. It’s a free online school for software developers that I’ve been running since June 2010, and it is awesome. If you’d like to join us, admissions are now open for our January 2012 core software development skills course. Please spread the word if you like what we’ve been up to!

Web-VPN: Secure Proxies with SPDY & Chrome

Is it possible to securely route SSL sessions via an HTTP Proxy? A look at the existing HTTP specification, and what the SPDY spec and Google Chrome team bring to the table - hint, the answer is yes. As of January 2012, over 50% of all internet sessions will be SPDY capable, and Web-VPN is one of the many great features it brings.

Gitdocs: Open-source Dropbox using Ruby + Git

A couple days ago, we wondered if we could create a Dropbox clone in Ruby using just a simple git repository. We wanted to use this for many documents including shared task tracking, file sharing, storing code snippets, et al with our development team. We also added the ability to view the entire repository in your browser so you can use gitdocs as a wiki. Our blog post details the reasons we ended up building this and how to get started using this for your team.

Run grep across git diffs

I often need to see when methods are defined, removed, etc, so I made this: [more inside]

@astropanic isn’t that only for the log messages?
@oscardb ‘git log -S WORD’ this shows you which commit introduced / removed WOR…
@astropanic I think you’re correct, I’ll have to try it. This may still be usef…
@oscardb: To get the diff when running git log -S use git log -p -S.

Dynamic Database Application Developers Benefit from Lua, Ruby and ITTIA DB SQL

Application developers for embedded systems and intelligent devices can now benefit from Ruby and Lua – two easy-to-use languages – as the latest offering from ITTIA DB SQL.Dynamic scripting languages make it easy to customize the application behavior because code is parsed and executed at runtime, and are often used with web servers.

Writing simple Ruby client/servers using Protobufs

Miso is excited to welcome Joshua Hull to our engineering team! In his first blog post, he discusses one of the open source projects we have been working on to allow lightweight services to communicate using Google’s excellent Protobuf. As a result of using protobufs for inter-service communication, we have released Protoplasm to simplify using them in Ruby. Be sure to check out his blog post for more information.

Loading older posts