A Better Time with Rails url_helpers
This post compares calling Rails.application.routes.url_helpers directly vs. including it in a class. TL;DR calling it directly is pretty slow.
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!
This post compares calling Rails.application.routes.url_helpers directly vs. including it in a class. TL;DR calling it directly is pretty slow.
Post a comment