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.

Humanizer 2.0.0 Released

2.0.0 version of this simple CAPTCHA solution was just released. It’s now DB/ORM agnostic, multiple answers supported, I18n support for answers and questions. It’s going to be the best CAPTCHA solution ever ;)

Metaprogramming in Radiant to solve a simple problem

I wrote about some simple metaprogramming in Radiant to solve an annoying problem of not being able to use custom tags in different contexts. Radiant includes custom tags in the Page model, and a popular option for managing stylesheets and javascripts prevents you from using these same custom tags in them. A few simple lines changes that.

The links is down!
But this works to me: http://www.saturnflyer.com/blog/jim/2010/06/29/ruby-metap…
Sorry about that. I left out the http somehow. Link is fixed.

How to Land a Rails Job with No Experience

Looking to break into the Rails world? Got no experience? Here’s how to do it.

I agree that this is spam.
come on , pull this please, we need a spam button to that bullshit like this ca…
I’m “whoever.” I don’t think this is spam. Perhaps I would consider it such …
+1 for Peter though I must say the title of the blogpost is quite contrary to w…

Finally: Releasing Navvy 0.3

It’s been a while, but I finally got a chance to release Navvy 0.3 (the database agnostic Ruby background job processor). In this announcement I’ll cover some of the changes and new features 0.3 introduces.

test_inline - Put tests next to the code being tested

test_inline is a new experiment in automated testing. The idea is to put your tests next to the code being tested. Sort of like how rdoc brought documentation into the code this does the same for tests. If you feel like trying something new check it out.

One nice thing about this approach is that it is not exclusive. It works great …
I actually did this for a long time with Facets. What I did was simply put the…
I use rubydoctest. It’s comments don’t pollute the runtime as test_inline do…
Some of the issues brought up I have commented about elsewhere so thought I wou…
Loading older posts