1
當使用lvh.me處理多租戶時,我得到'lvh'作爲request.subdomain
的子域。這意味着我得到「test.lvh」從URL「http://test.lvh.me」的子域Rails 5和Puma與lvh.me
我使用rails s -p 3000 -b lvh.me
按照Using Rails and Puma with subdomains lvh.me?
當使用lvh.me處理多租戶時,我得到'lvh'作爲request.subdomain
的子域。這意味着我得到「test.lvh」從URL「http://test.lvh.me」的子域Rails 5和Puma與lvh.me
我使用rails s -p 3000 -b lvh.me
按照Using Rails and Puma with subdomains lvh.me?
在某些時候我必須改變了默認action_dispatch.tld_length爲零,而不是默認的一個。如果任何人有同樣的問題,你可以在開發配置環境中配置這個,通過添加config.action_dispatch.tld_length = 1