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!

Setting a User’s Locale Based upon Domain Name In Rails

Comments

Wouldn’t it make more sense to just use a Hash?

LANGS = Hash.new { |h, k| k }.update('com' => 'en', 'uk' => 'en')

Why does that make more sense than using an array?

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in