Posts Tagged ‘url_for’

Everyone seems to know that building an URL from a hash has some speed issues. The reason for that is quite clear: it looks up the shortest route using routes.rb, no wonder that this would take some time.
But how slow is it really? Well, I ran some tests and compared that against building a [...]