Comments for "krawek-gitorious-clone" repository in Gitorious
ok, I just removed all references to url_for, but can you explain me how to use [action]_[controller]_path thing? I do not understand =(
the _path thing is rails' resource routes.
I meant, no need to use url_for when all it really needs to build is a string, alá "http://gravatar.com/gravatar?user=#{foo}"
this commit introduces a new dependency: ohcount
it can be found at http://labs.ohloh.net/ohcount
just type:
git clone git://labs.ohloh.net/git/ohcount.git
rake gem
Add a new comment:
Login or create an account to post a comment

I'd probably not use url_for() here, it's slightly slower and it makes little sense since it's an external url.
johan | 04 Mar 09:27 | on commit 566270d9 | #