Posts Tagged “ruby”
-
Fat Fingers (a regex for fixing typoed e-mail addresses)
Summary: A simple tool for reducing bounces in web apps.
-
Benchmarking Date.today and Time.now in Ruby
Summary: Time.now is much faster than Date.today. Whup. Nope. Strike that. Reverse it.