Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm trying to find the full API for the request object. I'm finding it pretty hard.

E.g., request apparently has a .domain property/method. However, I don't see it in the two obvious API docs:

share|improve this question

1 Answer

Yeah, this really, really needs better doc. You were close, though -- it's defined in ActionDispatch::Http::URL

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.