If I trying access to routes helpers via Rails.application.routes.url_helpers
everything ok, while I'm using *_path routes (article_path, note_path, etc.). But I need use *_url routes(articles_url, note_url, etc.). In this case I'm getting missing host error.
Rails version is 3.2.12