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

  • Home
  • SEARCH
  • 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 4321820
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T08:47:42+00:00 2026-05-21T08:47:42+00:00

I know I’m going to deploy to an environment with my application running with

  • 0

I know I’m going to deploy to an environment with my application running with a base URL which looks like this:

http://someserver/mydepartment/myapp

My development environment is set up to use the default Rails configuration, which looks like this:

http://localhost:3000/myapp

I’d like to model this deployment path in my development environment. That is, I’d like to develop with a base URL which looks like this:

http://localhost:3000/mydepartment/myapp

That way, I can make all my URLs relative to “/” and they will work in both environments.

How can I change it so my application will live at this path in my development environment?

Solutions I’ve found, but don’t work for me:

  • Setting the scope in routes.rb doesn’t seem to work for the static content in public.
  • Using Apache’s rewriting capabilities. I don’t want to install Apache on my development box. Ideally the solution would work with WEbrick, though I seem to have Mongrel mostly working as well (there are some problems with Mongrel and Ruby 1.9.2).
  • Setting relative_url_root and similar suggestions which don’t work with Rails 3.
  • Dynamically generating CSS/JavaScript and adjusting the paths to compensate between development and production environments.
  • 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-21T08:47:42+00:00Added an answer on May 21, 2026 at 8:47 am

    You can try mapping your rails app rack config to a different base_uri.
    All you need to do is wrap the existing ‘run’ command in a map block

    try doing this in your rails ‘config.ru‘ file:

    map '/mydepartment' do
        run Myapp::Application
    end
    

    Now when you ‘rails server’ the app should be at localhost:3000/mydepartment .
    Not sure if this will give you the desired outcome, but worth a try.

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

Sidebar

Related Questions

You know this link: http://media.photobucket.com/image/graphics/PennilessTeacher/Graphics/monster.jpg?o=8 redirects to this link: http://i1133.photobucket.com/albums/m581/PennilessTeacher/Graphics/monster.jpg Well, let's say I
Know this might be rather basic, but I been trying to figure out how
I know that this sort of question has been asked here before, but still
i know this is a stupid question but i d'ont know how to do
I know this is a stupid question, but I've looked for 45 mins now
I know the input have the maxlength, but I would like to have minlength
I know this is a very simple question for you experts,but please forgive me.Im
I know this is a common problem. I've been looking at the various solutions
I KNOW I did this in WP7 (not WP7.1) and I can't figure out
I know this is an oft asked question, but I've tried some of the

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.