網站是在子目錄/app
Rails的梅勒不拿起上的主機
在development.rb:
localhost/item/1
,它應該:在郵件item_url(1)
產生
config.action_mailer.default_url_options = {
host: 'localhost:3000/app'
}
網址是:localhost:3000/app/item/1
如何將localhost
替換爲localhost:3000/app
?
這是在Rails 4.1.15中。
'/ app'不是有效的主機名組件。 – tadman