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.

Ruby server to manage download of movies with torrents

I’ve just finished polishing off movie_queue, my first draft of a server that makes it super easy to download movies. See more info inside.

http://www.youtube.com/watch?v=ZLsJyfN0ICU …
Post was too long. Bringing content into here: You start by entering in the…
More specifically, the post didn’t match the general style of front page RubyFl…
Hi Peter, sorry my post was so long. There was a lot of content I wanted to get…

Jsonify -- a builder for JSON

I just released Jsonify. Jsonify is Builder for JSON. It allows you to create Rails3 view templates for your JSON representations in much the same way that you can use Builder templates for XML representations. It’s currently an early release and I would love to have some folks “kick the tires” on it.

LRE - Easy Interactive Environment

I just launched LRE, an easy interactive environment. Key features: * Specify files to load and code to run whenever LRE is started in a particular directory. * Automatically load changed files into the running IRB session. * Setup different actions to take when different files are changed and loaded.

.rvmrc and Terminal in OSX Lion

In OSX Lion, Terminal now defaults new tabs to open in the same working directory you were just in. That’s nice, but your .rvmrc file will not get executed. That’s because RVM only executes it when you cd into that directory, and opening a new session in that directory doesn’t count. Here’s a fix. Add this to your ~/.bash_profile or whatever you use: cd . Whenever you open a new terminal session, this will automatically cd into the current directory, triggering RVM to execute the .rvmrc. This seems like a quick and dirty trick, so if anybody knows a better way, please comment.

After updating to version 1.6.30, it just worked. No trick needed.
You know that you can turn off that functionality in the Terminal app preferenc…
Yes, but I like it…as long as it plays nice with RVM.
Thanks for this

Code Koans - The TDD way to learn a new language

A pecha-kucha style presentation on code koans, which leverage the Test-Driven Development style to help you master new programming languages. Ruby, Clojure, Scala, and Javascript are all covered, and getting started is amazingly easy.

I love the fact that towards the end, the youth have concerns and aware in prog…
I am glad to found such useful post. I really increased my knowledge after read…
I think this post will be a fine read for my blog readers too, could you please…
The post is written in very a good manner and it entails many useful informatio…
Loading older posts