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.

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…

Refinery CMS day 30th of July

We are planning on holding a “Refinery CMS Day” on the 30th of July. The purpose of this day is to fix as many issues related to Refinery CMS as possible so that we can support Rails 3.1 when it is released. Read the full blog post here.

constructable gem

I made this gem to simplify class construction.

Looks like a lot of overlap with a gem I wrote. You may want to take a look: h…
What use cases are there for this? It seems like extra cost at no savings for c…
This library called Virtus does probably the same thing but with much cleaner…
A nice exercise in mental masturbation but completely useless.
Loading older posts