Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7011741
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T22:09:56+00:00 2026-05-27T22:09:56+00:00

I have a controller Partners that I want to server off of http://partners.example.com Is

  • 0

I have a controller Partners that I want to server off of http://partners.example.com

  1. Is there something built into Rails 3.1 that I can use for this without messing with httpd.conf or creating another virtualhost?

  2. What would the routes.rb entry look like for this?

Any help would be greatly appreciated.

PS. I’m not doing wildcard subdomains here — just that one single subdomain.

UPDATE: I’ve gotten the subdomain to work with Ahmish’s solution below, but now all other routes also respond on that subdomain. Is there a way I can have the subdomain respond exclusively to the controller specified?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T22:09:57+00:00Added an answer on May 27, 2026 at 10:09 pm

    Indeed you can.

    If the PartnersController is a REST based controller, it is as simple as adding a constraints option to the call to resources.

    resources :partners, :constraints => { :subdomain => "partners" }
    

    Alternatively, constraints can be called with a block, and all routing calls inside the block will be subject to the set subdomain constraint.

    constraints :subdomain => "partners" do
      resources :partners
      ...
    end
    

    Requests to the constrained URLs without the correct subdomain will throw a RoutingError.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a controller with that I want to pass off some data to
If user hits http://somewebsite/Cnt but i dont have controller with that name and i
I have controller with action new , and I want it to create ActiveRecord::Base
I have a controller action that is being executed by a link that was
I have multiple controller actions that takes an id public ActionResult Get(int? id) {
I have a controller that contains a tableView that spawns another controller modally to
I have controller action /posts/sitemap where the sitemap is generated. Now i want to
I have controller method in my MVC application that I am calling using the
I have controller which gets list of keys and i want to pass them
In MVC/MVP style applications that have Controller/Presenter classes within the Client Application assembly and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.