Sha256: 551c775cb4314d63f0ab14fb066ef0d169a5f85b90e3a879b87c4a0895b5f938
Contents?: true
Size: 355 Bytes
Versions: 58
Compression:
Stored size: 355 Bytes
Contents
localization_spec_root = File.expand_path('localization_spec', __dir__) use Utopia::Localization, locales: ['en', 'ja', 'de'], hosts: {/foobar\.com$/ => 'en', /foobar\.co\.jp$/ => 'ja', /foobar\.de$/ => 'de'} use Utopia::Controller, root: localization_spec_root use Utopia::Static, root: localization_spec_root run lambda { |env| [404, {}, []] }
Version data entries
58 entries across 58 versions & 1 rubygems